diff options
author | taca <taca@pkgsrc.org> | 2015-09-13 13:02:06 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-09-13 13:02:06 +0000 |
commit | 59b9067cd227617ad623ad5236c64bd83c702080 (patch) | |
tree | 74275002a322f09af07e1491cf5fd083694a565e /devel | |
parent | 57a764a56cb19a9504047dee01a0cda1e20eb2ff (diff) | |
download | pkgsrc-59b9067cd227617ad623ad5236c64bd83c702080.tar.gz |
Update ruby-test-unit to 3.1.3.
# News
## 3.1.3 - 2015-07-26 {#version-3-1-3}
It's a bug fix release.
### Improvements
* Removed unused `TODO` file. [GitHub#108][Patch by takiy33]
### Fixes
* `--location`: Fixed a bug that `--location LINE` doesn't work when
test script is specified as relative path. [Reported by TOMITA Masahiro]
The following doesn't work:
% ruby ./test.rb --location 10
The following works:
% ruby test.rb --location 10
### Thanks
* takiy33
* TOMITA Masahiro
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-test-unit/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-test-unit/PLIST | 3 | ||||
-rw-r--r-- | devel/ruby-test-unit/distinfo | 8 |
3 files changed, 7 insertions, 8 deletions
diff --git a/devel/ruby-test-unit/Makefile b/devel/ruby-test-unit/Makefile index 405a988aa41..8e716bb78a5 100644 --- a/devel/ruby-test-unit/Makefile +++ b/devel/ruby-test-unit/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2015/06/11 17:30:43 taca Exp $ +# $NetBSD: Makefile,v 1.18 2015/09/13 13:02:06 taca Exp $ -DISTNAME= test-unit-3.1.2 +DISTNAME= test-unit-3.1.3 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-test-unit/PLIST b/devel/ruby-test-unit/PLIST index 2dcd396a677..89b05d8b9b6 100644 --- a/devel/ruby-test-unit/PLIST +++ b/devel/ruby-test-unit/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2015/02/02 15:11:31 taca Exp $ +@comment $NetBSD: PLIST,v 1.11 2015/09/13 13:02:06 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/COPYING ${GEM_LIBDIR}/GPL @@ -6,7 +6,6 @@ ${GEM_LIBDIR}/LGPL ${GEM_LIBDIR}/PSFL ${GEM_LIBDIR}/README.md ${GEM_LIBDIR}/Rakefile -${GEM_LIBDIR}/TODO ${GEM_LIBDIR}/doc/text/how-to.md ${GEM_LIBDIR}/doc/text/news.md ${GEM_LIBDIR}/lib/test-unit.rb diff --git a/devel/ruby-test-unit/distinfo b/devel/ruby-test-unit/distinfo index eb4dd629588..d5f2f24cd7f 100644 --- a/devel/ruby-test-unit/distinfo +++ b/devel/ruby-test-unit/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2015/06/11 17:30:43 taca Exp $ +$NetBSD: distinfo,v 1.17 2015/09/13 13:02:06 taca Exp $ -SHA1 (test-unit-3.1.2.gem) = be7ec72f81bbfeebeaf757de3295cd2f282d4ee6 -RMD160 (test-unit-3.1.2.gem) = 61bf11396fa9dd89ca62d91eba086ade7f0927c4 -Size (test-unit-3.1.2.gem) = 122368 bytes +SHA1 (test-unit-3.1.3.gem) = 627b04e335b39756a70224300537d32ec37ca0e7 +RMD160 (test-unit-3.1.3.gem) = ad648b2f357281cd28c2243aabedd7112e47b419 +Size (test-unit-3.1.3.gem) = 121856 bytes |