lib/mango/runner.rb in mango-0.6.3 vs lib/mango/runner.rb in mango-0.7.0
- old
+ new
@@ -1,10 +1,9 @@
-# encoding: UTF-8
require "thor"
module Mango
- # `Mango::Runner` is a `Thor` class and is used in combination with the `bin/mango` executable.
+ # `Mango::Runner` is a `Thor` class and is used in combination with the `exec/mango` executable.
#
# @see https://github.com/wycats/thor/wiki
#
class Runner < Thor
include Thor::Actions
@@ -20,9 +19,10 @@
self.destination_root = path
copy_file(".gitignore")
copy_file("config.ru")
copy_file("Gemfile")
+ copy_file("Procfile")
copy_file("README.md")
copy_content
copy_themes
end