Sha256: 062dddf12a78d87a161d2ef5d5ff89611e80e4fa10a3781a7b94db7627ad5496

Contents?: true

Size: 312 Bytes

Versions: 10

Compression:

Stored size: 312 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'
    if RUBY_VERSION < '1.9.0'
      gem 'json'
    end
  RB
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
newrelic_rpm-3.7.1.182 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.7.1.180 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.7.0.177 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.7.0.174.beta test/multiverse/suites/excon/Envfile
newrelic_rpm-3.6.9.171 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.6.8.168 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.6.8.164 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.6.7.159 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.6.7.159.beta test/multiverse/suites/excon/Envfile
newrelic_rpm-3.6.7.152 test/multiverse/suites/excon/Envfile