Sha256: a6234939a8d70b98d3b07bba5de0dac1a9584ba5d034c7aeaaaea50d0b9bca6b
Contents?: true
Size: 321 Bytes
Versions: 1
Compression:
Stored size: 321 Bytes
Contents
module Axlsx # The version of the gem # When using bunle exec rake and referencing the gem on github or locally # it will use the gemspec, which preloads this constant for the gem's version. # We check to make sure that it has not already been loaded VERSION="1.0.16" unless Axlsx.const_defined? :VERSION end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
axlsx-1.0.16 | lib/axlsx/version.rb |