Sha256: 1af94a848ed12168c913d24760e07a173c409bac2b1bea7048b2066563164e69
Contents?: true
Size: 175 Bytes
Versions: 1
Compression:
Stored size: 175 Bytes
Contents
module ActionMailer module VERSION #:nodoc: MAJOR = 3 MINOR = 2 TINY = 14 PRE = "rc2" STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
actionmailer-3.2.14.rc2 | lib/action_mailer/version.rb |