Sha256: f40b6f8279e9ff43e0743aef22131d7c885d317dd1a78491fae2e6708a911733

Contents?: true

Size: 486 Bytes

Versions: 6

Compression:

Stored size: 486 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 'activesupport', '~> 3'
  gem 'padrino', '~> 0.11.0'
  gem 'rack-test', :require => 'rack/test'
RB

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

Version data entries

6 entries across 6 versions & 1 rubygems

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