# -*- encoding: utf-8 -*- # stub: koala 0.5.0 ruby lib Gem::Specification.new do |s| s.name = "koala".freeze s.version = "0.5.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.2".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Alex Koppel, Rafi Jacoby, Context Optional".freeze] s.date = "2010-05-08" s.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.".freeze s.email = "alex@alexkoppel.com".freeze s.extra_rdoc_files = ["CHANGELOG".freeze, "lib/http_services.rb".freeze, "lib/koala.rb".freeze] s.files = ["CHANGELOG".freeze, "Manifest".freeze, "Rakefile".freeze, "init.rb".freeze, "koala.gemspec".freeze, "lib/http_services.rb".freeze, "lib/koala.rb".freeze, "readme.md".freeze, "test/facebook_data.yml".freeze, "test/koala/facebook_no_access_token_tests.rb".freeze, "test/koala/facebook_oauth_tests.rb".freeze, "test/koala/facebook_with_access_token_tests.rb".freeze, "test/koala_tests.rb".freeze] s.homepage = "http://github.com/arsduo/koala".freeze s.rdoc_options = ["--line-numbers".freeze, "--inline-source".freeze, "--title".freeze, "Koala".freeze, "--main".freeze, "readme.md".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A lightweight, flexible library for Facebook's new Graph API".freeze end