--- !ruby/object:Gem::Specification name: koala version: !ruby/object:Gem::Version hash: 31098193 prerelease: 6 segments: - 1 - 0 - 0 - beta version: 1.0.0.beta platform: ruby authors: - Alex Koppel, Chris Baclig, Rafi Jacoby, Context Optional autorequire: bindir: bin cert_chain: [] date: 2011-01-26 00:00:00 +01:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: json prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 15 segments: - 1 - 0 version: "1.0" type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: multipart-post prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 15 segments: - 1 - 0 version: "1.0" type: :runtime version_requirements: *id002 description: Koala is a lightweight, flexible Ruby SDK for Facebook. It allows read/write access to the social graph via the Graph API and the older REST API, as well as support for realtime updates and OAuth and Facebook Connect authentication. Koala is fully tested and supports Net::HTTP and Typhoeus connections out of the box and can accept custom modules for other services. email: alex@alexkoppel.com executables: [] extensions: [] extra_rdoc_files: - CHANGELOG - LICENSE - lib/koala.rb - lib/koala/graph_api.rb - lib/koala/http_services.rb - lib/koala/realtime_updates.rb - lib/koala/rest_api.rb - lib/koala/test_users.rb files: - CHANGELOG - LICENSE - Manifest - Rakefile - init.rb - koala.gemspec - lib/koala.rb - lib/koala/graph_api.rb - lib/koala/http_services.rb - lib/koala/realtime_updates.rb - lib/koala/rest_api.rb - lib/koala/test_users.rb - readme.md - spec/facebook_data.yml - spec/koala/api_base_tests.rb - spec/koala/assets/beach.jpg - spec/koala/graph_and_rest_api/graph_and_rest_api_no_token_tests.rb - spec/koala/graph_and_rest_api/graph_and_rest_api_with_token_tests.rb - spec/koala/graph_api/graph_api_no_access_token_tests.rb - spec/koala/graph_api/graph_api_tests.rb - spec/koala/graph_api/graph_api_with_access_token_tests.rb - spec/koala/graph_api/graph_collection_tests.rb - spec/koala/live_testing_data_helper.rb - spec/koala/net_http_service_tests.rb - spec/koala/oauth/oauth_tests.rb - spec/koala/realtime_updates/realtime_updates_tests.rb - spec/koala/rest_api/rest_api_no_access_token_tests.rb - spec/koala/rest_api/rest_api_tests.rb - spec/koala/rest_api/rest_api_with_access_token_tests.rb - spec/koala/test_users/test_users_tests.rb - spec/koala/typhoeus_service_tests.rb - spec/koala_spec.rb - spec/koala_spec_helper.rb - spec/koala_spec_without_mocks.rb - spec/mock_facebook_responses.yml - spec/mock_http_service.rb has_rdoc: true homepage: http://github.com/arsduo/koala licenses: [] post_install_message: rdoc_options: - --line-numbers - --inline-source - --title - Koala require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 11 segments: - 1 - 2 version: "1.2" requirements: [] rubyforge_project: koala rubygems_version: 1.4.2 signing_key: specification_version: 3 summary: A lightweight, flexible library for Facebook with support for the Graph API, the old REST API, realtime updates, and OAuth validation. test_files: []