Sha256: e9644087d305077b0e436e7c3432f51f08cb0bb7c27a193a3da0a83f8517101d
Contents?: true
Size: 213 Bytes
Versions: 4
Compression:
Stored size: 213 Bytes
Contents
module Cucumber #:nodoc: class VERSION #:nodoc: MAJOR = 0 MINOR = 1 TINY = 15 PATCH = nil # Set to nil for official release STRING = [MAJOR, MINOR, TINY, PATCH].compact.join('.') end end
Version data entries
4 entries across 4 versions & 3 rubygems