Sha256: 95f6745ed6b3b67dfa6797cf5b146772bbcd9cbc1e3e6422465bbb117e5077e0
Contents?: true
Size: 212 Bytes
Versions: 1
Compression:
Stored size: 212 Bytes
Contents
module Cucumber #:nodoc: class VERSION #:nodoc: MAJOR = 0 MINOR = 1 TINY = 99 PATCH = 13 # Set to nil for official release STRING = [MAJOR, MINOR, TINY, PATCH].compact.join('.') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aslakhellesoy-cucumber-0.1.99.13 | lib/cucumber/version.rb |