Module: Cartesian::VERSION
- Defined in:
- lib/cartesian/version.rb
Overview
Unfortunately, as of now, the version data must be replicated in ../cartesian.rb, due to a mix of newgem versions, each requiring a different one. Not DRY :P
Constant Summary collapse
- MAJOR =
:nodoc:
0- MINOR =
5- TINY =
3- STRING =
[MAJOR, MINOR, TINY].join('.')