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