Module: EnhancedDateSelect::VERSION
- Defined in:
- lib/version.rb
Overview
the module that is used to generate the gem version
Constant Summary collapse
- MAJOR =
the major version of the gem
1- MINOR =
the minor version of the gem
5- TINY =
the tiny version of the gem
2- PRE =
if the version should be a e
nil- STRING =
the full version of the gem composed from major minor tiny and prerelease versions
[MAJOR, MINOR, TINY, PRE].compact.join('.')