Sha256: 0acae7e5980f22e60ccf9c7544ab1dec3f0d4ba19f436c5f8a5825449fa58574
Contents?: true
Size: 213 Bytes
Versions: 3
Compression:
Stored size: 213 Bytes
Contents
module Cucumber #:nodoc: class VERSION #:nodoc: MAJOR = 0 MINOR = 3 TINY = 95 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.95 | lib/cucumber/version.rb |
kosmas58-cucumber-0.3.95 | lib/cucumber/version.rb |
cucumber-0.3.95 | lib/cucumber/version.rb |