Sha256: 0feb164c6f97b6029b44f69a67f217deeb3808c6c0b491184d74166d9d611840

Contents?: true

Size: 762 Bytes

Versions: 8

Compression:

Stored size: 762 Bytes

Contents

source 'https://rubygems.org/'

gem 'rails', '~> 3.2.16'

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

group :test do
  gem 'muack'
  gem 'webmock'
end

platforms :ruby do
  gem 'yajl-ruby'
end

platforms :jruby do
  gem 'jruby-openssl'
end

platforms :rbx do
  gem 'rubysl-fiber'      # used in rest-core
  gem 'rubysl-weakref'    # used in rest-core
  gem 'rubysl-singleton'  # used in rake
  gem 'rubysl-rexml'      # used in crack used in webmock
  gem 'rubysl-bigdecimal' # used in crack used in webmock
  gem 'rubysl-test-unit'  # used in activesupport
  gem 'rubysl-enumerator' # used in activesupport
  gem 'rubysl-benchmark'  # used in activesupport
  gem 'racc'              # used in journey used in actionpack
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rest-more-3.4.0 example/rails3/Gemfile
rest-more-3.3.4 example/rails3/Gemfile
rest-more-3.3.3 example/rails3/Gemfile
rest-more-3.3.2 example/rails3/Gemfile
rest-more-3.3.1 example/rails3/Gemfile
rest-more-3.3.0 example/rails3/Gemfile
rest-more-3.2.0 example/rails3/Gemfile
rest-more-3.1.0 example/rails3/Gemfile