Recent Releases of https://github.com/ruby/rake
https://github.com/ruby/rake - v13.3.1
What's Changed
- Remove useless condition check by @DormancyWang in https://github.com/ruby/rake/pull/636
- Added document for RAKEOPT by @hsbt in https://github.com/ruby/rake/pull/639
- lewagon/wait-on-check-action didn't need bot token by @hsbt in https://github.com/ruby/rake/pull/642
- Fixed wrong name of environmental variable by @hsbt in https://github.com/ruby/rake/pull/643
- The old Ruby version of Windows is broken by @hsbt in https://github.com/ruby/rake/pull/647
- Avoid to use
itby @hsbt in https://github.com/ruby/rake/pull/650 - Fixed assertion result with the latest stable version of JRuby by @hsbt in https://github.com/ruby/rake/pull/655
- Fixup
test_load_error_raised_implicitlywith JRuby by @hsbt in https://github.com/ruby/rake/pull/657 - Set source_code_uri metadata to this gem's public repo URL by @amatsuda in https://github.com/ruby/rake/pull/662
- Fix TaskArguments#deconstruct_keys with keys = nil by @nevans in https://github.com/ruby/rake/pull/635
- refactor: only include
libin$LOAD_PATHif not included yet by @pvdb in https://github.com/ruby/rake/pull/610 - silence warnings during execution of rake tasks in Rakefile (ex: rake test) by @luke-gru in https://github.com/ruby/rake/pull/483
New Contributors
- @DormancyWang made their first contribution in https://github.com/ruby/rake/pull/636
- @amatsuda made their first contribution in https://github.com/ruby/rake/pull/662
- @nevans made their first contribution in https://github.com/ruby/rake/pull/635
- @luke-gru made their first contribution in https://github.com/ruby/rake/pull/483
Full Changelog: https://github.com/ruby/rake/compare/v13.3.0...v13.3.1
- Ruby
Published by github-actions[bot] 4 months ago
https://github.com/ruby/rake - v13.3.0
What's Changed
- Add missing changelog by @VitaliySerov in https://github.com/ruby/rake/pull/555
- Exclude 2.3-2.5 on macos-14 iamge by @hsbt in https://github.com/ruby/rake/pull/563
- Use
require_relativein the Rake codebase by @koic in https://github.com/ruby/rake/pull/566 - Provide a 'Changelog' link on rubygems.org/gems/rake by @mark-young-atg in https://github.com/ruby/rake/pull/572
- Remove dependency on
win32oleby @Earlopain in https://github.com/ruby/rake/pull/573 - Switch changelog_uri to releases tab by @fynsta in https://github.com/ruby/rake/pull/577
- chore: refactor/reformat the heredocs (in tests) ... by @pvdb in https://github.com/ruby/rake/pull/589
- chore: remove
$traceglobal variable / option by @pvdb in https://github.com/ruby/rake/pull/592 - Link to Jim's last
rakecommit (not the git tree with that SHA) by @pvdb in https://github.com/ruby/rake/pull/593 - chore: refactor how temporary files are created (in tests) by @pvdb in https://github.com/ruby/rake/pull/590
- refactor: use
$LOADED_FEATURESbuilt-in instead of$"by @pvdb in https://github.com/ruby/rake/pull/605 - refactor: remove "exposed"
@system_dirinstance variable (in helper method) by @pvdb in https://github.com/ruby/rake/pull/604 - refactor: simplify
Rake::Application#system_dirmethod by @pvdb in https://github.com/ruby/rake/pull/591 - Remove unused argument by @takmar in https://github.com/ruby/rake/pull/623
- Use latest RDoc release instead of Ruby 3.2's default version by @st0012 in https://github.com/ruby/rake/pull/630
- Enabled trusted publisher for rubygems.org by @hsbt in https://github.com/ruby/rake/pull/634
- refactor: use
Dir.hometo findrake's standard system dir by @pvdb in https://github.com/ruby/rake/pull/608 - Fix RDoc links in Rake Information section by @komagata in https://github.com/ruby/rake/pull/627
- refactor: move dependency requires to
ruby_runner.rbfile by @pvdb in https://github.com/ruby/rake/pull/609 - Pattern matching support for arguments by @rgarner in https://github.com/ruby/rake/pull/515
New Contributors
- @VitaliySerov made their first contribution in https://github.com/ruby/rake/pull/555
- @koic made their first contribution in https://github.com/ruby/rake/pull/566
- @mark-young-atg made their first contribution in https://github.com/ruby/rake/pull/572
- @Earlopain made their first contribution in https://github.com/ruby/rake/pull/573
- @fynsta made their first contribution in https://github.com/ruby/rake/pull/577
- @takmar made their first contribution in https://github.com/ruby/rake/pull/623
- @st0012 made their first contribution in https://github.com/ruby/rake/pull/630
- @komagata made their first contribution in https://github.com/ruby/rake/pull/627
- @rgarner made their first contribution in https://github.com/ruby/rake/pull/515
Full Changelog: https://github.com/ruby/rake/compare/v13.2.1...v13.3.0
- Ruby
Published by hsbt 9 months ago
https://github.com/ruby/rake - v13.2.1
What's Changed
- Suppressed "internal:array:52:in 'Array#each'" from backtrace by @hsbt in https://github.com/ruby/rake/pull/554
- Bump actions/configure-pages from 4 to 5 by @dependabot in https://github.com/ruby/rake/pull/553
Full Changelog: https://github.com/ruby/rake/compare/v13.2.0...v13.2.1
- Ruby
Published by hsbt almost 2 years ago
https://github.com/ruby/rake - v13.2.0
What's Changed
- Fix rule example to be correct by @zenspider in https://github.com/ruby/rake/pull/525
- Switch to use test-unit by @hsbt in https://github.com/ruby/rake/pull/536
- Removed redundant block by @hsbt in https://github.com/ruby/rake/pull/537
- Use Struct instead of OpenStruct. by @hsbt in https://github.com/ruby/rake/pull/545
- Accept FileList object as directory task's target by @gemmaro in https://github.com/ruby/rake/pull/530
- Fix exception when exception has nil backtrace by @janbiedermann in https://github.com/ruby/rake/pull/451
- Add TruffleRuby on CI by @andrykonchin in https://github.com/ruby/rake/pull/551
New Contributors
- @zenspider made their first contribution in https://github.com/ruby/rake/pull/525
- @gemmaro made their first contribution in https://github.com/ruby/rake/pull/530
- @janbiedermann made their first contribution in https://github.com/ruby/rake/pull/451
- @andrykonchin 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
- Ruby
Published by hsbt almost 2 years ago
https://github.com/ruby/rake - v13.1.0
What's Changed
- Added dependabot.yml for actions by @hsbt in https://github.com/ruby/rake/pull/416
- Add Ruby 3.1 to the CI matrix by @petergoldstein in https://github.com/ruby/rake/pull/415
- (Performance) Remove unnecessary I/O syscalls for FileTasks by @da2x in https://github.com/ruby/rake/pull/393
- Skip test failure with JRuby by @hsbt in https://github.com/ruby/rake/pull/418
- Remove bin/rdoc by @tnir in https://github.com/ruby/rake/pull/421
- Remove bin/rake by @tnir in https://github.com/ruby/rake/pull/422
- Remove bin/bundle by @tnir in https://github.com/ruby/rake/pull/425
- Apply RuboCop linting for Ruby 2.3 by @tnir in https://github.com/ruby/rake/pull/423
- Update rubocop to work with Ruby 2.4 compatible by @tnir in https://github.com/ruby/rake/pull/424
- chore: fix typo in comments by @tnir in https://github.com/ruby/rake/pull/429
- Use 'test' as workflow name on Actions by @tnir in https://github.com/ruby/rake/pull/427
- docs: update CONTRIBUTING.rdoc by @tnir in https://github.com/ruby/rake/pull/428
- Add RuboCop job to Actions by @tnir in https://github.com/ruby/rake/pull/426
- Lock minitest-5.15.0 for Ruby 2.2 by @hsbt in https://github.com/ruby/rake/pull/442
- Eagerly require set in thread_pool.rb by @jeremyevans in https://github.com/ruby/rake/pull/440
- Avoid creating an unnecessary thread pool by @jeremyevans in https://github.com/ruby/rake/pull/441
- Add credit for maintenance in Rake 12/13 by @tnir in https://github.com/ruby/rake/pull/443
- Sh fully echoes commands which error exit by @MarkDBlackwell in https://github.com/ruby/rake/pull/147
- Correct RuboCop offenses by @deivid-rodriguez in https://github.com/ruby/rake/pull/444
- [StepSecurity] ci: Harden GitHub Actions by @step-security-bot in https://github.com/ruby/rake/pull/450
- Add ruby 3.2 to test matrix by @hanneskaeufler in https://github.com/ruby/rake/pull/458
- Missing 'do' on example by @zzak in https://github.com/ruby/rake/pull/467
- Try to use dependabot automerge by @hsbt in https://github.com/ruby/rake/pull/470
- Rewrite auto-merge feature for dependabot by @hsbt in https://github.com/ruby/rake/pull/471
- Update bundler in Dependabot by @ono-max in https://github.com/ruby/rake/pull/472
- Fix grammar in help text by @mebezac in https://github.com/ruby/rake/pull/381
- Try to use ruby/ruby/.github/workflows/ruby_versions.yml@master by @hsbt in https://github.com/ruby/rake/pull/475
- Use GitHub Pages Action for generating rdoc page by @hsbt in https://github.com/ruby/rake/pull/477
- Support
#detailed_messagewhen task failed by @ksss in https://github.com/ruby/rake/pull/486 - Debug at stop when task fail by @ksss in https://github.com/ruby/rake/pull/489
- Drop to support Ruby 2.2 by @hsbt in https://github.com/ruby/rake/pull/492
- Bump up setup-ruby by @hsbt in https://github.com/ruby/rake/pull/497
- Update development dependencies by @hsbt in https://github.com/ruby/rake/pull/505
New Contributors
- @petergoldstein made their first contribution in https://github.com/ruby/rake/pull/415
- @da2x made their first contribution in https://github.com/ruby/rake/pull/393
- @tnir made their first contribution in https://github.com/ruby/rake/pull/421
- @step-security-bot made their first contribution in https://github.com/ruby/rake/pull/450
- @hanneskaeufler made their first contribution in https://github.com/ruby/rake/pull/458
- @ono-max made their first contribution in https://github.com/ruby/rake/pull/472
- @mebezac made their first contribution in https://github.com/ruby/rake/pull/381
- @ksss 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
- Ruby
Published by hsbt over 2 years ago
https://github.com/ruby/rake - v13.0.6
What's Changed
- Added Rake namespace explicitly by @hsbt in https://github.com/ruby/rake/pull/390
Full Changelog: https://github.com/ruby/rake/compare/v13.0.5...v13.0.6
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v13.0.5
What's Changed
- Fixed the regression of #388 by @hsbt in https://github.com/ruby/rake/pull/389
Full Changelog: https://github.com/ruby/rake/compare/v13.0.4...v13.0.5
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v13.0.4
What's Changed
- Add recent ruby versions to test by @nobu in https://github.com/ruby/rake/pull/377
- CI: use "3.0" to avoid YAML float conversions by @olleolleolle in https://github.com/ruby/rake/pull/380
- Remove unnecessary require by @deivid-rodriguez in https://github.com/ruby/rake/pull/379
- Suppress deprecation warning for
$\since ruby 3.0 by @nobu in https://github.com/ruby/rake/pull/378 - Add -C/--directory option the same as GNU make by @nobu in https://github.com/ruby/rake/pull/376
- Lazily load
setby @deivid-rodriguez in https://github.com/ruby/rake/pull/374 - rule learns to accept Symbols as a prereq name by @jasonkarns in https://github.com/ruby/rake/pull/350
- Fix rake test loader swallowing useful error information by @deivid-rodriguez in https://github.com/ruby/rake/pull/367
- Cleanup gemspec by @hsbt in https://github.com/ruby/rake/pull/386
New Contributors
- @jasonkarns made their first contribution in https://github.com/ruby/rake/pull/350
Full Changelog: https://github.com/ruby/rake/compare/v13.0.3...v13.0.4
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v13.0.3
What's Changed
- Fix breaking change of execution order on TestTask by @ysakasin in https://github.com/ruby/rake/pull/368
New Contributors
- @ysakasin made their first contribution in https://github.com/ruby/rake/pull/368
Full Changelog: https://github.com/ruby/rake/compare/v13.0.2...v13.0.3
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v13.0.2
What's Changed
- Test Rake on TruffleRuby by @eregon in https://github.com/ruby/rake/pull/331
- Do not include
.githubdirectory into released gem by @voxik in https://github.com/ruby/rake/pull/333 - Use ruby/setup-ruby to simplify CI by @eregon in https://github.com/ruby/rake/pull/335
- Test with jruby-head by @eregon in https://github.com/ruby/rake/pull/336
- Unify workflow files by @hsbt in https://github.com/ruby/rake/pull/341
- Fix tests to work with current FileUtils by @jeremyevans in https://github.com/ruby/rake/pull/358
- Update broken links to rake articles from Avdi in README by @svl7 in https://github.com/ruby/rake/pull/360
- Simplify default rake test loader by @deivid-rodriguez in https://github.com/ruby/rake/pull/357
- Update rdoc; HTTP -> HTTPS in https://github.com/ruby/rake/pull/366
New Contributors
- @eregon made their first contribution in https://github.com/ruby/rake/pull/331
- @voxik made their first contribution in https://github.com/ruby/rake/pull/333
- @svl7 made their first contribution in https://github.com/ruby/rake/pull/360
Full Changelog: https://github.com/ruby/rake/compare/v13.0.1...v13.0.2
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v13.0.1
What's Changed
- Add project metadata to the gemspec by @orien in https://github.com/ruby/rake/pull/328
- Skip a taint test on Ruby 2.7 by @jeremyevans in https://github.com/ruby/rake/pull/329
- Fix an incorrectly resolved arg pattern by @mjbellantoni in https://github.com/ruby/rake/pull/327
- Fixed bug: Reenabled task raises previous exception on second invokation by @thorsteneckel in https://github.com/ruby/rake/pull/271
New Contributors
- @orien made their first contribution in https://github.com/ruby/rake/pull/328
- @mjbellantoni made their first contribution in https://github.com/ruby/rake/pull/327
- @thorsteneckel made their first contribution in https://github.com/ruby/rake/pull/271
Full Changelog: https://github.com/ruby/rake/compare/v13.0.0...v13.0.1
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v13.0.0.pre.1
What's Changed
- Enabled build matrix for GitHub Actions by @hsbt in https://github.com/ruby/rake/pull/320
- Try to use rvm on GitHub Actions. by @hsbt in https://github.com/ruby/rake/pull/322
- Cleanup gemspec by @hsbt in https://github.com/ruby/rake/pull/321
- Make
PackageTaskbe able to omit parent directory while packing files by @tonytonyjan in https://github.com/ruby/rake/pull/310 - Add order only dependency. by @take-cheeze in https://github.com/ruby/rake/pull/269
- Try to use setup-ruby on macos by @hsbt in https://github.com/ruby/rake/pull/324
- Update keyword args by @nobu in https://github.com/ruby/rake/pull/326
- Drop old ruby versions which are no longer tested by @nobu in https://github.com/ruby/rake/pull/325
New Contributors
- @tonytonyjan made their first contribution in https://github.com/ruby/rake/pull/310
Full Changelog: https://github.com/ruby/rake/compare/v12.3.3...v13.0.0.pre.1
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v13.0.0
What's Changed
- Enabled build matrix for GitHub Actions by @hsbt in https://github.com/ruby/rake/pull/320
- Try to use rvm on GitHub Actions. by @hsbt in https://github.com/ruby/rake/pull/322
- Cleanup gemspec by @hsbt in https://github.com/ruby/rake/pull/321
- Make
PackageTaskbe able to omit parent directory while packing files by @tonytonyjan in https://github.com/ruby/rake/pull/310 - Add order only dependency. by @take-cheeze in https://github.com/ruby/rake/pull/269
- Try to use setup-ruby on macos by @hsbt in https://github.com/ruby/rake/pull/324
- Update keyword args by @nobu in https://github.com/ruby/rake/pull/326
- Drop old ruby versions which are no longer tested by @nobu in https://github.com/ruby/rake/pull/325
New Contributors
- @tonytonyjan made their first contribution in https://github.com/ruby/rake/pull/310
Full Changelog: https://github.com/ruby/rake/compare/v12.3.3...v13.0.0
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v12.3.3
What's Changed
- Add ruby 2.6.0 to .travis.yml by @colby-swandale in https://github.com/ruby/rake/pull/300
- Fix outstanding rubocop warnings by @colby-swandale in https://github.com/ruby/rake/pull/301
- Use the application's name in error message if a task is not found by @tmatilai in https://github.com/ruby/rake/pull/303
- Use Ruby 2.6.1 by @aycabta in https://github.com/ruby/rake/pull/305
- Set up CI with Azure Pipelines by @hsbt in https://github.com/ruby/rake/pull/307
- Remove deprecated travis ci option by @RDIL in https://github.com/ruby/rake/pull/309
- Removed gitignore from gemspec files. by @hsbt in https://github.com/ruby/rake/pull/317
New Contributors
- @tmatilai made their first contribution in https://github.com/ruby/rake/pull/303
- @RDIL made their first contribution in https://github.com/ruby/rake/pull/309
Full Changelog: https://github.com/ruby/rake/compare/v12.3.2...v12.3.3
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v12.3.2
What's Changed
- Add alias
prereqs. by @take-cheeze in https://github.com/ruby/rake/pull/268 - Fix JRuby detection on JRuby 9.2 in cpu_counter.rb by @jeremyevans in https://github.com/ruby/rake/pull/265
- Fix a typo in lib/rake/application.rb by @felixonmars in https://github.com/ruby/rake/pull/276
- Remove trailing extension name by @zhustec in https://github.com/ruby/rake/pull/275
- Use Ruby 2.2.10, 2.3.8, 2.4.5, and 2.5.3 by @aycabta in https://github.com/ruby/rake/pull/278
- fix errors in rubocop by @colby-swandale in https://github.com/ruby/rake/pull/282
- add binstubs for bundler, rake, rodc and rubocop by @colby-swandale in https://github.com/ruby/rake/pull/280
- add rubocop section to CONTRIBUTING.rdoc by @colby-swandale in https://github.com/ruby/rake/pull/285
- Rework the error message that tells users to list the tasks with
rake --tasksby @colby-swandale in https://github.com/ruby/rake/pull/287 - update latest jruby version in travis by @colby-swandale in https://github.com/ruby/rake/pull/290
- fix links to rake resources not showing on Github by @colby-swandale in https://github.com/ruby/rake/pull/288
- Improve multitask performance by @jsm in https://github.com/ruby/rake/pull/273
- Update jruby to the latest version in travis by @colby-swandale in https://github.com/ruby/rake/pull/291
- run coveralls only when COVERALLS env var is present by @colby-swandale in https://github.com/ruby/rake/pull/289
- Improve running test instructions and denote commands with
$by @colby-swandale in https://github.com/ruby/rake/pull/295 - Update public clone URL to use https by @colby-swandale in https://github.com/ruby/rake/pull/294
- Rdoc improvements by @colby-swandale in https://github.com/ruby/rake/pull/293
- Fixed test fails caused by 2.6 warnings by @hsbt in https://github.com/ruby/rake/pull/297
New Contributors
- @felixonmars made their first contribution in https://github.com/ruby/rake/pull/276
- @zhustec made their first contribution in https://github.com/ruby/rake/pull/275
Full Changelog: https://github.com/ruby/rake/compare/v12.3.1...v12.3.2
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v12.3.1
What's Changed
- [skip-ci] Fixed typo by @donv in https://github.com/ruby/rake/pull/239
- Use JRuby 9.1.15.0 on .travis.yml by @aycabta in https://github.com/ruby/rake/pull/240
- Add missing information on FTP publishing to README by @stomar in https://github.com/ruby/rake/pull/242
- Force installation Bundler by @aycabta in https://github.com/ruby/rake/pull/245
- Use 2.5.0 and more latest Ruby versions by @aycabta in https://github.com/ruby/rake/pull/244
- [skip ci] Fix minimal ruby version on README by @esparta in https://github.com/ruby/rake/pull/249
- Re-raise a LoadError that didn't come from require in the test loader by @dylanahsmith in https://github.com/ruby/rake/pull/250
- Remove date field from rake.gemspec by @radar in https://github.com/ruby/rake/pull/253
- To use gem install insteaad of bundle install by @hsbt in https://github.com/ruby/rake/pull/256
- Removes duplicated inclusion of Rake::DSL by @grzuy in https://github.com/ruby/rake/pull/254
- make AppVeyor test with ruby 2.5 also by @grzuy in https://github.com/ruby/rake/pull/258
- Use JRuby 9.1.16.0 by @aycabta in https://github.com/ruby/rake/pull/261
- [Fixes #260] Make space trimming consistent for all task arguments by @grzuy in https://github.com/ruby/rake/pull/259
- [Fixes #189] [Fixes #190] Don't run task if it depends on already invoked but failed task by @grzuy in https://github.com/ruby/rake/pull/252
- support did_you_mean >= v1.2.0 which has a breaking change on formatters by @gfx in https://github.com/ruby/rake/pull/262
New Contributors
- @donv made their first contribution in https://github.com/ruby/rake/pull/239
- @stomar made their first contribution in https://github.com/ruby/rake/pull/242
- @esparta made their first contribution in https://github.com/ruby/rake/pull/249
- @dylanahsmith made their first contribution in https://github.com/ruby/rake/pull/250
- @radar made their first contribution in https://github.com/ruby/rake/pull/253
- @grzuy made their first contribution in https://github.com/ruby/rake/pull/254
- @gfx made their first contribution in https://github.com/ruby/rake/pull/262
Full Changelog: https://github.com/ruby/rake/compare/v12.3.0...v12.3.1
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v12.3.0
What's Changed
- update required_ruby_version to 2.0.0 by @rickhull in https://github.com/ruby/rake/pull/236
New Contributors
- @rickhull made their first contribution in https://github.com/ruby/rake/pull/236
Full Changelog: https://github.com/ruby/rake/compare/v12.2.1...v12.3.0
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v12.2.1
Full Changelog: https://github.com/ruby/rake/compare/v12.2.0...v12.2.1
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v12.2.0
What's Changed
- Fix typo by @znz in https://github.com/ruby/rake/pull/223
- Make rake easier to use as a library by @drbrain in https://github.com/ruby/rake/pull/211
- fixed warnings by @walf443 in https://github.com/ruby/rake/pull/226
- Tweak travis by @hsbt in https://github.com/ruby/rake/pull/227
- Account for a file that match 2 or more patterns. by @styd in https://github.com/ruby/rake/pull/231
- fix quadratic performance in FileTask#out_of_date? by @doudou in https://github.com/ruby/rake/pull/224
- Clarify output when printing nested exception traces by @urbanautomaton in https://github.com/ruby/rake/pull/232
New Contributors
- @znz made their first contribution in https://github.com/ruby/rake/pull/223
- @walf443 made their first contribution in https://github.com/ruby/rake/pull/226
- @styd made their first contribution in https://github.com/ruby/rake/pull/231
- @doudou made their first contribution in https://github.com/ruby/rake/pull/224
- @urbanautomaton made their first contribution in https://github.com/ruby/rake/pull/232
Full Changelog: https://github.com/ruby/rake/compare/v12.1.0...v12.2.0
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v12.1.0
What's Changed
- Fixes documentation typo in rakefile.rdoc by @kurotaky in https://github.com/ruby/rake/pull/180
- Travis: add 2.4.0 to matrix, update patch versions by @olleolleolle in https://github.com/ruby/rake/pull/184
- Remove an extra assertion by @nobu in https://github.com/ruby/rake/pull/186
- Added coveralls gem again by @hsbt in https://github.com/ruby/rake/pull/187
- FileTask#out_of_date? calls depended FileTask#out_of_date? for execution by @aycabta in https://github.com/ruby/rake/pull/183
- Use Ruby 2.4.1 for Travis CI by @aycabta in https://github.com/ruby/rake/pull/199
- Chained extensions by @pjump in https://github.com/ruby/rake/pull/39
- Change FileUtils#sh to adopt with hash style option. by @igaiga in https://github.com/ruby/rake/pull/202
- Make LoadError from running tests more obvious by @drbrain in https://github.com/ruby/rake/pull/195
- Update to latest versions of Ruby 2.2, 2.3 and JRuby 9k by @aycabta in https://github.com/ruby/rake/pull/205
- Add ruby_version 24 and 24-x64 to appveyor.yml by @aycabta in https://github.com/ruby/rake/pull/208
- Specify frozen string literal is true by @hsbt in https://github.com/ruby/rake/pull/209
- When pattern is nil, enhance_with_matching_rule will not fail by @lzap in https://github.com/ruby/rake/pull/182
- Travis: jruby-9.1.12.0 by @olleolleolle in https://github.com/ruby/rake/pull/218
- gemspec: Exclude various YAML configuration files by @olleolleolle in https://github.com/ruby/rake/pull/217
- Fixup rubocop warnings by @hsbt in https://github.com/ruby/rake/pull/219
- Travis: jruby-9.1.13.0 by @olleolleolle in https://github.com/ruby/rake/pull/220
- Added did you mean to rake by @xtina-starr in https://github.com/ruby/rake/pull/221
New Contributors
- @kurotaky made their first contribution in https://github.com/ruby/rake/pull/180
- @pjump made their first contribution in https://github.com/ruby/rake/pull/39
- @igaiga made their first contribution in https://github.com/ruby/rake/pull/202
- @lzap made their first contribution in https://github.com/ruby/rake/pull/182
- @xtina-starr made their first contribution in https://github.com/ruby/rake/pull/221
Full Changelog: https://github.com/ruby/rake/compare/v12.0.0...v12.1.0
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v12.0.0.beta1
What's Changed
- Do not run tasks when their prerequisites fail by @ptarjan in https://github.com/ruby/rake/pull/142
- Remove mention of environment variables as task argument. by @htanata in https://github.com/ruby/rake/pull/143
- Remove trailing slash on a link in README by @astorije in https://github.com/ruby/rake/pull/144
- Workaround for rubinius by @hsbt in https://github.com/ruby/rake/pull/145
- Convert manual page to use semantic -mdoc macros. by @bentley in https://github.com/ruby/rake/pull/64
- Drop to rubinius support by @hsbt in https://github.com/ruby/rake/pull/150
- Remove
rake/contribby @hsbt in https://github.com/ruby/rake/pull/149 - TestTask when --verbose prompts for TESTOPTS="--verbose" by @MarkDBlackwell in https://github.com/ruby/rake/pull/151
- cleaned up the contib stuff by @rudyyazdi in https://github.com/ruby/rake/pull/153
- Removed duplicated release_notes by @hsbt in https://github.com/ruby/rake/pull/154
- #156 Remove arguments on clear by @jessebs in https://github.com/ruby/rake/pull/157
- Fix test fail caused by bundler-1.13.x by @hsbt in https://github.com/ruby/rake/pull/161
- No Fixnum by @nobu in https://github.com/ruby/rake/pull/160
- show extended output on testtask fail only with verbose or trace by @bretts in https://github.com/ruby/rake/pull/163
- skip tests with JRuby 9k. by @hsbt in https://github.com/ruby/rake/pull/166
- Respect trace option in cleanup by @bhenderson in https://github.com/ruby/rake/pull/164
- remove obsolete OPT_TABLE entries by @chocolateboy in https://github.com/ruby/rake/pull/158
- Revert to glob support by @aycabta in https://github.com/ruby/rake/pull/159
- fix to_hash bug by @ogawatti in https://github.com/ruby/rake/pull/165
- Removed workaround for bundler-1.13.1 by @hsbt in https://github.com/ruby/rake/pull/168
- Represent a TaskArgument object such that it's not confused with a hash. by @aquateen in https://github.com/ruby/rake/pull/171
- Removed unused pathname extension by @hsbt in https://github.com/ruby/rake/pull/130
- Actions adore keyword arguments by @JoshCheek in https://github.com/ruby/rake/pull/174
New Contributors
- @ptarjan made their first contribution in https://github.com/ruby/rake/pull/142
- @htanata made their first contribution in https://github.com/ruby/rake/pull/143
- @astorije made their first contribution in https://github.com/ruby/rake/pull/144
- @rudyyazdi made their first contribution in https://github.com/ruby/rake/pull/153
- @jessebs made their first contribution in https://github.com/ruby/rake/pull/157
- @bretts made their first contribution in https://github.com/ruby/rake/pull/163
- @bhenderson made their first contribution in https://github.com/ruby/rake/pull/164
- @chocolateboy made their first contribution in https://github.com/ruby/rake/pull/158
- @ogawatti made their first contribution in https://github.com/ruby/rake/pull/165
- @aquateen made their first contribution in https://github.com/ruby/rake/pull/171
- @JoshCheek made their first contribution in https://github.com/ruby/rake/pull/174
Full Changelog: https://github.com/ruby/rake/compare/v11.2.2...v12.0.0.beta1
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v12.0.0
What's Changed
- Do not run tasks when their prerequisites fail by @ptarjan in https://github.com/ruby/rake/pull/142
- Remove mention of environment variables as task argument. by @htanata in https://github.com/ruby/rake/pull/143
- Remove trailing slash on a link in README by @astorije in https://github.com/ruby/rake/pull/144
- Workaround for rubinius by @hsbt in https://github.com/ruby/rake/pull/145
- Convert manual page to use semantic -mdoc macros. by @bentley in https://github.com/ruby/rake/pull/64
- Drop to rubinius support by @hsbt in https://github.com/ruby/rake/pull/150
- Remove
rake/contribby @hsbt in https://github.com/ruby/rake/pull/149 - TestTask when --verbose prompts for TESTOPTS="--verbose" by @MarkDBlackwell in https://github.com/ruby/rake/pull/151
- cleaned up the contib stuff by @rudyyazdi in https://github.com/ruby/rake/pull/153
- Removed duplicated release_notes by @hsbt in https://github.com/ruby/rake/pull/154
- #156 Remove arguments on clear by @jessebs in https://github.com/ruby/rake/pull/157
- Fix test fail caused by bundler-1.13.x by @hsbt in https://github.com/ruby/rake/pull/161
- No Fixnum by @nobu in https://github.com/ruby/rake/pull/160
- show extended output on testtask fail only with verbose or trace by @bretts in https://github.com/ruby/rake/pull/163
- skip tests with JRuby 9k. by @hsbt in https://github.com/ruby/rake/pull/166
- Respect trace option in cleanup by @bhenderson in https://github.com/ruby/rake/pull/164
- remove obsolete OPT_TABLE entries by @chocolateboy in https://github.com/ruby/rake/pull/158
- Revert to glob support by @aycabta in https://github.com/ruby/rake/pull/159
- fix to_hash bug by @ogawatti in https://github.com/ruby/rake/pull/165
- Removed workaround for bundler-1.13.1 by @hsbt in https://github.com/ruby/rake/pull/168
- Represent a TaskArgument object such that it's not confused with a hash. by @aquateen in https://github.com/ruby/rake/pull/171
- Removed unused pathname extension by @hsbt in https://github.com/ruby/rake/pull/130
- Actions adore keyword arguments by @JoshCheek in https://github.com/ruby/rake/pull/174
- Rake::TaskArguments#key? alias of #has_key? by @pda in https://github.com/ruby/rake/pull/175
New Contributors
- @ptarjan made their first contribution in https://github.com/ruby/rake/pull/142
- @htanata made their first contribution in https://github.com/ruby/rake/pull/143
- @astorije made their first contribution in https://github.com/ruby/rake/pull/144
- @rudyyazdi made their first contribution in https://github.com/ruby/rake/pull/153
- @jessebs made their first contribution in https://github.com/ruby/rake/pull/157
- @bretts made their first contribution in https://github.com/ruby/rake/pull/163
- @bhenderson made their first contribution in https://github.com/ruby/rake/pull/164
- @chocolateboy made their first contribution in https://github.com/ruby/rake/pull/158
- @ogawatti made their first contribution in https://github.com/ruby/rake/pull/165
- @aquateen made their first contribution in https://github.com/ruby/rake/pull/171
- @JoshCheek made their first contribution in https://github.com/ruby/rake/pull/174
- @pda made their first contribution in https://github.com/ruby/rake/pull/175
Full Changelog: https://github.com/ruby/rake/compare/v11.2.2...v12.0.0
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v11.3.0
Full Changelog: https://github.com/ruby/rake/compare/v11.2.2...v11.3.0
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v11.2.2
Full Changelog: https://github.com/ruby/rake/compare/v11.2.1...v11.2.2
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v11.2.1
What's Changed
- Fix dependency task for Rake::TestTask by @hsbt in https://github.com/ruby/rake/pull/140
Full Changelog: https://github.com/ruby/rake/compare/v11.2.0...v11.2.1
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v11.2.0
What's Changed
- Remove old release notes as the maintenance policy has changed. by @satoryu in https://github.com/ruby/rake/pull/124
- Support xz compress format for packagetask by @hsbt in https://github.com/ruby/rake/pull/129
- Removed needless requires by @hsbt in https://github.com/ruby/rake/pull/131
- Use attr_writer instead of method definition by @hsbt in https://github.com/ruby/rake/pull/132
- Update comment parsing rules by @leethomas in https://github.com/ruby/rake/pull/134
- Spawn options for sh by @drbrain in https://github.com/ruby/rake/pull/138
- Don't set if args are blank by @bakunyo in https://github.com/ruby/rake/pull/135
New Contributors
- @satoryu made their first contribution in https://github.com/ruby/rake/pull/124
- @leethomas made their first contribution in https://github.com/ruby/rake/pull/134
- @bakunyo made their first contribution in https://github.com/ruby/rake/pull/135
Full Changelog: https://github.com/ruby/rake/compare/v11.1.2...v11.2.0
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v11.1.2
What's Changed
- Remove -W option on TestTask by @hsbt in https://github.com/ruby/rake/pull/126
Full Changelog: https://github.com/ruby/rake/compare/v11.1.1...v11.1.2
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v11.1.1
Full Changelog: https://github.com/ruby/rake/compare/v11.1.0...v11.1.1
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v11.1.0
Full Changelog: https://github.com/ruby/rake/compare/v11.0.1...v11.1.0
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v11.0.1
Full Changelog: https://github.com/ruby/rake/compare/v11.0.0...v11.0.1
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v11.0.0
Full Changelog: https://github.com/ruby/rake/compare/v10.5.0...v11.0.0
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v10.5.0
Full Changelog: https://github.com/ruby/rake/compare/v10.4.2...v10.5.0
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v10.4.2
Full Changelog: https://github.com/ruby/rake/compare/v10.4.1...v10.4.2
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v10.4.1
Full Changelog: https://github.com/ruby/rake/compare/v10.4.0...v10.4.1
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v10.4.0
Full Changelog: https://github.com/ruby/rake/compare/v10.3.2...v10.4.0
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v10.3.2
Full Changelog: https://github.com/ruby/rake/compare/v10.3.1...v10.3.2
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v10.3.1
Full Changelog: https://github.com/ruby/rake/compare/v10.3.0...v10.3.1
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v10.3.0
Full Changelog: https://github.com/ruby/rake/compare/v10.2.2...v10.3.0
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v10.2.2
Full Changelog: https://github.com/ruby/rake/compare/v10.2.1...v10.2.2
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v10.2.1
Full Changelog: https://github.com/ruby/rake/compare/v10.2.0...v10.2.1
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v10.2.0
Full Changelog: https://github.com/ruby/rake/compare/rake-10.1.1...v10.2.0
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v0.9.2.2
Full Changelog: https://github.com/ruby/rake/compare/v0.9.2.1...v0.9.2.2
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - v0.9.2.1
Full Changelog: https://github.com/ruby/rake/compare/rake-0.9.2...v0.9.2.1
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-10.1.1
Full Changelog: https://github.com/ruby/rake/compare/rake-10.1.0.beta.3...rake-10.1.1
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-10.1.0.beta.3
Full Changelog: https://github.com/ruby/rake/compare/rake-10.1.0.beta.2...rake-10.1.0.beta.3
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-10.1.0.beta.2
Full Changelog: https://github.com/ruby/rake/compare/rake-10.1.0.beta.1...rake-10.1.0.beta.2
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-10.1.0.beta.1
Full Changelog: https://github.com/ruby/rake/compare/rake-10.0.4...rake-10.1.0.beta.1
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-10.1.0
Full Changelog: https://github.com/ruby/rake/compare/rake-10.0.4...rake-10.1.0
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-10.0.4
Full Changelog: https://github.com/ruby/rake/compare/rake-10.0.3...rake-10.0.4
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-10.0.3
Full Changelog: https://github.com/ruby/rake/compare/rake-10.0.2...rake-10.0.3
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-10.0.2
Full Changelog: https://github.com/ruby/rake/compare/rake-10.0.1...rake-10.0.2
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-10.0.1
Full Changelog: https://github.com/ruby/rake/compare/rake-10.0.0.beta.2...rake-10.0.1
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-10.0.0.beta.2
Full Changelog: https://github.com/ruby/rake/compare/rake-0.9.3.beta.3...rake-10.0.0.beta.2
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-10.0.0
Full Changelog: https://github.com/ruby/rake/compare/rake-0.9.3.beta.3...rake-10.0.0
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-0.9.6
Full Changelog: https://github.com/ruby/rake/compare/rake-0.9.5...rake-0.9.6
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-0.9.5
Full Changelog: https://github.com/ruby/rake/compare/rake-0.9.4...rake-0.9.5
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-0.9.4
Full Changelog: https://github.com/ruby/rake/compare/rake-0.9.3.beta.3...rake-0.9.4
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-0.9.3.beta.3
Full Changelog: https://github.com/ruby/rake/compare/rake-0.9.3.beta.2...rake-0.9.3.beta.3
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-0.9.3.beta.2
Full Changelog: https://github.com/ruby/rake/compare/rake-0.9.3.beta.1...rake-0.9.3.beta.2
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-0.9.3.beta.1
Full Changelog: https://github.com/ruby/rake/compare/rake-0.9.2...rake-0.9.3.beta.1
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-0.9.3
Full Changelog: https://github.com/ruby/rake/compare/rake-0.9.2...rake-0.9.3
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-0.9.2
Full Changelog: https://github.com/ruby/rake/compare/rake-0.9.1...rake-0.9.2
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-0.9.1
Full Changelog: https://github.com/ruby/rake/compare/rake-0.9.0.beta.5...rake-0.9.1
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-0.9.0.beta.5
Full Changelog: https://github.com/ruby/rake/compare/rake-0.9.0.beta.4...rake-0.9.0.beta.5
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-0.9.0.beta.4
Full Changelog: https://github.com/ruby/rake/compare/rake-0.9.0.beta.2...rake-0.9.0.beta.4
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-0.9.0.beta.2
Full Changelog: https://github.com/ruby/rake/compare/rake-0.9.0.beta.1...rake-0.9.0.beta.2
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-0.9.0.beta.1
Full Changelog: https://github.com/ruby/rake/compare/rake-0.9.0.beta.0...rake-0.9.0.beta.1
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-0.9.0.beta.0
Full Changelog: https://github.com/ruby/rake/compare/rake-0.8.7...rake-0.9.0.beta.0
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-0.9.0
Full Changelog: https://github.com/ruby/rake/compare/rake-0.8.7...rake-0.9.0
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-0.8.7
Full Changelog: https://github.com/ruby/rake/compare/rake-0.8.6...rake-0.8.7
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-0.8.6
Full Changelog: https://github.com/ruby/rake/compare/rake-0.8.5...rake-0.8.6
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-0.8.5
Full Changelog: https://github.com/ruby/rake/compare/rake-0.8.4...rake-0.8.5
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-0.8.4
Full Changelog: https://github.com/ruby/rake/compare/rake-0.8.3...rake-0.8.4
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-0.8.3
Full Changelog: https://github.com/ruby/rake/compare/rake-0.8.2...rake-0.8.3
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-0.8.2
Full Changelog: https://github.com/ruby/rake/compare/rake-0.8.1.9...rake-0.8.2
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-0.8.1.9
Full Changelog: https://github.com/ruby/rake/compare/rake-0.8.1.6...rake-0.8.1.9
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-0.8.1.6
Full Changelog: https://github.com/ruby/rake/compare/rake-0.8.1.5...rake-0.8.1.6
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-0.8.1.5
Full Changelog: https://github.com/ruby/rake/compare/rake-0.8.1...rake-0.8.1.5
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-0.8.1
Full Changelog: https://github.com/ruby/rake/compare/rake-0.8.0...rake-0.8.1
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-0.8.0
Full Changelog: https://github.com/ruby/rake/compare/rake-0.7.3...rake-0.8.0
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/rake - rake-0.7.3
Full Changelog: https://github.com/ruby/rake/commits/rake-0.7.3
- Ruby
Published by hsbt over 3 years ago