lib/gator/runner.rb in gator-0.0.8.pre vs lib/gator/runner.rb in gator-0.0.9.pre

- old
+ new

@@ -1,9 +1,17 @@ require 'thor' require 'thor/group' +require 'thor/actions' +require File.dirname(__FILE__) + '/util' module Gator class Runner < Thor + include Thor::Actions + + def self.start + Gator::Util.initialize_files + super + end desc "version", "Show Gator version" def version say "Gator --pre" end \ No newline at end of file