All Versions
91
Latest Version
Avg Release Cycle
79 days
Latest Release
-
Changelog History
Page 3
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
- β Remove
-
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.
- β
Use
-
v11.1.0 Changes
March 11, 2016==== Compatibility Changes
- βͺ Revert to remove
last\_comment
. It will remove Rake 12.
- βͺ Revert to remove
-
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.