Sha256: 99a2a62630d293a9a21af39013f7d1061d83279459c79bfda02e7259ded5b760
Contents?: true
Size: 312 Bytes
Versions: 1
Compression:
Stored size: 312 Bytes
Contents
module CmSms # Returns the version of the currently loaded Action Mailer as a <tt>Gem::Version</tt> def self.gem_version Gem::Version.new VERSION::STRING end module VERSION MAJOR = 0 MINOR = 1 TINY = 1 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cm-sms-0.1.1 | lib/cm_sms/gem_version.rb |