Sha256: b4d4d7a078f3c9cb2e221975a3a2cc3a52b44560e5da0018962c2e2448b50554

Contents?: true

Size: 1.33 KB

Versions: 6

Compression:

Stored size: 1.33 KB

Contents

suite_condition("Typhoeus excluded on 1.8.7") do
  # Under Ruby 1.8.7 there are periodic segfaults with Typhoeus
  # and the Ruby agent. This predated our Typhoeus instrumentation, but given
  # usage levels and obscurity of the issue, it isn't worth deeper digging.
  # Just use >= 1.9
  RUBY_VERSION > '1.8.7'
end

gemfile <<-RB
  gem 'typhoeus', '~> 0.6.5'
  gem 'rack'
  gem 'json', :platforms => [:rbx, :mri_18]

  # We try translating URIs through Addressable if it's there, so test with it.
  gem 'addressable', :require => 'addressable/uri'
RB

gemfile <<-RB
  gem 'typhoeus', '~> 0.6.5'
  gem 'rack'
  gem 'json', :platforms => [:rbx, :mri_18]
RB

gemfile <<-RB
  # Compatibility issues with ethon 0.5.12 https://github.com/typhoeus/ethon/issues/51
  gem 'ethon', '0.5.11'

  gem 'typhoeus', '~> 0.5.4'
  gem 'rack'
  gem 'json', :platforms => [:rbx, :mri_18]
RB

# Earliest supported version
gemfile <<-RB
  # Compatibility issues with ethon 0.5.12 https://github.com/typhoeus/ethon/issues/51
  gem 'ethon', '0.5.11'

  gem 'typhoeus', '0.5.3'
  gem 'rack'
  gem 'json', :platforms => [:rbx, :mri_18]
RB

# Prior to supported versions
gemfile <<-RB
  # Compatibility issues with ethon 0.5.12 https://github.com/typhoeus/ethon/issues/51
  gem 'ethon', '0.5.11'

  gem 'typhoeus', '0.5.2'
  gem 'rack'
  gem 'json', :platforms => [:rbx, :mri_18]
RB

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
newrelic_rpm-3.11.2.286 test/multiverse/suites/typhoeus/Envfile
newrelic_rpm-3.11.1.284 test/multiverse/suites/typhoeus/Envfile
newrelic_rpm-3.11.0.283 test/multiverse/suites/typhoeus/Envfile
newrelic_rpm-3.10.0.279 test/multiverse/suites/typhoeus/Envfile
newrelic_rpm-3.9.9.275 test/multiverse/suites/typhoeus/Envfile
newrelic_rpm-3.9.8.273 test/multiverse/suites/typhoeus/Envfile