Sha256: c59ec3c2e5d59955ca92f174b4530709f703a110cac73e1e1e23e30a8af1b4bc
Contents?: true
Size: 210 Bytes
Versions: 1
Compression:
Stored size: 210 Bytes
Contents
module Cucumber #:nodoc: class VERSION #:nodoc: MAJOR = 0 MINOR = 3 TINY = 3 PATCH = 5 # 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.3.3.5 | lib/cucumber/version.rb |