lib/togostanza/cli.rb in togostanza-0.1.0 vs lib/togostanza/cli.rb in togostanza-0.1.1

- old
+ new

@@ -11,11 +11,13 @@ def self.source_root File.expand_path('../../../templates/provider', __FILE__) end def create_files - template 'Gemfile.erb', "#{name}/Gemfile" - template 'config.ru.erb', "#{name}/config.ru" + template 'Gemfile.erb', "#{name}/Gemfile" + template 'config.ru.erb', "#{name}/config.ru" + template 'Procfile.erb', "#{name}/Procfile" + template 'config/unicorn.rb.erb', "#{name}/config/unicorn.rb" create_file "#{name}/log/.keep" end def init_repo