Sha256: 8458f38e02093eff86b9f85e4fd9667fcc53dfa3690738f2564b5c4b8750be51
Contents?: true
Size: 214 Bytes
Versions: 1
Compression:
Stored size: 214 Bytes
Contents
module App42 module Version module VERSION MAJOR = 0 MINOR = 7 TINY = 0 PRE = "alpha" STRING = [MAJOR, MINOR, TINY].compact.join('.') VERSION = STRING end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
app42-0.7.0 | lib/app42/version.rb |