Sha256: 0f371427d5a486f01812f58f6c63233c8dec4b29f0aec0f138dc18974f5791d1
Contents?: true
Size: 396 Bytes
Versions: 7
Compression:
Stored size: 396 Bytes
Contents
# Detect the platform we're running and warn if it is not supported module Gherkin unless defined?(Gherkin::VERSION) # See the comment in gherkin.gemspec if you bump the MINOR version (MAJOR.MINOR.PATCH). VERSION = '2.12.2' JRUBY = defined?(JRUBY_VERSION) if !JRUBY && !(RUBY_VERSION =~ /^(1\.9\.3|2\.0)/) warn("WARNING: Unsupported Ruby version - #{RUBY_VERSION}") end end end
Version data entries
7 entries across 5 versions & 2 rubygems