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