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