Releases: ruby/rake
Releases · ruby/rake
v13.0.4
What's Changed
- Add recent ruby versions to test by @nobu in #377
- CI: use "3.0" to avoid YAML float conversions by @olleolleolle in #380
- Remove unnecessary require by @deivid-rodriguez in #379
- Suppress deprecation warning for
$\since ruby 3.0 by @nobu in #378 - Add -C/--directory option the same as GNU make by @nobu in #376
- Lazily load
setby @deivid-rodriguez in #374 - rule learns to accept Symbols as a prereq name by @jasonkarns in #350
- Fix rake test loader swallowing useful error information by @deivid-rodriguez in #367
- Cleanup gemspec by @hsbt in #386
New Contributors
- @jasonkarns made their first contribution in #350
Full Changelog: v13.0.3...v13.0.4
v13.0.3
v13.0.2
What's Changed
- Test Rake on TruffleRuby by @eregon in #331
- Do not include
.githubdirectory into released gem by @voxik in #333 - Use ruby/setup-ruby to simplify CI by @eregon in #335
- Test with jruby-head by @eregon in #336
- Unify workflow files by @hsbt in #341
- Fix tests to work with current FileUtils by @jeremyevans in #358
- Update broken links to rake articles from Avdi in README by @svl7 in #360
- Simplify default rake test loader by @deivid-rodriguez in #357
- Update rdoc; HTTP -> HTTPS in #366
New Contributors
- @eregon made their first contribution in #331
- @voxik made their first contribution in #333
- @svl7 made their first contribution in #360
Full Changelog: v13.0.1...v13.0.2
v13.0.1
What's Changed
- Add project metadata to the gemspec by @orien in #328
- Skip a taint test on Ruby 2.7 by @jeremyevans in #329
- Fix an incorrectly resolved arg pattern by @mjbellantoni in #327
- Fixed bug: Reenabled task raises previous exception on second invokation by @thorsteneckel in #271
New Contributors
- @orien made their first contribution in #328
- @mjbellantoni made their first contribution in #327
- @thorsteneckel made their first contribution in #271
Full Changelog: v13.0.0...v13.0.1
v13.0.0
What's Changed
- Enabled build matrix for GitHub Actions by @hsbt in #320
- Try to use rvm on GitHub Actions. by @hsbt in #322
- Cleanup gemspec by @hsbt in #321
- Make
PackageTaskbe able to omit parent directory while packing files by @tonytonyjan in #310 - Add order only dependency. by @take-cheeze in #269
- Try to use setup-ruby on macos by @hsbt in #324
- Update keyword args by @nobu in #326
- Drop old ruby versions which are no longer tested by @nobu in #325
New Contributors
- @tonytonyjan made their first contribution in #310
Full Changelog: v12.3.3...v13.0.0
v13.0.0.pre.1
What's Changed
- Enabled build matrix for GitHub Actions by @hsbt in #320
- Try to use rvm on GitHub Actions. by @hsbt in #322
- Cleanup gemspec by @hsbt in #321
- Make
PackageTaskbe able to omit parent directory while packing files by @tonytonyjan in #310 - Add order only dependency. by @take-cheeze in #269
- Try to use setup-ruby on macos by @hsbt in #324
- Update keyword args by @nobu in #326
- Drop old ruby versions which are no longer tested by @nobu in #325
New Contributors
- @tonytonyjan made their first contribution in #310
Full Changelog: v12.3.3...v13.0.0.pre.1
v12.3.3
What's Changed
- Add ruby 2.6.0 to .travis.yml by @colby-swandale in #300
- Fix outstanding rubocop warnings by @colby-swandale in #301
- Use the application's name in error message if a task is not found by @tmatilai in #303
- Use Ruby 2.6.1 by @aycabta in #305
- Set up CI with Azure Pipelines by @hsbt in #307
- Remove deprecated travis ci option by @RDIL in #309
- Removed gitignore from gemspec files. by @hsbt in #317
New Contributors
Full Changelog: v12.3.2...v12.3.3
v12.3.2
What's Changed
- Add alias
prereqs. by @take-cheeze in #268 - Fix JRuby detection on JRuby 9.2 in cpu_counter.rb by @jeremyevans in #265
- Fix a typo in lib/rake/application.rb by @felixonmars in #276
- Remove trailing extension name by @zhustec in #275
- Use Ruby 2.2.10, 2.3.8, 2.4.5, and 2.5.3 by @aycabta in #278
- fix errors in rubocop by @colby-swandale in #282
- add binstubs for bundler, rake, rodc and rubocop by @colby-swandale in #280
- add rubocop section to CONTRIBUTING.rdoc by @colby-swandale in #285
- Rework the error message that tells users to list the tasks with
rake --tasksby @colby-swandale in #287 - update latest jruby version in travis by @colby-swandale in #290
- fix links to rake resources not showing on Github by @colby-swandale in #288
- Improve multitask performance by @jsm in #273
- Update jruby to the latest version in travis by @colby-swandale in #291
- run coveralls only when COVERALLS env var is present by @colby-swandale in #289
- Improve running test instructions and denote commands with
$by @colby-swandale in #295 - Update public clone URL to use https by @colby-swandale in #294
- Rdoc improvements by @colby-swandale in #293
- Fixed test fails caused by 2.6 warnings by @hsbt in #297
New Contributors
- @felixonmars made their first contribution in #276
- @zhustec made their first contribution in #275
Full Changelog: v12.3.1...v12.3.2
v12.3.1
What's Changed
- [skip-ci] Fixed typo by @donv in #239
- Use JRuby 9.1.15.0 on .travis.yml by @aycabta in #240
- Add missing information on FTP publishing to README by @stomar in #242
- Force installation Bundler by @aycabta in #245
- Use 2.5.0 and more latest Ruby versions by @aycabta in #244
- [skip ci] Fix minimal ruby version on README by @esparta in #249
- Re-raise a LoadError that didn't come from require in the test loader by @dylanahsmith in #250
- Remove date field from rake.gemspec by @radar in #253
- To use gem install insteaad of bundle install by @hsbt in #256
- Removes duplicated inclusion of Rake::DSL by @grzuy in #254
- make AppVeyor test with ruby 2.5 also by @grzuy in #258
- Use JRuby 9.1.16.0 by @aycabta in #261
- [Fixes #260] Make space trimming consistent for all task arguments by @grzuy in #259
- [Fixes #189] [Fixes #190] Don't run task if it depends on already invoked but failed task by @grzuy in #252
- support did_you_mean >= v1.2.0 which has a breaking change on formatters by @gfx in #262
New Contributors
- @donv made their first contribution in #239
- @stomar made their first contribution in #242
- @esparta made their first contribution in #249
- @dylanahsmith made their first contribution in #250
- @radar made their first contribution in #253
- @grzuy made their first contribution in #254
- @gfx made their first contribution in #262
Full Changelog: v12.3.0...v12.3.1