Sha256: 13b83e2a2a3632b7a2af009150cbb4ce0fddbe223e5d9aa3df0a4355715bd0f4
Contents?: true
Size: 198 Bytes
Versions: 1
Compression:
Stored size: 198 Bytes
Contents
module Contour module VERSION #:nodoc: MAJOR = 2 MINOR = 3 TINY = 0 BUILD = 'beta1' # 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.3.0.beta1 | lib/contour/version.rb |