Sha256: 0d277e44aaddffe31840e5396f1ca4197d2b1c7b7862ffb30c5ae63d83d4bbf0

Contents?: true

Size: 456 Bytes

Versions: 4

Compression:

Stored size: 456 Bytes

Contents

suite_condition("http.rb is only supported for versions >= 2.0.0") do
  RUBY_VERSION >= '2.0.0'
end

httprb_versions = %w(2.0.3
                     2.0.2
                     2.0.1
                     2.0.0
                     1.0.4
                     0.9.9
                     0.8.14
                     0.7.4)

httprb_versions.each do |httprb_version|
  gemfile <<-RB
    gem 'http', '~> #{httprb_version}'
    gem 'rack'
  RB
end

# vim: ft=ruby

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
newrelic_rpm-4.1.0.333 test/multiverse/suites/httprb/Envfile
newrelic_rpm-4.0.0.332 test/multiverse/suites/httprb/Envfile
newrelic_rpm-3.18.1.330 test/multiverse/suites/httprb/Envfile
newrelic_rpm-3.18.0.329 test/multiverse/suites/httprb/Envfile