Sha256: 792a416924192cab2b89d4ba888a1da513644d7bda6b6e60094a5a6cdbb13057
Contents?: true
Size: 275 Bytes
Versions: 2
Compression:
Stored size: 275 Bytes
Contents
module Amatch # Amatch version VERSION = '0.2.5' 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 & 1 rubygems
Version | Path |
---|---|
amatch-0.2.5-x86-mswin32 | lib/amatch/version.rb |
amatch-0.2.5 | lib/amatch/version.rb |