Ruby version of make
Pros:
- Clean idiomatic ruby syntax
- Rake files are written in ruby, so leverages ruby itself rather than proprietary file format or XML
- Ruby on Rails tightly integrated with it
Cons:
- Requires ruby, which is not always available
- No built-in packaging support/versioning/dependency management (see rubygems)
