Sha256: 87f02ff3510281b2ff55a076b08dc77d527b2d36514072b71f14766cafc995f7

Contents?: true

Size: 1.43 KB

Versions: 14

Compression:

Stored size: 1.43 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.7.1'
  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.7.1'
  gem 'rack'
  gem 'json', :platforms => [:rbx, :mri_18]
RB

gemfile <<-RB
  gem 'typhoeus', '~> 0.6.9'
  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

14 entries across 14 versions & 2 rubygems

Version Path
newrelic_rpm-3.15.1.316 test/multiverse/suites/typhoeus/Envfile
newrelic_rpm-3.15.0.314 test/multiverse/suites/typhoeus/Envfile
newrelic_rpm-3.14.3.313 test/multiverse/suites/typhoeus/Envfile
newrelic_rpm-3.14.2.312 test/multiverse/suites/typhoeus/Envfile
newrelic_rpm-3.14.1.311 test/multiverse/suites/typhoeus/Envfile
newrelic_rpm-3.14.0.305 test/multiverse/suites/typhoeus/Envfile
newrelic_rpm-3.13.2.302 test/multiverse/suites/typhoeus/Envfile
newrelic_rpm-3.13.1.300 test/multiverse/suites/typhoeus/Envfile
newrelic_rpm-3.13.0.299 test/multiverse/suites/typhoeus/Envfile
mmtrix_rpm-1.0.0.3 test/multiverse/suites/typhoeus/Envfile
mmtrix_rpm-1.0.0.2 test/multiverse/suites/typhoeus/Envfile
mmtrix_rpm-1.0.0.1 test/multiverse/suites/typhoeus/Envfile
newrelic_rpm-3.12.1.298 test/multiverse/suites/typhoeus/Envfile
newrelic_rpm-3.12.0.288 test/multiverse/suites/typhoeus/Envfile