All Versions
91
Latest Version
Avg Release Cycle
79 days
Latest Release
-

Changelog History
Page 3

  • v11.1.2 Changes

    March 28, 2016

    ==== πŸ› Bug fixes

    • βœ‚ Remove -W option when Rake::TestTask#verbose enabled. It's misunderstanding specification change with Rake 11. Partly revert #67
  • v11.1.1 Changes

    March 14, 2016

    ==== πŸ› Bug fixes

    • βœ… Use -W instead of --verbose when Rake::TestTask#verbose enabled. JRuby doesn't have --verbose option.
  • v11.1.0 Changes

    March 11, 2016

    ==== Compatibility Changes

    • βͺ Revert to remove last\_comment. It will remove Rake 12.
  • v11.0.1 Changes

    March 09, 2016

    ==== πŸ› Bug fixes

    • πŸ›  Fixed packaging manifest.
  • v11.0.0 Changes

    March 09, 2016

    ==== πŸ› Bug fixes

    • πŸ‘» Correctly handle bad encoding in exception messages. Pull request #113 by Tomer Brisker
    • πŸ›  Fix verbose option at TestTask. Pull request #67 by Mike Blumtritt

    ==== ✨ Enhancements

    • πŸ‘‰ Make FileList#exclude more analogous to FileList#include.
    • πŸ‘‰ Use IO.open instead of Open3.popen3 for CPU counter.
    • πŸ‘‰ Make Rake::Task#already_invoked publicly accessible. Pull request #93 by Joe Rafaniello
    • Lookup prerequisites with same name outside of scope instead of matching self. Pull request #96 by Sandy Vanderbleek
    • πŸ‘‰ Make FileList#pathmap behave like String#pathmap. Pull request #61 by Daniel Tamai
    • βž• Add fetch method to task arguments. Pull request #12 by Chris Keathley
    • ⚠ Use ruby warnings by default. Pull request #97 by Harold GimΓ©nez

    ==== Compatibility Changes

    • βœ‚ Removed to support Ruby 1.8.x
    • βœ‚ Removed constant named RAKEVERSION
    • βœ‚ Removed Rake::AltSystem
    • βœ‚ Removed Rake::RubyForgePublisher
    • Removed Rake::TaskManager#last_comment. Use last_description.
    • βœ‚ Removed Rake::TaskLib#paste
    • βœ‚ Removed Top-level SshDirPublisher, SshFreshDirPublisher, SshFilePublisher and CompositePublisher from lib/rake/contrib/publisher.rb
    • βœ‚ Removed "rake/runtest.rb"
  • v10.5.0 Changes

    January 13, 2016

    ==== ✨ Enhancements

    • βœ‚ Removed monkey patching for Ruby 1.8. Pull request #46 by Pablo Herrero.
    • Inheritance class of Rake::FileList returns always self class. Pull request #74 by Thomas Scholz
  • v10.4.2 Changes

    December 02, 2014

    ==== πŸ› Bug fixes

    • Rake no longer edits ARGV. This allows you to re-exec rake from a rake task. Pull requset #9 by Matt Palmer.
    • Documented how Rake::DSL#desc handles sentences in task descriptions. Issue #7 by Raza Sayed.
    • πŸ›  Fixed test error on 1.9.3 with legacy RubyGems. Issue #8 by Matt Palmer.
    • βœ‚ Deleted duplicated History entry. Pull request #10 by Yuji Yamamoto.
  • v10.4.1 Changes

    December 01, 2014

    ==== πŸ› Bug fixes

    • βͺ Reverted fix for #277 as it caused numerous issues for rake users. rails/spring issue #366 by Gustavo Dutra.
  • v10.4.0 Changes

    November 22, 2014

    ==== ✨ Enhancements

    • ⬆️ Upgraded to minitest 5. Pull request #292 by Teo Ljungberg.
    • βž• Added support for Pathname in rake tasks. Pull request #271 by Randy Coulman.
    • Rake now ignores falsy dependencies which allows for easier programmatic creation of tasks. Pull request #273 by Manav.
    • Rake no longer edits ARGV. This allows you to re-exec rake from a rake task. Issue #277 by Matt Palmer.
    • Etc.nprocessors is used for counting the number of CPUs.

    ==== πŸ› Bug fixes

    • ⚑️ Updated rake manpage. Issue #283 by Nathan Long, pull request #291 by skittleys.
    • βž• Add Rake::LATE to allow rebuilding of files that depend on deleted files. Bug #286, pull request #287 by David Grayson.
    • πŸ›  Fix relinking of files when repackaging. Bug #276 by Muenze.
    • πŸ›  Fixed some typos. Pull request #280 by Jed Northridge.
    • Try counting CPUs via cpuinfo if host_os was not matched. Pull request #282 by Edouard B.
  • v10.3.2 Changes

    May 15, 2014

    ==== πŸ› Bug fixes

    • πŸ‘» Rake no longer infinitely loops when showing exception causes that refer to each other. Bug #272 by Chris Bandy.
    • πŸ›  Fixed documentation typos. Bug #275 by Jake Worth.