--- !ruby/object:Gem::Specification name: rest-graph version: !ruby/object:Gem::Version version: 2.0.1 prerelease: platform: ruby authors: - Cardinal Blue - Lin Jen-Shin (godfat) autorequire: bindir: bin cert_chain: [] date: 2011-11-25 00:00:00.000000000 Z dependencies: [] description: ! 'A lightweight Facebook Graph API client We have moved the development from rest-graph to [rest-core][]. By now on, we would only fix bugs in rest-graph rather than adding features, and we would only backport important changes from rest-core once in a period. If you want the latest goodies, please see [rest-core][] Otherwise, you can stay with rest-graph with bugs fixes. [rest-core]: https://github.com/cardinalblue/rest-core' email: - dev (XD) cardinalblue.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .gitmodules - .travis.yml - CHANGES.md - CONTRIBUTORS - Gemfile - LICENSE - README.md - Rakefile - TODO.md - doc/ToC.md - doc/dependency.md - doc/design.md - doc/heroku-facebook.md - doc/rails.md - doc/test.md - doc/tutorial.md - example/multi/config.ru - example/multi/rainbows.rb - example/rails2/Gemfile - example/rails2/README - example/rails2/Rakefile - example/rails2/app/controllers/application_controller.rb - example/rails2/app/views/application/helper.html.erb - example/rails2/config/boot.rb - example/rails2/config/environment.rb - example/rails2/config/environments/development.rb - example/rails2/config/environments/production.rb - example/rails2/config/environments/test.rb - example/rails2/config/initializers/cookie_verification_secret.rb - example/rails2/config/initializers/new_rails_defaults.rb - example/rails2/config/initializers/session_store.rb - example/rails2/config/preinitializer.rb - example/rails2/config/rest-graph.yaml - example/rails2/config/routes.rb - example/rails2/log - example/rails2/test/functional/application_controller_test.rb - example/rails2/test/test_helper.rb - example/rails2/test/unit/rails_util_test.rb - example/rails3/Gemfile - example/rails3/Rakefile - example/rails3/app/controllers/application_controller.rb - example/rails3/app/views/application/helper.html.erb - example/rails3/config.ru - example/rails3/config/application.rb - example/rails3/config/boot.rb - example/rails3/config/environment.rb - example/rails3/config/environments/development.rb - example/rails3/config/environments/production.rb - example/rails3/config/environments/test.rb - example/rails3/config/initializers/secret_token.rb - example/rails3/config/initializers/session_store.rb - example/rails3/config/rest-graph.yaml - example/rails3/config/routes.rb - example/rails3/test/functional/application_controller_test.rb - example/rails3/test/test_helper.rb - example/rails3/test/unit/rails_util_test.rb - example/sinatra/config.ru - init.rb - lib/rest-graph.rb - lib/rest-graph/config_util.rb - lib/rest-graph/core.rb - lib/rest-graph/facebook_util.rb - lib/rest-graph/rails_util.rb - lib/rest-graph/test_util.rb - lib/rest-graph/version.rb - rest-graph.gemspec - task/.gitignore - task/gemgem.rb - test/common.rb - test/config/rest-graph.yaml - test/test_api.rb - test/test_cache.rb - test/test_default.rb - test/test_error.rb - test/test_facebook.rb - test/test_handler.rb - test/test_load_config.rb - test/test_misc.rb - test/test_multi.rb - test/test_oauth.rb - test/test_old.rb - test/test_page.rb - test/test_parse.rb - test/test_rest-graph.rb - test/test_serialize.rb - test/test_test_util.rb - test/test_timeout.rb homepage: https://github.com/cardinalblue/rest-graph 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.11 signing_key: specification_version: 3 summary: A lightweight Facebook Graph API client test_files: - test/test_api.rb - test/test_cache.rb - test/test_default.rb - test/test_error.rb - test/test_facebook.rb - test/test_handler.rb - test/test_load_config.rb - test/test_misc.rb - test/test_multi.rb - test/test_oauth.rb - test/test_old.rb - test/test_page.rb - test/test_parse.rb - test/test_rest-graph.rb - test/test_serialize.rb - test/test_test_util.rb - test/test_timeout.rb