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