pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-test-unit



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Mar 12 14:44:47 UTC 2017

Modified Files:
        pkgsrc/devel/ruby-test-unit: Makefile distinfo

Log Message:
Update ruby-test-unit to 3.2.3.

## 3.2.3 - 2016-11-25 {#version-3-2-3}

### Fixes

  * Fixed a bug that `--order` isn't applied.
    [GitHub#129][Reported by V���t Ondruch]

### Thanks

  * V���t Ondruch

## 3.2.2 - 2016-11-02 {#version-3-2-2}

### Improvements

  * Improved Travis CI configuration.
    [GitHub#123][Patch by Ryunosuke SEATO]

  * Supported Java native exception.
    [GitHub#126][Reported by Bob Saveland]

### Fixes

  * doc: Fixed markup. [GitHub#127][Patch by Tomohiro Hashidate]

  * Fixed a bug that `--location=LINE` may not detect a test when
    fixtures are defined before any tests:

        1 class MyTestCase < Test::Unit::TestCase
        2   setup do
        3   end
        4
        5   test "xxx" do
        6   end
        7 end

    `--location=5` couldn't find the `xxx` test.

    [Reported by Ryota Sasabe]

### Thanks

  * Ryunosuke Sato

  * Tomohiro Hashidate

  * Bob Saveland

  * Ryota Sasabe


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/ruby-test-unit/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/ruby-test-unit/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-test-unit/Makefile
diff -u pkgsrc/devel/ruby-test-unit/Makefile:1.25 pkgsrc/devel/ruby-test-unit/Makefile:1.26
--- pkgsrc/devel/ruby-test-unit/Makefile:1.25   Sun Oct  9 15:25:47 2016
+++ pkgsrc/devel/ruby-test-unit/Makefile        Sun Mar 12 14:44:47 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2016/10/09 15:25:47 taca Exp $
+# $NetBSD: Makefile,v 1.26 2017/03/12 14:44:47 taca Exp $
 
-DISTNAME=      test-unit-3.2.1
+DISTNAME=      test-unit-3.2.3
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-test-unit/distinfo
diff -u pkgsrc/devel/ruby-test-unit/distinfo:1.22 pkgsrc/devel/ruby-test-unit/distinfo:1.23
--- pkgsrc/devel/ruby-test-unit/distinfo:1.22   Sun Oct  9 15:25:47 2016
+++ pkgsrc/devel/ruby-test-unit/distinfo        Sun Mar 12 14:44:47 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2016/10/09 15:25:47 taca Exp $
+$NetBSD: distinfo,v 1.23 2017/03/12 14:44:47 taca Exp $
 
-SHA1 (test-unit-3.2.1.gem) = c3a95715858b3d533b4889ba6eabf23875cb64c1
-RMD160 (test-unit-3.2.1.gem) = d1c2016c323216d27cb1c53645f20d6ba1c5dcea
-SHA512 (test-unit-3.2.1.gem) = 226e3acd422d9849d9bf3ed39773776b9b067598db28f5f1f297462199e2f40d870bb2b40f944b59256bddfc8dedb0a8c859118dc04eb5e70fb7ec328243b498
-Size (test-unit-3.2.1.gem) = 124928 bytes
+SHA1 (test-unit-3.2.3.gem) = 284eae1119c682116735a334de00b3584a17ae03
+RMD160 (test-unit-3.2.3.gem) = 54434fc71478cb02d7f5ddbda572d9de40c9ca17
+SHA512 (test-unit-3.2.3.gem) = cdc927a60106e2f7c0afe33035da3240878fcc0edc0a7520be83cca30929cd6ecf64d1aa8e0243d40d55124e97f71781a63fb6a22e79160794a71fdce31d917d
+Size (test-unit-3.2.3.gem) = 125952 bytes



Home | Main Index | Thread Index | Old Index