generators/sauron/sauron_generator.rb in sauron-0.1.4 vs generators/sauron/sauron_generator.rb in sauron-0.1.6

- old
+ new

@@ -3,9 +3,10 @@ options[:runners] ||= 4 record do |m| m.file 'sauron_watchr.rb', 'sauron_watchr.rb' m.file 'test_helper.rb', 'test_helper.rb' + m.file 'sauron', 'sauron', :chmod => 0755 m.template 'config/hydra.yml', 'config/hydra.yml' m.directory 'lib/sauron' m.file 'lib/sauron/watchr.rb', 'lib/sauron/watchr.rb' \ No newline at end of file