Module: Smartfm::Version

Defined in:
lib/smartfm/core/version.rb

Constant Summary collapse

MAJOR =
1
MINOR =
0
REVISION =
2

Class Method Summary collapse

Class Method Details

.to_nameObject



10
11
12
# File 'lib/smartfm/core/version.rb', line 10

def to_name
  "#{MAJOR}_#{MINOR}_#{REVISION}"
end

.to_versionObject



6
7
8
# File 'lib/smartfm/core/version.rb', line 6

def to_version
  "#{MAJOR}.#{MINOR}.#{REVISION}"
end