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