summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca>2012-06-13 14:34:35 +0000
committertaca <taca>2012-06-13 14:34:35 +0000
commita4e3c601db2f4171ef3276a3134d356a5a0f0ad2 (patch)
tree596d7f1968511b35ee598d0fde49f9042c97f406 /devel
parentdab27e0c1ac2c5717164addfb24756a2729bbb66 (diff)
downloadpkgsrc-a4e3c601db2f4171ef3276a3134d356a5a0f0ad2.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/Makefile4
-rw-r--r--devel/ruby-test-unit/distinfo8
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