Sha256: 118855bc78a4cc1547b91b3e40ae1a105ffc907bd8cb521b42cea619ee4fe88a
Contents?: true
Size: 182 Bytes
Versions: 3
Compression:
Stored size: 182 Bytes
Contents
module Sprout module VERSION #:nodoc: MAJOR = 0 MINOR = 7 TINY = 183 STRING = [MAJOR, MINOR, TINY].join('.') MAJOR_MINOR = [MAJOR, MINOR].join('.') end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sprout-0.7.183-x86-linux | lib/sprout/version.rb |
sprout-0.7.183 | lib/sprout/version.rb |
sprout-0.7.183-darwin | lib/sprout/version.rb |