Sha256: a5c8a67966b364d24d6313952b41597eccc100b4bda35b626334a538dc21840d
Contents?: true
Size: 175 Bytes
Versions: 1
Compression:
Stored size: 175 Bytes
Contents
module ActiveSupport module VERSION #:nodoc: MAJOR = 3 MINOR = 2 TINY = 8 PRE = "rc2" STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activesupport-3.2.8.rc2 | lib/active_support/version.rb |