rake 12.2.1
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.
Versiones:
- 13.0.3 - December 21, 2020 (90 KB)
- 13.0.2 - December 19, 2020 (90 KB)
- 13.0.1 - November 12, 2019 (90 KB)
- 13.0.0 - September 27, 2019 (90 KB)
- 13.0.0.pre.1 - September 09, 2019 (90 KB)
- 12.2.1 - October 25, 2017 (80 KB)