Sha256: 3496a25a571caa5f74f028d1b7ca8d6c595b8c2bd2e338448ef4c8ec33bfd77e

Contents?: true

Size: 349 Bytes

Versions: 1

Compression:

Stored size: 349 Bytes

Contents

module SolidusVolumePricing
  module_function

  # Returns the version of the currently loaded SolidusVolumePricing as a
  # <tt>Gem::Version</tt>.
  def 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
solidus_volume_pricing-0.2.0 lib/solidus_volume_pricing/version.rb