Sha256: 692979fd5bb6a66974743fb7af8bf0db325be2b267b2baddc4be10459d300c2a
Contents?: true
Size: 174 Bytes
Versions: 1
Compression:
Stored size: 174 Bytes
Contents
module ActiveSupport module VERSION #:nodoc: MAJOR = 3 MINOR = 2 TINY = 20 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activesupport-3.2.20 | lib/active_support/version.rb |