Sha256: 644c696c25389cab152eda73757fe95d22e7f5e7d0b4e988e901bbfe1080265d

Contents?: true

Size: 303 Bytes

Versions: 10

Compression:

Stored size: 303 Bytes

Contents

suite_condition("Excon not supported in 1.8.6") do
  RUBY_VERSION != '1.8.6'
end

excon_versions = %w(0.25.0 0.24.0 0.19.0 0.18.0 0.10.0)

excon_versions.each do |excon_version|
  gemfile <<-RB
    gem 'excon', '~> #{excon_version}'
    gem 'rack'
    gem 'json', :platforms => [:rbx, :mri_18]
  RB
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
newrelic_rpm-3.9.1.236 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.9.0.229 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.8.1.221 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.8.0.218 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.7.3.204 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.7.3.199 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.7.2.195 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.7.2.192 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.7.2.190.beta test/multiverse/suites/excon/Envfile
newrelic_rpm-3.7.1.188 test/multiverse/suites/excon/Envfile