Sha256: b8d5bc9056307f8d8dad055ffc5505ce032ef49eea5fd9c897b07bd6a8d3510c

Contents?: true

Size: 596 Bytes

Versions: 2

Compression:

Stored size: 596 Bytes

Contents

suite_condition("Curb is not useful on JRuby") do
  RUBY_PLATFORM != 'java'
end

gemfile <<-RB
  gem 'curb', '~> 0.8.8'
  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 'curb', '~> 0.8.8'
  gem 'rack'
  gem 'json', :platforms => [:rbx, :mri_18]
RB

# Older curb's than 0.8.6 don't build against Ruby 2.2.0
if RUBY_VERSION < "2.2.0"
gemfile <<-RB
  gem 'curb', '0.8.1'
  gem 'rack'
  gem 'json', :platforms => [:rbx, :mri_18]
RB
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
newrelic_rpm-4.1.0.333 test/multiverse/suites/curb/Envfile
newrelic_rpm-4.0.0.332 test/multiverse/suites/curb/Envfile