Sha256: 8932eac25eba9df7ef59050d385c47acdb94ed9b51f788906229e7d1e61e087d

Contents?: true

Size: 940 Bytes

Versions: 1

Compression:

Stored size: 940 Bytes

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 data entries

1 entries across 1 versions & 1 rubygems

Version Path
nake-0.0.6 CHANGELOG