diff options
author | taca <taca@pkgsrc.org> | 2012-06-13 14:34:35 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-06-13 14:34:35 +0000 |
commit | bded5b90f70b5e61193e0c8f9520ff5aefa5e4fe (patch) | |
tree | 596d7f1968511b35ee598d0fde49f9042c97f406 /devel | |
parent | d4449a2ac22aa9c0e0765ae59019718a53735a92 (diff) | |
download | pkgsrc-bded5b90f70b5e61193e0c8f9520ff5aefa5e4fe.tar.gz |
Update ruby-test-unit to 2.5.0.
2.5.0 - 2012-06-06
It's a bug fix release.
Fixes
* Fixed a backward incompatibility of TestUnitMediator#run_suite introduced
in 2.4.9. [GitHub#28] [Reported by Vladislav Rassokhin]
Thanks
* Vladislav Rassokhin
2.4.9 - 2012-06-03
It's a bug fix release.
Improvements
* Test::Unit.run? -> Test::Unit::AutoRunner.need_auto_run?. Test::Unit.run?
is marked as deprecated but it is still available.
* [experimental] Added top level "run" method for "ruby -rtest-unit -e run
test/test_*.rb". Is this API OK or dirty?
* Made failure output more readable on no color mode.
* Supported showing ASCII-8BIT diff in failure message.
* [ui][console] Supported ENV["TERM"] == "xterm-256color" as color available
terminal. [GitHub#26] [Reported by Michael Grosser]
* [ui][console] Supported "-256color" suffix ENV["TERM"] terminal as 256
color supported terminal.
Fixes
* Fixed a bug that --workdir doesn't work.
* Consumed processed command line parameters in ARGV as --help
says. [RubyForge#29554] [Reported by Bob Saveland]
* Added missing require "test/unit/diff". [GitHub#25] [Reported by Stephan
Kulow]
Thanks
* Bob Saveland
* Stephan Kulow
* Michael Grosser
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-test-unit/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-test-unit/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/ruby-test-unit/Makefile b/devel/ruby-test-unit/Makefile index bdbeef51003..767fd328835 100644 --- a/devel/ruby-test-unit/Makefile +++ b/devel/ruby-test-unit/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2012/03/17 15:24:22 taca Exp $ +# $NetBSD: Makefile,v 1.9 2012/06/13 14:34:35 taca Exp $ -DISTNAME= test-unit-2.4.8 +DISTNAME= test-unit-2.5.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-test-unit/distinfo b/devel/ruby-test-unit/distinfo index 21151d71f7d..598dcc8644f 100644 --- a/devel/ruby-test-unit/distinfo +++ b/devel/ruby-test-unit/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2012/03/17 15:24:22 taca Exp $ +$NetBSD: distinfo,v 1.9 2012/06/13 14:34:35 taca Exp $ -SHA1 (test-unit-2.4.8.gem) = 5835a8773c72b2d3524487ff946846e9b724784e -RMD160 (test-unit-2.4.8.gem) = ab1be24e4301f0253d33ed52e4118d6013af9cd0 -Size (test-unit-2.4.8.gem) = 96768 bytes +SHA1 (test-unit-2.5.0.gem) = 204486b7ff6898588e963788a83609c18c587004 +RMD160 (test-unit-2.5.0.gem) = daf5891aea2f56dee341c31056436ebd97ec7538 +Size (test-unit-2.5.0.gem) = 97280 bytes |