Sha256: 53964e578596e03e9a86bcb8c50b64e1fa8ff404ee6e5d92bff49257b4cbc6ce

Contents?: true

Size: 1.67 KB

Versions: 4

Compression:

Stored size: 1.67 KB

Contents

= 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 0.0.2
  * Support for configuration
  * A lot of useful tasks for releasing, prereleasing, bundling, specs, clean etc.

= Version 0.0.3
  * Some bug fixes and task improvements

= Version 0.0.4
  * Support for arguments parsing
  * FileTask & file & directory helpers

= Version 0.0.5
  * Benchmarks
  * Some bug fixes

= Version 0.0.6
  * Cucumber features
  * DSL helper rule

= 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.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.9
  * Thanks to Task#config=, the configuration can be shared between multiple tasks
  * Reworked rule, added Rule class
  * Added --coloring & --no-coloring options

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
nake-0.0.9.pre CHANGELOG
do_riak-0.10.1.pre gems/gems/nake-0.0.8/CHANGELOG
nake-0.0.8.pre CHANGELOG
nake-0.0.8 CHANGELOG