Sha256: b91be9b19849d8f76522d07389bf85b2e59043cd557c551e380f49e5bc29da99
Contents?: true
Size: 469 Bytes
Versions: 1
Compression:
Stored size: 469 Bytes
Contents
# encoding: utf-8 module SportDb MAJOR = 1 ## todo: namespace inside version or something - why? why not?? MINOR = 11 PATCH = 2 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}]" end def self.root "#{File.expand_path( File.dirname(File.dirname(File.dirname(__FILE__))) )}" end end # module SportDb
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sportdb-models-1.11.2 | lib/sportdb/version.rb |