Sha256: 8560e8bf833654a46e71f50eb2aec0359b86f74da8810f6e6f44f9324f380a5d
Contents?: true
Size: 194 Bytes
Versions: 1
Compression:
Stored size: 194 Bytes
Contents
module Contour module VERSION #:nodoc: MAJOR = 2 MINOR = 6 TINY = 0 BUILD = nil # nil, "pre", "rc", "rc2" STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
contour-2.6.0 | lib/contour/version.rb |