Sha256: b499aa788660d29f9e104714f7a48d74d4532a36c049615d977556d2ce634f3d

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 = 4
    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.4.0 lib/spree_mobility/version.rb