Sha256: cba237cd19d3172e51fa312bdd206c31143586e89367543080d03f2fd57d35cd
Contents?: true
Size: 176 Bytes
Versions: 1
Compression:
Stored size: 176 Bytes
Contents
module ActiveSupport module VERSION #:nodoc: MAJOR = 3 MINOR = 0 TINY = 12 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.0.12.rc1 | lib/active_support/version.rb |