Sha256: 0efddd156800508e174ef8982a201d4fa2a9dbcdc0f1f9b4797b0a5071f67479
Contents?: true
Size: 1.78 KB
Versions: 0
Compression: gzip
Compressed size: 835 Bytes
Stored size: 835 Bytes
Contents
--- !ruby/object:Gem::Specification name: koala version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 5 - 0 version: 0.5.0 platform: ruby authors: - Alex Koppel, Rafi Jacoby, Context Optional autorequire: bindir: bin cert_chain: [] date: 2010-05-08 00:00:00 -07:00 default_executable: dependencies: [] description: Koala is a lightweight, flexible Ruby SDK for Facebook's new Graph API. It allows read/write access to the Facebook Graph and provides OAuth URLs and cookie validation for Facebook Connect sites. Koala 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 - lib/http_services.rb - lib/koala.rb files: - CHANGELOG - Manifest - Rakefile - init.rb - lib/http_services.rb - lib/koala.rb - readme.md - test/facebook_data.yml - test/koala/facebook_no_access_token_tests.rb - test/koala/facebook_oauth_tests.rb - test/koala/facebook_with_access_token_tests.rb - test/koala_tests.rb - koala.gemspec 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's new Graph API test_files: []