generators/sauron/sauron_generator.rb in sauron-0.1.1 vs generators/sauron/sauron_generator.rb in sauron-0.1.2

- old
+ new

@@ -8,9 +8,12 @@ m.template 'config/hydra.yml', 'config/hydra.yml' m.directory 'lib/sauron' m.file 'lib/sauron/watchr.rb', 'lib/sauron/watchr.rb' + + m.directory 'lib/tasks' + m.file 'lib/tasks/sauron.rake' end end protected \ No newline at end of file