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