Sha256: 98caaca5111f223add0d1015d1b45374fed59765075bd1dbe6b64477365d4b27
Contents?: true
Size: 250 Bytes
Versions: 1
Compression:
Stored size: 250 Bytes
Contents
module Gamebox module VERSION #:nodoc: MAJOR = 0 MINOR = 5 TINY = 0 RC = 0 if RC > 0 ARRAY = [MAJOR, MINOR, TINY, "rc#{RC}"] else ARRAY = [MAJOR, MINOR, TINY] end STRING = ARRAY.join('.') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gamebox-0.5.0 | lib/gamebox/version.rb |