diff options
author | taca <taca> | 2013-02-11 02:58:54 +0000 |
---|---|---|
committer | taca <taca> | 2013-02-11 02:58:54 +0000 |
commit | 5d34d15504e7eecd79ec6580a7c9cecad0444ea1 (patch) | |
tree | 569f50fa3169a634578a8b0f86340cfa20bffb78 | |
parent | 7942e3165999fe655fbb3b1c606f6e56be722859 (diff) | |
download | pkgsrc-5d34d15504e7eecd79ec6580a7c9cecad0444ea1.tar.gz |
Update ruby-test-unit to 2.5.4.
2.5.4 - 2013-01-23
It's a bug fix release.
Improvements
* Added documents for data driven test functionality.
* Added TSV support for data driven test functionality.
* Support tag inspection on JRuby.
Fixes
* Fixed a bug. It is too slow to filter tests when there are many tests. [GitHub#46]
* Accept anonymous test suite. [GitHub:#49] [Reported by Matthew Rudy Jacobs]
Thanks
* Matthew Rudy Jacobs
-rw-r--r-- | devel/ruby-test-unit/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-test-unit/PLIST | 8 | ||||
-rw-r--r-- | devel/ruby-test-unit/distinfo | 8 |
3 files changed, 13 insertions, 7 deletions
diff --git a/devel/ruby-test-unit/Makefile b/devel/ruby-test-unit/Makefile index 10fc3b6e2da..f58b8477341 100644 --- a/devel/ruby-test-unit/Makefile +++ b/devel/ruby-test-unit/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2012/12/16 16:51:26 taca Exp $ +# $NetBSD: Makefile,v 1.12 2013/02/11 02:58:54 taca Exp $ -DISTNAME= test-unit-2.5.3 +DISTNAME= test-unit-2.5.4 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-test-unit/PLIST b/devel/ruby-test-unit/PLIST index 76c42c35b55..e71942c30aa 100644 --- a/devel/ruby-test-unit/PLIST +++ b/devel/ruby-test-unit/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2012/12/16 16:51:26 taca Exp $ +@comment $NetBSD: PLIST,v 1.8 2013/02/11 02:58:55 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/COPYING ${GEM_LIBDIR}/GPL @@ -62,6 +62,12 @@ ${GEM_LIBDIR}/test/collector/test-descendant.rb ${GEM_LIBDIR}/test/collector/test-load.rb ${GEM_LIBDIR}/test/collector/test_dir.rb ${GEM_LIBDIR}/test/collector/test_objectspace.rb +${GEM_LIBDIR}/test/fixtures/header-label.csv +${GEM_LIBDIR}/test/fixtures/header-label.tsv +${GEM_LIBDIR}/test/fixtures/header.csv +${GEM_LIBDIR}/test/fixtures/header.tsv +${GEM_LIBDIR}/test/fixtures/no-header.csv +${GEM_LIBDIR}/test/fixtures/no-header.tsv ${GEM_LIBDIR}/test/fixtures/plus.csv ${GEM_LIBDIR}/test/run-test.rb ${GEM_LIBDIR}/test/test-assertions.rb diff --git a/devel/ruby-test-unit/distinfo b/devel/ruby-test-unit/distinfo index c4fb72072e9..324039dfc28 100644 --- a/devel/ruby-test-unit/distinfo +++ b/devel/ruby-test-unit/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2012/12/16 16:51:26 taca Exp $ +$NetBSD: distinfo,v 1.12 2013/02/11 02:58:55 taca Exp $ -SHA1 (test-unit-2.5.3.gem) = 950d0ac258f8cb31c93d699354e27cd0e7752526 -RMD160 (test-unit-2.5.3.gem) = b8e811f225c7817d8e151d3ea839b70fa941d5b7 -Size (test-unit-2.5.3.gem) = 105472 bytes +SHA1 (test-unit-2.5.4.gem) = b836adc7022a3e679aabc9b7af996746be1c2939 +RMD160 (test-unit-2.5.4.gem) = 070a0478301926dbaad1230a28726526303bb564 +Size (test-unit-2.5.4.gem) = 108032 bytes |