Sha256: 9fd2a869f8df6f40dbc27ccdb8230864156da734b0ae0cec134ba576bc60d141
Contents?: true
Size: 173 Bytes
Versions: 1
Compression:
Stored size: 173 Bytes
Contents
module ActiveSupport module VERSION #:nodoc: MAJOR = 3 MINOR = 0 TINY = 4 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.0.4 | lib/active_support/version.rb |