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
12 lines
318 B
Makefile
12 lines
318 B
Makefile
# $NetBSD: Makefile,v 1.9 2012/06/13 14:34:35 taca Exp $
|
|
|
|
DISTNAME= test-unit-2.5.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://rubyforge.org/projects/test-unit/
|
|
COMMENT= Improved version of Test::Unit
|
|
LICENSE= ruby-license
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|