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