Sha256: 5ca398c1c4fa749a5d871e1abaa68aa30542c9de7037adc666d0293ed81a7c4f
Contents?: true
Size: 144 Bytes
Versions: 2
Compression:
Stored size: 144 Bytes
Contents
module ActiveSupport module VERSION #:nodoc: MAJOR = 2 MINOR = 3 TINY = 9 STRING = [MAJOR, MINOR, TINY].join('.') end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
activesupport-2.3.9 | lib/active_support/version.rb |
activesupport-2.3.9.pre | lib/active_support/version.rb |