lib/cartesian/version.rb in cartesian-0.5.0 vs lib/cartesian/version.rb in cartesian-0.5.2
- old
+ new
@@ -1,9 +1,15 @@
module Cartesian #:nodoc:
+
+ # 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
+ #
module VERSION #:nodoc:
MAJOR = 0
MINOR = 5
- TINY = 0
+ TINY = 2
STRING = [MAJOR, MINOR, TINY].join('.')
end
+
end
+