lib/gator/runner.rb in gator-0.0.7.pre vs lib/gator/runner.rb in gator-0.0.8.pre
- old
+ new
@@ -1,14 +1,9 @@
require 'thor'
require 'thor/group'
module Gator
class Runner < Thor
- namespace
-
- def initialize(args=[], options={}, config={})
- super
- end
desc "version", "Show Gator version"
def version
say "Gator --pre"
end
\ No newline at end of file