--- !ruby/object:Gem::Specification name: koala version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 8 - 0 version: 0.8.0 platform: ruby authors: - Alex Koppel, Chris Baclig, Rafi Jacoby, Context Optional autorequire: bindir: bin cert_chain: [] date: 2010-06-27 00:00:00 -07:00 default_executable: dependencies: [] 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 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 - readme.md - spec/facebook_data.yml - spec/koala/api_base_tests.rb - 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_with_access_token_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_with_access_token_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 - --main - readme.md require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 1 - 2 version: "1.2" requirements: [] rubyforge_project: koala rubygems_version: 1.3.6 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: []