Module: ActivityMapper::Version
- Defined in:
- lib/activity_mapper.rb
Constant Summary collapse
- MAJOR =
0- MINOR =
1- REVISION =
0
Class Method Summary collapse
Class Method Details
.to_name ⇒ Object
12 13 14 |
# File 'lib/activity_mapper.rb', line 12 def to_name "#{MAJOR}_#{MINOR}_#{REVISION}" end |
.to_version ⇒ Object
8 9 10 |
# File 'lib/activity_mapper.rb', line 8 def to_version "#{MAJOR}.#{MINOR}.#{REVISION}" end |