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