--- !ruby/object:Gem::Specification
name: rest-core
version: !ruby/object:Gem::Version
  version: 1.0.2
  prerelease: 
platform: ruby
authors:
- Cardinal Blue
- Lin Jen-Shin (godfat)
autorequire: 
bindir: bin
cert_chain: []
date: 2012-06-05 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: rest-client
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
description: ! 'Modular Ruby clients interface for REST APIs


  There has been an explosion in the number of REST APIs available today.

  To address the need for a way to access these APIs easily and elegantly,

  we have developed [rest-core][], which consists of composable middleware

  that allows you to build a REST client for any REST API. Or in the case of

  common APIs such as Facebook, Github, and Twitter, you can simply use the

  dedicated clients provided by [rest-more][].


  [rest-core]: https://github.com/cardinalblue/rest-core

  [rest-more]: https://github.com/cardinalblue/rest-more'
email:
- dev (XD) cardinalblue.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- .gitignore
- .gitmodules
- .travis.yml
- CHANGES.md
- Gemfile
- LICENSE
- NOTE.md
- README.md
- Rakefile
- TODO.md
- doc/ToC.md
- doc/dependency.md
- doc/design.md
- example/auto.rb
- example/coolio.rb
- example/eventmachine.rb
- example/multi.rb
- example/rest-client.rb
- lib/rest-core.rb
- lib/rest-core/app/abstract/async_fiber.rb
- lib/rest-core/app/auto.rb
- lib/rest-core/app/coolio-async.rb
- lib/rest-core/app/coolio-fiber.rb
- lib/rest-core/app/coolio.rb
- lib/rest-core/app/dry.rb
- lib/rest-core/app/em-http-request-async.rb
- lib/rest-core/app/em-http-request-fiber.rb
- lib/rest-core/app/em-http-request.rb
- lib/rest-core/app/rest-client.rb
- lib/rest-core/builder.rb
- lib/rest-core/client.rb
- lib/rest-core/client/simple.rb
- lib/rest-core/client/universal.rb
- lib/rest-core/client_oauth1.rb
- lib/rest-core/error.rb
- lib/rest-core/event.rb
- lib/rest-core/middleware.rb
- lib/rest-core/middleware/auth_basic.rb
- lib/rest-core/middleware/bypass.rb
- lib/rest-core/middleware/cache.rb
- lib/rest-core/middleware/common_logger.rb
- lib/rest-core/middleware/default_headers.rb
- lib/rest-core/middleware/default_payload.rb
- lib/rest-core/middleware/default_query.rb
- lib/rest-core/middleware/default_site.rb
- lib/rest-core/middleware/defaults.rb
- lib/rest-core/middleware/error_detector.rb
- lib/rest-core/middleware/error_detector_http.rb
- lib/rest-core/middleware/error_handler.rb
- lib/rest-core/middleware/follow_redirect.rb
- lib/rest-core/middleware/json_decode.rb
- lib/rest-core/middleware/oauth1_header.rb
- lib/rest-core/middleware/oauth2_header.rb
- lib/rest-core/middleware/oauth2_query.rb
- lib/rest-core/middleware/timeout.rb
- lib/rest-core/middleware/timeout/coolio_timer.rb
- lib/rest-core/middleware/timeout/eventmachine_timer.rb
- lib/rest-core/patch/rest-client.rb
- lib/rest-core/test.rb
- lib/rest-core/util/hmac.rb
- lib/rest-core/util/parse_query.rb
- lib/rest-core/version.rb
- lib/rest-core/wrapper.rb
- pending/test_multi.rb
- pending/test_test_util.rb
- rest-core.gemspec
- test/test_auth_basic.rb
- test/test_builder.rb
- test/test_cache.rb
- test/test_client.rb
- test/test_client_oauth1.rb
- test/test_default_query.rb
- test/test_error_detector.rb
- test/test_error_detector_http.rb
- test/test_follow_redirect.rb
- test/test_json_decode.rb
- test/test_oauth1_header.rb
- test/test_payload.rb
- test/test_timeout.rb
- test/test_universal.rb
- test/test_wrapper.rb
homepage: https://github.com/cardinalblue/rest-core
licenses: []
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 1.8.24
signing_key: 
specification_version: 3
summary: Modular Ruby clients interface for REST APIs
test_files:
- test/test_auth_basic.rb
- test/test_builder.rb
- test/test_cache.rb
- test/test_client.rb
- test/test_client_oauth1.rb
- test/test_default_query.rb
- test/test_error_detector.rb
- test/test_error_detector_http.rb
- test/test_follow_redirect.rb
- test/test_json_decode.rb
- test/test_oauth1_header.rb
- test/test_payload.rb
- test/test_timeout.rb
- test/test_universal.rb
- test/test_wrapper.rb
has_rdoc: