doc/Command Reference in bahuvrihi-tap-0.10.8 vs doc/Command Reference in bahuvrihi-tap-0.11.0
- old
+ new
@@ -25,11 +25,11 @@
Generate and destory launch generator scripts, similar to those in {Rails}[http://www.rubyonrails.org/]. By default Tap provides generators for:
{command}[link:classes/Tap/Generator/Generators/CommandGenerator.html]:: a new command
{config}[link:classes/Tap/Generator/Generators/ConfigGenerator.html]:: a static config file for the specified task
{file_task}[link:classes/Tap/Generator/Generators/FileTaskGenerator.html]:: a file task and test
-{generator}[link:classes/Tap/Generator/GeneratorseneratorGenerator.html]:: a new generator
+{generator}[link:classes/Tap/Generator/Generators/GeneratorGenerator.html]:: a new generator
{root}[link:classes/Tap/Generator/Generators/RootGenerator.html]:: the basic directory structure
{task}[link:classes/Tap/Generator/Generators/TaskGenerator.html]:: a task class and test
For example:
@@ -66,10 +66,9 @@
console (cmd/console.rb)
destroy (cmd/destroy.rb)
generate (cmd/generate.rb)
manifest (cmd/manifest.rb)
run (cmd/run.rb)
- server (cmd/server.rb)
tasks
dump (lib/tap/tasks/dump.rb)
load (lib/tap/tasks/load.rb)
rake (lib/tap/tasks/rake.rb)
--------------------------------------------------------------------------------
\ No newline at end of file