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

Version Path
honeybadger-2.4.0 vendor/gems/ruby/1.9.1/gems/gherkin-2.12.2/lib/gherkin/platform.rb
honeybadger-2.4.0 vendor/gems/ruby/2.2.0/gems/gherkin-2.12.2/lib/gherkin/platform.rb
honeybadger-2.4.0 vendor/gems/ruby/2.1.0/gems/gherkin-2.12.2/lib/gherkin/platform.rb
gherkin-2.12.2 lib/gherkin/platform.rb
gherkin-2.12.2-x86-mswin32 lib/gherkin/platform.rb
gherkin-2.12.2-x86-mingw32 lib/gherkin/platform.rb
gherkin-2.12.2-java lib/gherkin/platform.rb