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