lib/gearship/cli.rb in gearship-0.2.1 vs lib/gearship/cli.rb in gearship-0.2.2

- old
+ new

@@ -33,9 +33,10 @@ def self.source_root File.expand_path('../../',__FILE__) end def do_init(project) + copy_file 'templates/.dockerignore', ".dockerignore" copy_file 'templates/.gitignore', "#{project}/.gitignore" copy_file 'templates/gearship.yml', "#{project}/gearship.yml" copy_file 'templates/gearship.sh', "#{project}/gearship.sh" copy_file 'templates/actions/configure_firewall.sh', "#{project}/actions/configure_firewall.sh"