Sha256: 68b70acef40fb5a005879793983eedcb878be004d7f80ada43073060c60e1439
Contents?: true
Size: 1.67 KB
Versions: 6
Compression:
Stored size: 1.67 KB
Contents
= Version 0.0.9 * Thanks to Task#config=, the configuration can be shared between multiple tasks * Reworked rule, added Rule class * Added --coloring & --no-coloring options = Version 0.0.8 * Added Nake::Template & template helper * Added Nake::ErbTemplate & erb helper * Added bin/snake for system-wide tasks * Added AbstractTask base class * Exit with the status of the spec command to help CI stuff out some * "nake --H build" can provide more informations about given task * Task.description can use %{foo} and it will be replaced by values from its config hash * Task.description can be a callable object = Version 0.0.7 * Added Task#boot method for setting some stuff after other tasks boot * Added DSL helper desc * Removed task aliases = Version 0.0.6 * Cucumber features * DSL helper rule = Version 0.0.5 * Benchmarks * Some bug fixes = Version 0.0.4 * Support for arguments parsing * FileTask & file & directory helpers = Version 0.0.3 * Some bug fixes and task improvements = Version 0.0.2 * Support for configuration * A lot of useful tasks for releasing, prereleasing, bundling, specs, clean etc. = Version 0.0.1 * bin/nake executable * sh helper (nake/helpers) * task helper (nake/dsl) * Task with description, dependencies and blocks * Hidden tasks * Each task can has multiple aliases * Command line arguments parsing. Arguments will be passed as an arguments for blocks of the given task and options will be extracted into a hash, parsed into Ruby data types and passed as the last argument for the blocks. * Default tasks for help (-H, --help), list of available tasks (-T, --tasks) and interactive session (-i, --interactive)
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
nake-0.1.1 | CHANGELOG |
nake-0.1 | CHANGELOG |
nake-0.0.9.5 | CHANGELOG |
nake-0.0.9.4 | CHANGELOG |
nake-0.0.9.3 | CHANGELOG |
nake-0.0.9.2 | CHANGELOG |