Sha256: 0622ab3608aa21ee889fbd2ceb7eadeb4f316118735d9fe71eeb1c66e9e0d24d
Contents?: true
Size: 344 Bytes
Versions: 1
Compression:
Stored size: 344 Bytes
Contents
module SpreeMobility module_function # Returns the version of the currently loaded SpreeMobility as a # <tt>Gem::Version</tt>. def version Gem::Version.new VERSION::STRING end module VERSION MAJOR = 1 MINOR = 0 TINY = 0 PRE = nil # 'beta' STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_mobility-1.0.0 | lib/spree_mobility/version.rb |