Sha256: 52b869b2144189984dac2d7263331fc4b6ce7e7e07cc69ba1a3b48549d5c7887
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 = 3 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.3.0 | lib/solidus_i18n/version.rb |