Sha256: 9d354862d0b0646e41e22413a6b91f26054614afb50aa794c5b2a685997af558
Contents?: true
Size: 271 Bytes
Versions: 1
Compression:
Stored size: 271 Bytes
Contents
module Degu # Degu version VERSION = '0.0.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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
degu-0.0.5 | lib/degu/version.rb |