Sha256: 217001f4337345f9fc5cb9f00a59acbf024be7d6a856077210de54429f5acf99
Contents?: true
Size: 275 Bytes
Versions: 2
Compression:
Stored size: 275 Bytes
Contents
module Amatch # Amatch version VERSION = '0.2.4' VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc: VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc: VERSION_MINOR = VERSION_ARRAY[1] # :nodoc: VERSION_BUILD = VERSION_ARRAY[2] # :nodoc: end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
patmcnally-amatch-0.2.4 | lib/amatch/version.rb |
amatch-0.2.4 | lib/amatch/version.rb |