Changelog for
ruby2.5-rubygem-ZenTest-4.12.2-lp155.1.2.x86_64.rpm :
* Tue Jul 16 2024 Dan Čermák
- New upstream release 4.12.2, see bundled History.txt
* Tue Feb 15 2022 Stephan Kulow updated to version 4.12.1 see installed History.txt === 4.12.0 / 2019-09-22
* 3 major enhancements:
* Deleted autotest from project. Use minitest-autotest instead.
* Removed multiruby_setup. Use ruby-install or ruby-build or install your own.
* Update multiruby to use ~/.rubies (default for ruby-install).
* 4 minor enhancements:
* Find and use the multiruby next to multigem.
* multiruby ignores GEM_HOME and GEM_PATH (to allow multigem to work).
* multiruby respects global `multiruby_skip` entries in `~/.hoerc`.
* multiruby sorts versions properly so glob ordering is consistent.
* 1 bug fix:
* Removed hacks for rbx because nobody uses rbx.
* Mon Jan 14 2019 Stephan Kulow - updated to version 4.11.2 see installed History.txt === 4.11.2 / 2019-01-02
* 1 bug fix:
* Removed unneeded and out-of-date require_rubygems_version.
* Tue Jun 14 2016 cooloAATTsuse.com- updated to version 4.11.1 see installed History.txt === 4.11.1 / 2016-06-13
* 1 minor enhancement:
* Expand autotest to load \'autotest/discover
*\' for discovery.
* Wed Mar 23 2016 olafAATTaepfle.de- Force fixed timestamps for patched gems (bsc#916047)
* Wed Feb 11 2015 cooloAATTsuse.com- updated to version 4.11.0
* 1 minor enhancement:
* Rearranged died hook so user can bypass default. (bhenderson)
* 1 bug fix:
* Fixed rubyforge urls. === 4.10.1 / 2014-07-07
* 2 bug fixes:
* Change require to minitest/autorun for non-test/unit style
* Change the way files are gathered to avoid StackOverflow exception if you have a TOOON of files. (joshwand) === 4.10.0 / 2014-04-23
* 2 minor enhancements:
* Added test_mappings accessor methods (ivar already there).
* Added test_prefix to allow you to run code ahead of test loading. (default: gem minitest) === 4.9.5 / 2013-11-01
* 1 bug fix:
* Updated require_rubygems_version AGAIN... going too fast. (zzak) === 4.9.4 / 2013-09-20
* 2 bug fixes:
* Expand required rubygems version to be < 2.2
* Fix parsing of minitest 5 output.
* Tue Sep 30 2014 mrueckertAATTsuse.de- update to new packaging scheme and add gem2rpm.yml- added ZenTest-4.9.2_shebang.patch and series: Fix shebang line
* Fri Jul 12 2013 cooloAATTsuse.com- fix usage of update-alternatives
* Sat Jun 08 2013 cooloAATTsuse.com- updated to version 4.9.2
* Added autotest-suffix description to readme. (blowmage)
* zentest now outputs test classes for minitest 5
* Mon May 27 2013 cooloAATTsuse.com- updated to version 4.9.1
* 2 minor enhancements:
* Make banner more explicit about correct test file location. (rue)
* Switched to #failed for calculating red/green hook. (bhenderson)