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