Changelog for
ruby3.3-rubygem-rake-12.3-12.3.3-1.70.x86_64.rpm :
* Mon Jul 22 2019 Manuel Schnitzer
- updated to version 12.3.3 ==== Bug fixes
* Use the application\'s name in error message if a task is not found. Pull Request #303 by tmatilai ==== Enhancements:
* Use File.open explicitly.
* Sat Dec 08 2018 Stephan Kulow - updated to version 12.3.2 see installed History.rdoc === 12.3.2 ==== Bug fixes
* Fixed test fails caused by 2.6 warnings. Pull Request #297 by hsbt ==== Enhancements:
* Rdoc improvements. Pull Request #293 by colby-swandale
* Improve multitask performance. Pull Request #273 by jsm
* Add alias `prereqs`. Pull Request #268 by take-cheeze
* Thu Mar 22 2018 factory-autoAATTkulow.org- updated to version 12.3.1 see installed History.rdoc === 12.3.1 ==== Bug fixes
* Support did_you_mean >= v1.2.0 which has a breaking change on formatters. Pull request #262 by FUJI Goro. ==== Enhancements:
* Don\'t run task if it depends on already invoked but failed task. Pull request #252 by Gonzalo Rodriguez.
* Make space trimming consistent for all task arguments. Pull request #259 by Gonzalo Rodriguez.
* Removes duplicated inclusion of Rake::DSL in tests. Pull request #254 by Gonzalo Rodriguez.
* Re-raise a LoadError that didn\'t come from require in the test loader. Pull request #250 by Dylan Thacker-Smith.
* Sun Dec 03 2017 cooloAATTsuse.com- updated to version 12.3.0 see installed History.rdoc === 12.3.0 ==== Compatibility Changes
* Bump `required_ruby_verion` to Ruby 2.0.0. Rake was already removed to support for Ruby 1.9.x. === Enhancements:
* Support `test-bundled-gems` task on ruby core.
* Thu Oct 26 2017 cooloAATTsuse.com- updated to version 12.2.1 see installed History.rdoc === 12.2.1 ==== Bug fixes
* Fixed to break Capistrano::Application on capistrano3. === 12.2.0 ==== Enhancements:
* Make rake easier to use as a library Pull request #211 by AATTdrbrain
* Fix quadratic performance in FileTask#out_of_date? Pull request #224 by AATTdoudou
* Clarify output when printing nested exception traces Pull request #232 by AATTurbanautomaton ==== Bug fixes
* Account for a file that match 2 or more patterns. Pull request #231 by AATTstyd
* Mon Sep 11 2017 cooloAATTsuse.com- updated to version 12.1.0 see installed History.rdoc === 12.1.0 ==== Enhancements:
* Added did_you_mean feature for invalid rake task. Pull request #221 by AATTxtina-starr
* Enabled to dependency chained by extensions. Pull request #39 by Petr Skocik.
* Make all of string literals to frozen objects on Ruby 2.4 or later. ==== Bug fixes
* Typo fixes in rakefile.rdoc. Pull request #180 by Yuta Kurotaki.
* Fix unexpected behavior of file task with dryrun option. Pull request #183 by AATTaycabta.
* Make LoadError from running tests more obvious. Pull request #195 by Eric Hodel.
* Fix unexpected TypeError with hash stayle option. Pull request #202 by Kuniaki IGARASHI.
* Wed Dec 07 2016 cooloAATTsuse.com- updated to version 12.0.0 see installed History.rdoc === 12.0.0 ==== Compatibility Changes
* Remove arguments on clear #157 by Jesse Bowes
* Removed `rake/contrib` packages. These are extracted to `rake-contrib` gem.
* Removed to deprecated warnings for `last\\_comment`. ==== Enhancements:
* Re-use trace option on `cleanup` task. #164 by Brian Henderson
* Actions adore keyword arguments #174 by Josh Cheek
* Rake::TaskArguments#key? alias of #has_key? #175 by Paul Annesley
* Wed Sep 21 2016 cooloAATTsuse.com- updated to version 11.3.0 see installed History.rdoc === 11.3.0 / 2016-09-20 Enhancements:
* Remove to reference `Fixnum` constant. Pull request #160 by nobu
* Sun Jun 12 2016 cooloAATTsuse.com- updated to version 11.2.2 see installed History.rdoc === 11.2.2 / 2016-06-12 Bug fixes:
* Fix unexpected behavior with multiple dependencies on Rake::TestTask === 11.2.1 / 2016-06-12 Bug fixes:
* Fix regression of dependencies handling on Rake::TestTask. Report #139 === 11.2.0 / 2016-06-11 Bug fixes:
* Fix unexpected cut-out behavior on task description using triple dots and exclamation. Report #106 from Stephan Kämper and Pull request #134 by Lee
* Fix empty argument assignment with `with_defaults` option. Pull request #135 by bakunyo
* Ignore to use `hwprefs` on Darwin platform. Use sysctl now. Report #128 Enhancements:
* Spawn options for sh Pull equest #138 by Eric Hodel.
* Allow to specify dependencies(prerequisites) for Rake::TestTask Pull request #117 by Tim Maslyuchenko
* Use Bundler task instead of hoe for gem release.
* Remove explicitly load to rubygems for Ruby 1.8.
* Unify to declare `Rake::VERSION`.
* Support xz format for PackageTask.
* Wed Apr 06 2016 cooloAATTsuse.com- updated to version 11.1.2 see installed History.rdoc === 11.1.2 / 2016-03-28 Bug fixes:
* Remove `-W` option when Rake::TestTask#verbose enabled. It\'s misunderstanding specification change with Rake 11. Partly revert #67