Sha256: c074ae00499c2ab1570db9e45b842a3ab4cc0208a6cbc8c5e56fe2eb3506030e
Contents?: true
Size: 195 Bytes
Versions: 1
Compression:
Stored size: 195 Bytes
Contents
module Contour module VERSION #:nodoc: MAJOR = 2 MINOR = 2 TINY = 0 BUILD = "rc" # 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.2.0.rc | lib/contour/version.rb |