Sha256: 1e0574286889e120e491830603830f75c1ef53e43182953a953f7940f66517bf
Contents?: true
Size: 194 Bytes
Versions: 1
Compression:
Stored size: 194 Bytes
Contents
module Contour module VERSION #:nodoc: MAJOR = 3 MINOR = 0 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-3.0.0 | lib/contour/version.rb |