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