Skip to content

Commit

Permalink
Update ruby-test-unit to 2.5.4.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
taca committed Feb 11, 2013
1 parent 0716e31 commit 14fa75b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-test-unit/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 7 additions & 1 deletion devel/ruby-test-unit/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions devel/ruby-test-unit/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 14fa75b

Please sign in to comment.