Sha256: 03e359b72f53f7429dbe7db964dca7d23bac090be0f7312cff6c70db01653058
Contents?: true
Size: 172 Bytes
Versions: 11
Compression:
Stored size: 172 Bytes
Contents
module ActiveModel module VERSION #:nodoc: MAJOR = 3 MINOR = 2 TINY = 13 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end end
Version data entries
11 entries across 11 versions & 5 rubygems