Sha256: 673046228c5d1459e38151b5328f6030fb5fa91313b76b1fcdcd0ef772bd4b89
Contents?: true
Size: 188 Bytes
Versions: 2
Compression:
Stored size: 188 Bytes
Contents
module Smoke #:nodoc: module Client #:nodoc: module VERSION #:nodoc: MAJOR = 0 MINOR = 0 TINY = 1 STRING = [MAJOR, MINOR, TINY].join('.') end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
smoke-0.0.3 | lib/smoke/client/version.rb |
smoke-0.0.1 | lib/smoke/client/version.rb |