module SportDb::Module::Catalogs

Constants

MAJOR
MINOR
PATCH
VERSION

Public Class Methods

banner() click to toggle source

todo/fix: rename to sportdb-catalogs - why? why not?

root() click to toggle source
# File lib/sportdb/config/version.rb, line 22
def self.root
  File.expand_path( File.dirname(File.dirname(File.dirname(File.dirname(__FILE__)))) )
end
version() click to toggle source
# File lib/sportdb/config/version.rb, line 13
def self.version
  VERSION
end