Sha256: edc9967b76d630a7f6ac770c7b7fdad8b518ca59f7cdc4433fc2e8d29e2cd698

Contents?: true

Size: 557 Bytes

Versions: 2

Compression:

Stored size: 557 Bytes

Contents

- Task#setup
- yardoc
- specs & features
- better argv parsing maybe, task(:spec) do |*paths, options| is fine, but task(:spec) do |path, options| will fail if no path specified ... but actually task(:spec) do |path = "spec", options| might be fine, try it ... BTW task(["-i", "--interactive"]) do |task, *args, options| doesn't work ... putting options as a first argument should solve everything, but it's not very intuitive :/
- how to solve args inheriting (like if we have task release which depends on task build which takes a gemspec as an argument)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nake-0.0.7 TODO.txt
nake-0.0.6 TODO.txt