Wed Mar 14 14:25:33 2018 UTC ()
devel/ruby-test-unit: update to 3.2.7

## 3.2.7 - 2017-12-12 {#version-3-2-7}

### Improvements

  * Added source code link to gemspec.
    [GitHub#157][Patch by Grey Baker]

  * Changed to use SVG image for badges in README.
    [GitHub#158][Patch by Olle Jonsson]

  * [UI][console]: Added `--reverse-output` option to output fault
    details in reverse like Ruby 2.5. It's enabled by default only for
    tty output.

### Fixes

  * Fixed a typo.
    [GitHub#156][Patch by masa kunikata]

  * [UI][console]: Fixed a bug that broken align in verbose mode.

### Thanks

  * masa kunikata

  * Grey Baker

  * Olle Jonsson

## 3.2.6 - 2017-09-21 {#version-3-2-6}

### Improvements

  * Changed test file require failure to error from omission.
    [GitHub#154][Patch by naofumi-fujii]

### Thanks

  * naofumi-fujii


(taca)
diff -r1.30 -r1.31 pkgsrc/devel/ruby-test-unit/Makefile
diff -r1.25 -r1.26 pkgsrc/devel/ruby-test-unit/distinfo

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

--- pkgsrc/devel/ruby-test-unit/Makefile 2017/07/13 15:35:32 1.30
+++ pkgsrc/devel/ruby-test-unit/Makefile 2018/03/14 14:25:33 1.31
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.30 2017/07/13 15:35:32 taca Exp $ 1# $NetBSD: Makefile,v 1.31 2018/03/14 14:25:33 taca Exp $
2 2
3DISTNAME= test-unit-3.2.5 3DISTNAME= test-unit-3.2.7
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/gem.mk" 13.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/ruby-test-unit/distinfo 2017/07/13 15:35:32 1.25
+++ pkgsrc/devel/ruby-test-unit/distinfo 2018/03/14 14:25:33 1.26
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.25 2017/07/13 15:35:32 taca Exp $ 1$NetBSD: distinfo,v 1.26 2018/03/14 14:25:33 taca Exp $
2 2
3SHA1 (test-unit-3.2.5.gem) = 06ec45f477b53469db1f4df366fa20be9fd0bcfc 3SHA1 (test-unit-3.2.7.gem) = 2616f4989be52522eef2d8d2721db17951163930
4RMD160 (test-unit-3.2.5.gem) = 5a25f61a1778967af8977e5922bdd41a8059833d 4RMD160 (test-unit-3.2.7.gem) = 22c98377f83be2abdc5f6bb41369572dcc2f4e6f
5SHA512 (test-unit-3.2.5.gem) = 4c2efa61893d20d593c3b4ab620219c4540f04abd8566c4448e17f50727a955188d76e2d09759f7829b4587c40369a2b7419bf13315537cea7da8bb95c795ab0 5SHA512 (test-unit-3.2.7.gem) = a55a5abee0d602b23af34ee8a9a7e26effc95ce9dd8ce98da28c49caf883d47c86bd2d0979176b0d1e239861ea73a4c5a9a280a1ceda7fbfbbd98c888ca6b01e
6Size (test-unit-3.2.5.gem) = 128512 bytes 6Size (test-unit-3.2.7.gem) = 129024 bytes