Sha256: 36f890643fa510b6cd8962cb6bc9836f541276be7c8848fe78d910affee2143b
Contents?: true
Size: 212 Bytes
Versions: 3
Compression:
Stored size: 212 Bytes
Contents
module Cucumber #:nodoc: class VERSION #:nodoc: MAJOR = 0 MINOR = 2 TINY = 0 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.2.0 | lib/cucumber/version.rb |
kosmas58-cucumber-0.2.0 | lib/cucumber/version.rb |
cucumber-0.2.0 | lib/cucumber/version.rb |