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