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