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
.banner ⇒ Object
11 12 13 |
# File 'lib/hubba/reports/version.rb', line 11 def self. "hubba-reports/#{VERSION} on Ruby #{RUBY_VERSION} (#{RUBY_RELEASE_DATE}) [#{RUBY_PLATFORM}]" end |
.root ⇒ Object
15 16 17 |
# File 'lib/hubba/reports/version.rb', line 15 def self.root "#{File.( File.dirname(File.dirname(File.dirname(File.dirname(__FILE__)))) )}" end |
.version ⇒ Object
7 8 9 |
# File 'lib/hubba/reports/version.rb', line 7 def self.version VERSION end |