Sha256: f2fa04be858dafeb26243b7f0eb8700e01b0ebd9d4ecad5b14f61f6f56ca37f9

Contents?: true

Size: 213 Bytes

Versions: 2

Compression:

Stored size: 213 Bytes

Contents

module Cucumber #:nodoc:
  class VERSION #:nodoc:
    MAJOR = 0
    MINOR = 3
    TINY  = 11
    PATCH = nil # 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 lib/cucumber/version.rb
cucumber-0.3.11 lib/cucumber/version.rb