module Scooter::Version

This defines the version of the gem

Constants

MAJOR
MINOR
NAME
PATCH
STRING

Public Instance Methods

json_version() click to toggle source
# File lib/scooter/version.rb, line 22
def json_version
  {
    'version' => STRING
  }.to_json
end
version() click to toggle source
# File lib/scooter/version.rb, line 18
def version
  format(BANNER, STRING)
end