Sha256: 47f79f54e55de96895c71e71cbea0ad5ffaf4073c20c0ace9bfedfac8466758c

Contents?: true

Size: 342 Bytes

Versions: 1

Compression:

Stored size: 342 Bytes

Contents

module SolidusSalePricing
  module_function

  # Returns the version of the currently loaded SpreeSalePricing as a
  # <tt>Gem::Version</tt>.
  def version
    Gem::Version.new VERSION::STRING
  end

  module VERSION
    MAJOR = 2
    MINOR = 0
    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
solidus_sale_pricing-2.0.1 lib/solidus_sale_pricing/version.rb