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