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