Sha256: 3d7cb8d76f7726a718a7de2b378cb7217ef7b69fd64d85f0662dc3afb335bf4c
Contents?: true
Size: 211 Bytes
Versions: 2
Compression:
Stored size: 211 Bytes
Contents
module Cucumber #:nodoc: class VERSION #:nodoc: MAJOR = 0 MINOR = 3 TINY = 11 PATCH = 3 # 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.11.3 | lib/cucumber/version.rb |
kosmas58-cucumber-0.3.11.3 | lib/cucumber/version.rb |