Sha256: cad109dbd17ef936b398162ce135ae00c4e591efd5ea9ffffd8468796049456c
Contents?: true
Size: 170 Bytes
Versions: 1
Compression:
Stored size: 170 Bytes
Contents
module ActionPack module VERSION #:nodoc: MAJOR = 3 MINOR = 1 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 |
---|---|
actionpack-3.1.4 | lib/action_pack/version.rb |