Sha256: 043db1ff8ffac5a52fe1da15810c7bd76e37ab1f8464b7dd99c7123cb265df30
Contents?: true
Size: 1.13 KB
Versions: 221
Compression:
Stored size: 1.13 KB
Contents
= Rake 0.8.6 Released 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.5 includes minor fixes the the RDoc generation. == What is Rake 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. == Availability 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: Home Page:: http://rake.rubyforge.org/ Download:: http://rubyforge.org/project/showfiles.php?group_id=50 GitHub:: git://github.com/jimweirich/rake.git == Thanks 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 ... * James M. Lawrence/quix * Luis Lavena -- Jim Weirich
Version data entries
221 entries across 208 versions & 65 rubygems