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