rake 12.0.0
Rake is a Make-like program implemented in Ruby. Tasks and dependencies are specified in standard Ruby syntax. Rake has the following features: * Rakefiles (rake's version of Makefiles) are completely defined in standard Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or a space?) * Users can specify tasks with prerequisites. * Rake supports rule patterns to synthesize implicit tasks. * Flexible FileLists that act like arrays but know about manipulating file names and paths. * Supports parallel execution of tasks.
Versions:
- 12.0.0 - December 6, 2016 (82.5 KB)
- 12.0.0.beta1 - June 12, 2016 (82.5 KB)
- 11.3.0 - September 20, 2016 (100 KB)
- 11.2.2 - June 12, 2016 (100 KB)
- 11.2.0 - March 27, 2016 (100 KB)