Sha256: 5c5fd31627ca8e0a8b148c22318f89c2fcd15bb43c9f42650bd94cd3a338f9d5

Contents?: true

Size: 204 Bytes

Versions: 3

Compression:

Stored size: 204 Bytes

Contents

source 'http://rubygems.org'

gem 'rails', '3.0.9'

gem 'rest-client' # for rest-core
gem 'yajl-ruby'   # for rest-core
gem 'rest-core', :path => '../../'

group 'test' do
  gem 'rr'
  gem 'webmock'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rest-core-0.3.0.pre.2 example/rails3/Gemfile
rest-core-0.3.0.pre.1 example/rails3/Gemfile
rest-core-0.3.0.pre.0 example/rails3/Gemfile