Sha256: 3a7f657b4286ccff8e9e8322b21fc0a8ccf3c6fa31695fb70e17583a222fd0d7
Contents?: true
Size: 192 Bytes
Versions: 1
Compression:
Stored size: 192 Bytes
Contents
module Spout module VERSION #:nodoc: MAJOR = 0 MINOR = 5 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 |
---|---|
spout-0.5.0 | lib/spout/version.rb |