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