Sha256: 5ccd8307738e33a5d56fc2558059ba02170ab072d6e72a1da16e78df84f503b1
Contents?: true
Size: 317 Bytes
Versions: 1
Compression:
Stored size: 317 Bytes
Contents
module CmSmsRails # 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 = 2 TINY = 0 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-rails-0.2.0 | lib/cm_sms_rails/gem_version.rb |