Sha256: d40804d0930e885c7e05bd2e2860df39bd43fe450a6e9055df12209c220d5149
Contents?: true
Size: 214 Bytes
Versions: 2
Compression:
Stored size: 214 Bytes
Contents
module Cucumber #:nodoc: class VERSION #:nodoc: MAJOR = 0 MINOR = 3 TINY = 104 PATCH = nil # 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.3.104 | lib/cucumber/version.rb |
cucumber-0.3.104 | lib/cucumber/version.rb |