pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-test-unit



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Jun 13 14:34:35 UTC 2012

Modified Files:
        pkgsrc/devel/ruby-test-unit: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-test-unit/Makefile \
    pkgsrc/devel/ruby-test-unit/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index