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