Sha256: cfc2aaf6a00050c0367775ff328c67e0cf3eb2b5a5dbfafbd0da799a04b4e4ef
Contents?: true
Size: 173 Bytes
Versions: 7
Compression:
Stored size: 173 Bytes
Contents
module ActiveRecord module VERSION #:nodoc: MAJOR = 3 MINOR = 2 TINY = 18 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end end
Version data entries
7 entries across 2 versions & 2 rubygems