pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-test-unit Update ruby-test-unit to 3.2.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95505d77667b
branches:  trunk
changeset: 359538:95505d77667b
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Mar 12 14:44:47 2017 +0000

description:
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

diffstat:

 devel/ruby-test-unit/Makefile |   4 ++--
 devel/ruby-test-unit/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r e063b0f1407f -r 95505d77667b devel/ruby-test-unit/Makefile
--- a/devel/ruby-test-unit/Makefile     Sun Mar 12 14:42:02 2017 +0000
+++ b/devel/ruby-test-unit/Makefile     Sun Mar 12 14:44:47 2017 +0000
@@ -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
diff -r e063b0f1407f -r 95505d77667b devel/ruby-test-unit/distinfo
--- a/devel/ruby-test-unit/distinfo     Sun Mar 12 14:42:02 2017 +0000
+++ b/devel/ruby-test-unit/distinfo     Sun Mar 12 14:44:47 2017 +0000
@@ -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