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