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