Sun Oct 9 15:25:47 2016 UTC ()
Update ruby-test-unit to 3.2.1.

## 3.2.1 - 2016-07-19 {#version-3-2-1}

### Improvements

  * Clarified lib/test/unit/diff.rb license. It's a triple license of
    the Ruby license, PSF license and LGPLv2.1 or later.
    [Reported by Luisa Pace]

  * Reported norification when data driven test doesn't have
    parameter.
    [GitHub#122][Reported by Satoshi "Moris" Tagomori]

### Thanks

  * Luisa Pace

  * Satoshi "Moris" Tagomori

## 3.2.0 - 2016-06-12 {#version-3-2-0}

### Improvements

  * Supported rxvt family terminals as color available terminals.
    [GitHub#121][Reported by Ippei Kishida]

### Thanks

  * Ippei Kishida

## 3.1.9 - 2016-05-20 {#version-3-1-9}

### Fixes

  * Fixed conflict with test-unit-power_assert.
    [GitHub#120][Patch by Kazuki Tsujimoto]

  * Fixed a bug that path in `$LOAD_PATH` may be removed.

### Thanks

  * Kazuki Tsujimoto

## 3.1.8 - 2016-03-19 {#version-3-1-8}

### Improvements

  * Added `--stop-on-failure` command line option. With this option,
    running test suite is stopped immediately when one test is failed
    or an error is raised in one test.


(taca)
diff -r1.24 -r1.25 pkgsrc/devel/ruby-test-unit/Makefile
diff -r1.21 -r1.22 pkgsrc/devel/ruby-test-unit/distinfo

cvs diff -r1.24 -r1.25 pkgsrc/devel/ruby-test-unit/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-test-unit/Makefile 2016/02/16 16:08:58 1.24
+++ pkgsrc/devel/ruby-test-unit/Makefile 2016/10/09 15:25:47 1.25
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.24 2016/02/16 16:08:58 taca Exp $ 1# $NetBSD: Makefile,v 1.25 2016/10/09 15:25:47 taca Exp $
2 2
3DISTNAME= test-unit-3.1.7 3DISTNAME= test-unit-3.2.1
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/test-unit/test-unit/ 7HOMEPAGE= https://github.com/test-unit/test-unit/
8COMMENT= Improved version of Test::Unit 8COMMENT= Improved version of Test::Unit
9LICENSE= ruby-license 9LICENSE= ruby-license
10 10
11USE_LANGUAGES= # none 11USE_LANGUAGES= # none
12 12
13.include "../../lang/ruby/rubyversion.mk" 13.include "../../lang/ruby/rubyversion.mk"
14 14
15.if ${RUBY_VER} == "200" || ${RUBY_VER} == "21" 15.if ${RUBY_VER} == "200" || ${RUBY_VER} == "21"
16DEPENDS+= ${RUBY_PKGPREFIX}-power_assert>=0:../../devel/ruby-power_assert 16DEPENDS+= ${RUBY_PKGPREFIX}-power_assert>=0:../../devel/ruby-power_assert

cvs diff -r1.21 -r1.22 pkgsrc/devel/ruby-test-unit/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-test-unit/distinfo 2016/02/16 16:08:58 1.21
+++ pkgsrc/devel/ruby-test-unit/distinfo 2016/10/09 15:25:47 1.22
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.21 2016/02/16 16:08:58 taca Exp $ 1$NetBSD: distinfo,v 1.22 2016/10/09 15:25:47 taca Exp $
2 2
3SHA1 (test-unit-3.1.7.gem) = c057a142bfcb2ee0aa84487899a44a7bc021b19e 3SHA1 (test-unit-3.2.1.gem) = c3a95715858b3d533b4889ba6eabf23875cb64c1
4RMD160 (test-unit-3.1.7.gem) = f07acf1fc8f6c397bacefe029cce85b4572acf11 4RMD160 (test-unit-3.2.1.gem) = d1c2016c323216d27cb1c53645f20d6ba1c5dcea
5SHA512 (test-unit-3.1.7.gem) = fb41fdc27b0278fd272db100d76b4691468ab68d1327baf63d4e230285aec5e9faedb3b2fced4445a8a801828e9c715533ab6311dbe7a4033b6c8402e711b06e 5SHA512 (test-unit-3.2.1.gem) = 226e3acd422d9849d9bf3ed39773776b9b067598db28f5f1f297462199e2f40d870bb2b40f944b59256bddfc8dedb0a8c859118dc04eb5e70fb7ec328243b498
6Size (test-unit-3.1.7.gem) = 124416 bytes 6Size (test-unit-3.2.1.gem) = 124928 bytes