Sha256: fe1de40df90af0e33cc8672b4ab008d57c54481ea753bee4278b1cc1839c7264

Contents?: true

Size: 331 Bytes

Versions: 1

Compression:

Stored size: 331 Bytes

Contents

module SolidusI18n
  module_function

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

  module VERSION
    MAJOR = 1
    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_i18n-1.2.0 lib/solidus_i18n/version.rb