Module: HubbaReports

Defined in:
lib/hubba/reports/version.rb

Constant Summary collapse

MAJOR =

todo: namespace inside version or something - why? why not??

1
MINOR =
0
PATCH =
1
VERSION =
[MAJOR,MINOR,PATCH].join('.')

Class Method Summary collapse

Class Method Details



11
12
13
# File 'lib/hubba/reports/version.rb', line 11

def self.banner
  "hubba-reports/#{VERSION} on Ruby #{RUBY_VERSION} (#{RUBY_RELEASE_DATE}) [#{RUBY_PLATFORM}]"
end

.rootObject



15
16
17
# File 'lib/hubba/reports/version.rb', line 15

def self.root
  "#{File.expand_path( File.dirname(File.dirname(File.dirname(File.dirname(__FILE__)))) )}"
end

.versionObject



7
8
9
# File 'lib/hubba/reports/version.rb', line 7

def self.version
  VERSION
end