Sha256: 5ee4e649b7d9e3e37cab53fb9ad01851343ea8fc7c3e1be239dea427f23612a3
Contents?: true
Size: 225 Bytes
Versions: 1
Compression:
Stored size: 225 Bytes
Contents
module Contour module Minimalist module VERSION MAJOR = 0 MINOR = 1 TINY = 2 BUILD = nil # nil, "pre", "rc", "rc2" STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.') end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
contour-minimalist-0.1.2 | lib/contour-minimalist/version.rb |