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