Sha256: a06d6b4df04a76a21c93bc4c0eecb7884886a64b51221f3e6436fb912bdcee3e
Contents?: true
Size: 171 Bytes
Versions: 14
Compression:
Stored size: 171 Bytes
Contents
module ActionPack module VERSION #:nodoc: MAJOR = 3 MINOR = 2 TINY = 12 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end end
Version data entries
14 entries across 12 versions & 4 rubygems