Module: Pixelart::Module::Moonbirds
- Defined in:
- lib/moonbirds/version.rb
Constant Summary collapse
- MAJOR =
1- MINOR =
1- PATCH =
1- VERSION =
[MAJOR,MINOR,PATCH].join('.')
Class Method Summary collapse
Class Method Details
.banner ⇒ Object
15 16 17 |
# File 'lib/moonbirds/version.rb', line 15 def self. "moonbirds/#{VERSION} on Ruby #{RUBY_VERSION} (#{RUBY_RELEASE_DATE}) [#{RUBY_PLATFORM}] in (#{root})" end |
.root ⇒ Object
19 20 21 |
# File 'lib/moonbirds/version.rb', line 19 def self.root File.( File.dirname(File.dirname(File.dirname(__FILE__))) ) end |
.version ⇒ Object
11 12 13 |
# File 'lib/moonbirds/version.rb', line 11 def self.version VERSION end |