Sha256: 67573ff4bb7c0c5d1506d619903d28025a15b14a3da4e327c2990ce515fbd142
Contents?: true
Size: 559 Bytes
Versions: 1
Compression:
Stored size: 559 Bytes
Contents
module SportDb module Module module Models MAJOR = 2 MINOR = 1 PATCH = 0 VERSION = [MAJOR,MINOR,PATCH].join('.') def self.version VERSION end def self.banner "sportdb-models/#{VERSION} on Ruby #{RUBY_VERSION} (#{RUBY_RELEASE_DATE}) [#{RUBY_PLATFORM}] in (#{root})" end def self.root File.expand_path( File.dirname(File.dirname(File.dirname(File.dirname(__FILE__)))) ) end end # module Models end # module Module ################# ## add convenience shortcuts VERSION = Module::Models::VERSION end # module SportDb
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sportdb-models-2.1.0 | lib/sportdb/models/version.rb |