Releases: ruby/rake
Releases · ruby/rake
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
PackageTask
be 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 --tasks
by @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
v12.3.0
v12.2.1
Full Changelog: v12.2.0...v12.2.1
v12.2.0
What's Changed
- Fix typo by @znz in #223
- Make rake easier to use as a library by @drbrain in #211
- fixed warnings by @walf443 in #226
- Tweak travis by @hsbt in #227
- Account for a file that match 2 or more patterns. by @styd in #231
- fix quadratic performance in FileTask#out_of_date? by @doudou in #224
- Clarify output when printing nested exception traces by @urbanautomaton in #232
New Contributors
- @znz made their first contribution in #223
- @walf443 made their first contribution in #226
- @styd made their first contribution in #231
- @doudou made their first contribution in #224
- @urbanautomaton made their first contribution in #232
Full Changelog: v12.1.0...v12.2.0
v12.1.0
What's Changed
- Fixes documentation typo in rakefile.rdoc by @kurotaky in #180
- Travis: add 2.4.0 to matrix, update patch versions by @olleolleolle in #184
- Remove an extra assertion by @nobu in #186
- Added coveralls gem again by @hsbt in #187
- FileTask#out_of_date? calls depended FileTask#out_of_date? for execution by @aycabta in #183
- Use Ruby 2.4.1 for Travis CI by @aycabta in #199
- Chained extensions by @pjump in #39
- Change FileUtils#sh to adopt with hash style option. by @igaiga in #202
- Make LoadError from running tests more obvious by @drbrain in #195
- Update to latest versions of Ruby 2.2, 2.3 and JRuby 9k by @aycabta in #205
- Add ruby_version 24 and 24-x64 to appveyor.yml by @aycabta in #208
- Specify frozen string literal is true by @hsbt in #209
- When pattern is nil, enhance_with_matching_rule will not fail by @lzap in #182
- Travis: jruby-9.1.12.0 by @olleolleolle in #218
- gemspec: Exclude various YAML configuration files by @olleolleolle in #217
- Fixup rubocop warnings by @hsbt in #219
- Travis: jruby-9.1.13.0 by @olleolleolle in #220
- Added did you mean to rake by @xtina-starr in #221
New Contributors
- @kurotaky made their first contribution in #180
- @pjump made their first contribution in #39
- @igaiga made their first contribution in #202
- @lzap made their first contribution in #182
- @xtina-starr made their first contribution in #221
Full Changelog: v12.0.0...v12.1.0
v12.0.0
What's Changed
- Do not run tasks when their prerequisites fail by @ptarjan in #142
- Remove mention of environment variables as task argument. by @htanata in #143
- Remove trailing slash on a link in README by @astorije in #144
- Workaround for rubinius by @hsbt in #145
- Convert manual page to use semantic -mdoc macros. by @bentley in #64
- Drop to rubinius support by @hsbt in #150
- Remove
rake/contrib
by @hsbt in #149 - TestTask when --verbose prompts for TESTOPTS="--verbose" by @MarkDBlackwell in #151
- cleaned up the contib stuff by @rudyyazdi in #153
- Removed duplicated release_notes by @hsbt in #154
- #156 Remove arguments on clear by @jessebs in #157
- Fix test fail caused by bundler-1.13.x by @hsbt in #161
- No Fixnum by @nobu in #160
- show extended output on testtask fail only with verbose or trace by @bretts in #163
- skip tests with JRuby 9k. by @hsbt in #166
- Respect trace option in cleanup by @bhenderson in #164
- remove obsolete OPT_TABLE entries by @chocolateboy in #158
- Revert to glob support by @aycabta in #159
- fix to_hash bug by @ogawatti in #165
- Removed workaround for bundler-1.13.1 by @hsbt in #168
- Represent a TaskArgument object such that it's not confused with a hash. by @aquateen in #171
- Removed unused pathname extension by @hsbt in #130
- Actions adore keyword arguments by @JoshCheek in #174
- Rake::TaskArguments#key? alias of #has_key? by @pda in #175
New Contributors
- @ptarjan made their first contribution in #142
- @htanata made their first contribution in #143
- @astorije made their first contribution in #144
- @rudyyazdi made their first contribution in #153
- @jessebs made their first contribution in #157
- @bretts made their first contribution in #163
- @bhenderson made their first contribution in #164
- @chocolateboy made their first contribution in #158
- @ogawatti made their first contribution in #165
- @aquateen made their first contribution in #171
- @JoshCheek made their first contribution in #174
- @pda made their first contribution in #175
Full Changelog: v11.2.2...v12.0.0
v12.0.0.beta1
What's Changed
- Do not run tasks when their prerequisites fail by @ptarjan in #142
- Remove mention of environment variables as task argument. by @htanata in #143
- Remove trailing slash on a link in README by @astorije in #144
- Workaround for rubinius by @hsbt in #145
- Convert manual page to use semantic -mdoc macros. by @bentley in #64
- Drop to rubinius support by @hsbt in #150
- Remove
rake/contrib
by @hsbt in #149 - TestTask when --verbose prompts for TESTOPTS="--verbose" by @MarkDBlackwell in #151
- cleaned up the contib stuff by @rudyyazdi in #153
- Removed duplicated release_notes by @hsbt in #154
- #156 Remove arguments on clear by @jessebs in #157
- Fix test fail caused by bundler-1.13.x by @hsbt in #161
- No Fixnum by @nobu in #160
- show extended output on testtask fail only with verbose or trace by @bretts in #163
- skip tests with JRuby 9k. by @hsbt in #166
- Respect trace option in cleanup by @bhenderson in #164
- remove obsolete OPT_TABLE entries by @chocolateboy in #158
- Revert to glob support by @aycabta in #159
- fix to_hash bug by @ogawatti in #165
- Removed workaround for bundler-1.13.1 by @hsbt in #168
- Represent a TaskArgument object such that it's not confused with a hash. by @aquateen in #171
- Removed unused pathname extension by @hsbt in #130
- Actions adore keyword arguments by @JoshCheek in #174
New Contributors
- @ptarjan made their first contribution in #142
- @htanata made their first contribution in #143
- @astorije made their first contribution in #144
- @rudyyazdi made their first contribution in #153
- @jessebs made their first contribution in #157
- @bretts made their first contribution in #163
- @bhenderson made their first contribution in #164
- @chocolateboy made their first contribution in #158
- @ogawatti made their first contribution in #165
- @aquateen made their first contribution in #171
- @JoshCheek made their first contribution in #174
Full Changelog: v11.2.2...v12.0.0.beta1