Sha256: b0429fab80bc17671f46116031cda70ff944257d3b180e6acb4ac64b34424d0c
Contents?: true
Size: 155 Bytes
Versions: 1
Compression:
Stored size: 155 Bytes
Contents
module ActionPack #:nodoc: module VERSION #:nodoc: MAJOR = 1 MINOR = 13 TINY = 6 STRING = [MAJOR, MINOR, TINY].join('.') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
actionpack-1.13.6 | lib/action_pack/version.rb |