Sha256: 3b08e8d16f7a0a90e5a58958b73f7988fcf7504acbbcd092d6640b4e719708bd
Contents?: true
Size: 234 Bytes
Versions: 5
Compression:
Stored size: 234 Bytes
Contents
module Sprout if(!defined? Sprout::VERSION) module VERSION #:nodoc: MAJOR = 0 MINOR = 7 TINY = 236 STRING = [MAJOR, MINOR, TINY].join('.') MAJOR_MINOR = [MAJOR, MINOR].join('.') end end end
Version data entries
5 entries across 5 versions & 1 rubygems