Sha256: e7d783929da96f8f5415b170e63487533124b38c45e24202c584e9ebde5df7f5

Contents?: true

Size: 319 Bytes

Versions: 6

Compression:

Stored size: 319 Bytes

Contents

source 'http://rubygems.org'

gem 'rails', '2.3.14'

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

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

platforms(:ruby) do
  gem 'yajl-ruby'
end

platforms(:jruby) do
  gem 'json'
  gem 'jruby-openssl'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rest-more-1.0.2 example/rails2/Gemfile
rest-more-1.0.1 example/rails2/Gemfile
rest-more-1.0.0 example/rails2/Gemfile
rest-more-0.8.0 example/rails2/Gemfile
rest-more-0.7.2.1 example/rails2/Gemfile
rest-more-0.7.2 example/rails2/Gemfile