Sha256: 0a774b6255a129a93f5339488f2b266351b435fc28341fbe8245334d0cfff4b2
Contents?: true
Size: 285 Bytes
Versions: 1
Compression:
Stored size: 285 Bytes
Contents
module Sprout NAME = 'sprout' if(!defined? Sprout::VERSION) module VERSION #:nodoc: MAJOR = 1 MINOR = 0 TINY = 15 RELEASE = 'pre' STRING = [MAJOR, MINOR, TINY, RELEASE].join('.') MAJOR_MINOR = [MAJOR, MINOR].join('.') end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sprout-1.0.15.pre | lib/sprout/version.rb |