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