Sha256: 42ea365f6aa85c06cb954d07bfaf5f51d446f19f15f444a6bcc28b708cbe3595
Contents?: true
Size: 418 Bytes
Versions: 22
Compression:
Stored size: 418 Bytes
Contents
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', :tag => 'v0.11.0' 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
22 entries across 22 versions & 2 rubygems