Sha256: b4fdde2ac22e880cb802f7d3fb8acb3affd9ed13e8a0c2089bfb1bf1570c9f50

Contents?: true

Size: 265 Bytes

Versions: 7

Compression:

Stored size: 265 Bytes

Contents

suite_condition("Resque tests not compatible with 1.8.6, JRuby") do
  RUBY_VERSION != '1.8.6' && RUBY_PLATFORM != 'java'
end

gemfile <<-RB
  gem 'resque', '1.23.0'
  gem 'json'
  gem 'rake'
RB

gemfile <<-RB
  gem 'resque', '~>1.24.1'
  gem 'json'
  gem 'rake'
RB

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
newrelic_rpm-3.6.8.168 test/multiverse/suites/resque/Envfile
newrelic_rpm-3.6.8.164 test/multiverse/suites/resque/Envfile
newrelic_rpm-3.6.7.159 test/multiverse/suites/resque/Envfile
newrelic_rpm-3.6.7.159.beta test/multiverse/suites/resque/Envfile
newrelic_rpm-3.6.7.152 test/multiverse/suites/resque/Envfile
newrelic_rpm-3.6.6.147 test/multiverse/suites/resque/Envfile
newrelic_rpm-3.6.5.130 test/multiverse/suites/resque/Envfile