lib/gator/commands/project.rb in gator-0.0.14.pre vs lib/gator/commands/project.rb in gator-0.0.16.pre
- old
+ new
@@ -1,16 +1,14 @@
require "thor"
require "thor/actions"
require "fileutils"
-require "gator/command"
-require "gator/config"
module Gator
class ProjectCommand < Command
include Thor::Actions
include Gator::Configuration
- define :on => Gator::Runner, :as => "project", :short => "p",
+ define :command => "project", :short => "p",
:usage => "project TASK", :description => "Set of tasks to manage project templates."
def self.source_root
Gator::Util.project_template_root
end
\ No newline at end of file