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