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