lib/gorails/commands/version.rb in gorails-0.1.4 vs lib/gorails/commands/version.rb in gorails-0.1.5
- old
+ new
@@ -1,11 +1,11 @@
require "gorails"
module Gorails
module Commands
- class Example < Gorails::Command
+ class Version < Gorails::Command
def call(_args, _name)
- puts VERSION
+ puts Gorails::VERSION
end
def self.help
"Prints the version.\nUsage: {{command:#{Gorails::TOOL_NAME} version}}"
end