Sha256: 1fde07b6c20c26db20159ff57eccd8dc7beada44fc21704d2c4783deb55a193f
Contents?: true
Size: 282 Bytes
Versions: 1
Compression:
Stored size: 282 Bytes
Contents
module ComplexConfig # ComplexConfig version VERSION = '0.13.3' VERSION_ARRAY = VERSION.split('.').map(&: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 |
---|---|
complex_config-0.13.3 | lib/complex_config/version.rb |