persistent_blocks 0.1.0
This gem provides a rake extension to wrap blocks of ruby code so that the output of the block is persisted using marshal. Blocks with persisted data will not be rerun and their data is available to subsequent blocks which can themselves generate persistent data. This allow a very simple and robust pipeline to be constructed in within a regular rakefile.
Gemfile:
=
install:
=
Versions:
- 0.1.0 September 16, 2013 (8.5 KB)
Runtime Dependencies (1):
rake
>= 0