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