Sha256: 02383e4ba830a2e06d1e1c81b78c2e6bb56106bfc0dd074e08d97305282a11b2

Contents?: true

Size: 426 Bytes

Versions: 8

Compression:

Stored size: 426 Bytes

Contents

suite_condition("Sinatra not compatible with 1.8.6") do
  RUBY_VERSION != '1.8.6'
end

gemfile <<-RB
  # Gemspec from rubygems on this version gets illformed warnings on 1.8.7
  gem 'http_router', '0.11.0', :git => 'git://github.com/joshbuddy/http_router.git'

  gem 'padrino', '~> 0.11.0'
  gem 'rack-test', :require => 'rack/test'
RB

gemfile <<-RB
  gem 'padrino', '~> 0.10.0'
  gem 'rack-test', :require => 'rack/test'
RB

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
newrelic_rpm-3.6.5.130 test/multiverse/suites/padrino/Envfile
newrelic_rpm-3.6.4.122 test/multiverse/suites/padrino/Envfile
newrelic_rpm-3.6.4.113.beta test/multiverse/suites/padrino/Envfile
newrelic_rpm-3.6.3.111 test/multiverse/suites/padrino/Envfile
newrelic_rpm-3.6.3.106 test/multiverse/suites/padrino/Envfile
newrelic_rpm-3.6.3.105.beta test/multiverse/suites/padrino/Envfile
newrelic_rpm-3.6.3.104 test/multiverse/suites/padrino/Envfile
newrelic_rpm-3.6.3.103.beta test/multiverse/suites/padrino/Envfile