Extended maintenance of Ruby 1.9.3 ended on February 23, 2015. Read more
Rake version 0.8.5 introduced greatly improved support for executing commands on Windows. The “sh” command now has the same semantics on Windows that it has on Unix based platforms.
Rake version 0.8.6 includes minor fixes the the RDoc generation. Rake version 0.8.7 includes a minor fix for JRuby running on windows.
Improved implementation of the Rake system command for Windows. (patch from James M. Lawrence/quix)
Support for Ruby 1.9’s improved system command. (patch from James
Lawrence/quix)
Rake now includes the configured extension when invoking an executable (Config::CONFIG)
Environment variable keys are now correctly cased (it matters in some implementations).
Rake is a build tool similar to the make program in many ways. But instead of cryptic make recipes, Rake uses standard Ruby code to declare tasks and dependencies. You have the full power of a modern scripting language built right into your build tool.
The easiest way to get and install rake is via RubyGems …
gem install rake (you may need root/admin privileges)
Otherwise, you can get it from the more traditional places:
git://github.com/jimweirich/rake.git
As usual, it was input from users that drove a alot of these changes. The following people either contributed patches, made suggestions or made otherwise helpful comments. Thanks to …
Charles Nutter
– Jim Weirich
Generated with Rubydoc Rdoc Generator 0.34.4.