Sha256: c42130b66aac208d13758ac07442c76fd1cabfc8cf7ddbcbaea4f91e4d87d0a0
Contents?: true
Size: 324 Bytes
Versions: 7
Compression:
Stored size: 324 Bytes
Contents
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 = 3 STRING = [MAJOR, MINOR, TINY].join('.') end end
Version data entries
7 entries across 7 versions & 1 rubygems