Changelog for
ruby3.3-rubygem-rake-13.2.1-2.3.i586.rpm :
* Fri Jun 21 2024 Dan Čermák
- 13.2.1: [#]# What\'s Changed
* Suppressed \":52:in \'Array#each\'\" from backtrace by AATThsbt in https://github.com/ruby/rake/pull/554
* Bump actions/configure-pages from 4 to 5 by AATTdependabot in https://github.com/ruby/rake/pull/553
*
*Full Changelog
*
*: https://github.com/ruby/rake/compare/v13.2.0...v13.2.1 13.2.0: [#]# What\'s Changed
* Fix rule example to be correct by AATTzenspider in https://github.com/ruby/rake/pull/525
* Switch to use test-unit by AATThsbt in https://github.com/ruby/rake/pull/536
* Removed redundant block by AATThsbt in https://github.com/ruby/rake/pull/537
* Use Struct instead of OpenStruct. by AATThsbt in https://github.com/ruby/rake/pull/545
* Accept FileList object as directory task\'s target by AATTgemmaro in https://github.com/ruby/rake/pull/530
* Fix exception when exception has nil backtrace by AATTjanbiedermann in https://github.com/ruby/rake/pull/451
* Add TruffleRuby on CI by AATTandrykonchin in https://github.com/ruby/rake/pull/551 [#]# New Contributors
* AATTzenspider made their first contribution in https://github.com/ruby/rake/pull/525
* AATTgemmaro made their first contribution in https://github.com/ruby/rake/pull/530
* AATTjanbiedermann made their first contribution in https://github.com/ruby/rake/pull/451
* AATTandrykonchin made their first contribution in https://github.com/ruby/rake/pull/551
*
*Full Changelog
*
*: https://github.com/ruby/rake/compare/v13.1.0...v13.2.0
* Tue Nov 14 2023 Dan Čermák - 13.1.0: [#]# What\'s Changed
* Added dependabot.yml for actions by AATThsbt in https://github.com/ruby/rake/pull/416
* Add Ruby 3.1 to the CI matrix by AATTpetergoldstein in https://github.com/ruby/rake/pull/415
* (Performance) Remove unnecessary I/O syscalls for FileTasks by AATTda2x in https://github.com/ruby/rake/pull/393
* Skip test failure with JRuby by AATThsbt in https://github.com/ruby/rake/pull/418
* Remove bin/rdoc by AATTtnir in https://github.com/ruby/rake/pull/421
* Remove bin/rake by AATTtnir in https://github.com/ruby/rake/pull/422
* Remove bin/bundle by AATTtnir in https://github.com/ruby/rake/pull/425
* Apply RuboCop linting for Ruby 2.3 by AATTtnir in https://github.com/ruby/rake/pull/423
* Update rubocop to work with Ruby 2.4 compatible by AATTtnir in https://github.com/ruby/rake/pull/424
* chore: fix typo in comments by AATTtnir in https://github.com/ruby/rake/pull/429
* Use \'test\' as workflow name on Actions by AATTtnir in https://github.com/ruby/rake/pull/427
* docs: update CONTRIBUTING.rdoc by AATTtnir in https://github.com/ruby/rake/pull/428
* Add RuboCop job to Actions by AATTtnir in https://github.com/ruby/rake/pull/426
* Lock minitest-5.15.0 for Ruby 2.2 by AATThsbt in https://github.com/ruby/rake/pull/442
* Eagerly require set in thread_pool.rb by AATTjeremyevans in https://github.com/ruby/rake/pull/440
* Avoid creating an unnecessary thread pool by AATTjeremyevans in https://github.com/ruby/rake/pull/441
* Add credit for maintenance in Rake 12/13 by AATTtnir in https://github.com/ruby/rake/pull/443
* Sh fully echoes commands which error exit by AATTMarkDBlackwell in https://github.com/ruby/rake/pull/147
* Correct RuboCop offenses by AATTdeivid-rodriguez in https://github.com/ruby/rake/pull/444
* [StepSecurity] ci: Harden GitHub Actions by AATTstep-security-bot in https://github.com/ruby/rake/pull/450
* Add ruby 3.2 to test matrix by AATThanneskaeufler in https://github.com/ruby/rake/pull/458
* Missing \'do\' on example by AATTzzak in https://github.com/ruby/rake/pull/467
* Try to use dependabot automerge by AATThsbt in https://github.com/ruby/rake/pull/470
* Rewrite auto-merge feature for dependabot by AATThsbt in https://github.com/ruby/rake/pull/471
* Update bundler in Dependabot by AATTono-max in https://github.com/ruby/rake/pull/472
* Fix grammar in help text by AATTmebezac in https://github.com/ruby/rake/pull/381
* Try to use ruby/ruby/.github/workflows/ruby_versions.ymlAATTmaster by AATThsbt in https://github.com/ruby/rake/pull/475
* Use GitHub Pages Action for generating rdoc page by AATThsbt in https://github.com/ruby/rake/pull/477
* Support `#detailed_message` when task failed by AATTksss in https://github.com/ruby/rake/pull/486
* Debug at stop when task fail by AATTksss in https://github.com/ruby/rake/pull/489
* Drop to support Ruby 2.2 by AATThsbt in https://github.com/ruby/rake/pull/492
* Bump up setup-ruby by AATThsbt in https://github.com/ruby/rake/pull/497
* Update development dependencies by AATThsbt in https://github.com/ruby/rake/pull/505 [#]# New Contributors
* AATTpetergoldstein made their first contribution in https://github.com/ruby/rake/pull/415
* AATTda2x made their first contribution in https://github.com/ruby/rake/pull/393
* AATTtnir made their first contribution in https://github.com/ruby/rake/pull/421
* AATTstep-security-bot made their first contribution in https://github.com/ruby/rake/pull/450
* AATThanneskaeufler made their first contribution in https://github.com/ruby/rake/pull/458
* AATTono-max made their first contribution in https://github.com/ruby/rake/pull/472
* AATTmebezac made their first contribution in https://github.com/ruby/rake/pull/381
* AATTksss made their first contribution in https://github.com/ruby/rake/pull/486
*
*Full Changelog
*
*: https://github.com/ruby/rake/compare/v13.0.6...v13.1.0
* Sun Jul 11 2021 Manuel Schnitzer - updated to version 13.0.6 === 13.0.6
* Additional fix for #389 Pull request #390 by hsbt === 13.0.5
* Fixed the regression of #388 Pull request #389 by hsbt === 13.0.4
* Fix rake test loader swallowing useful error information. Pull request #367 by deivid-rodriguez
* Add -C/--directory option the same as GNU make. Pull request #376 by nobu
* Fri Dec 25 2020 Manuel Schnitzer - updated to version 13.0.3
* Fix breaking change of execution order on TestTask. Pull request #368 by ysakasin
* Sun Dec 20 2020 Manuel Schnitzer - updated to version 13.0.2 ==== Enhancements
* Fix tests to work with current FileUtils Pull Request #358 by jeremyevans
* Simplify default rake test loader Pull Request #357 by deivid-rodriguez
* Update rdoc Pull Request #366 by bahasalien
* Update broken links to rake articles from Avdi in README Pull Request #360 by svl7
* Tue Nov 12 2019 Manuel Schnitzer - updated to version 13.0.1 ==== Bug fixes
* Fixed bug: Reenabled task raises previous exception on second invokation Pull Request #271 by thorsteneckel
* Fix an incorrectly resolved arg pattern Pull Request #327 by mjbellantoni
* Thu Oct 10 2019 Hendrik Vogelsang - Update to 13.0.0 Enhancements - Follows recent changes on keyword arguments in ruby 2.7 - Make `PackageTask` be able to omit parent directory while packing files - Add order only dependency Compatibility changes - Drop old ruby versions(< 2.2)
* 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.