Sha256: 200ea9c540f651165268631beb716ac0284f6aaba8a969b75fd437589a31416b

Contents?: true

Size: 364 Bytes

Versions: 1

Compression:

Stored size: 364 Bytes

Contents

module Spree
  module PrintInvoice

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

    module VERSION
      MAJOR = 2
      MINOR = 1
      TINY  = 0
      PRE   = nil

      STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spree-print-invoice-2.1.0 lib/spree_print_invoice/version.rb