Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 709 Bytes

rake-0.4.14.rdoc

File metadata and controls

23 lines (15 loc) · 709 Bytes

Rake 0.4.14 Released

Changes

Version 0.4.14 is a compatibility fix to allow Rake’s test task to work under Ruby 1.8.2. A change in the Test::Unit autorun feature prevented Rake from running any tests. This release fixes the problem.

Rake 0.4.14 is the recommended release for anyone using Ruby 1.8.2.

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

Home Page

rake.rubyforge.org/

Download

rubyforge.org/project/showfiles.php?group_id=50