# -*- encoding: utf-8 -*- # stub: facebooker 0.9.5 ruby lib Gem::Specification.new do |s| s.name = "facebooker".freeze s.version = "0.9.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Chad Fowler".freeze, "Patrick Ewing".freeze, "Mike Mangino".freeze, "Shane Vitarana".freeze] s.date = "2008-02-13" s.description = "== DESCRIPTION: Facebooker is a Ruby wrapper over the Facebook[http://facebook.com] {REST API}[http://developer.facebook.com]. Its goals are: * Idiomatic Ruby * No dependencies outside of the Ruby standard library * Concrete classes and methods modeling the Facebook data, so it's easy for a Rubyist to understand what's available * Well tested == FEATURES/PROBLEMS:".freeze s.email = "mmangino@elevatedrails.com".freeze s.extra_rdoc_files = ["CHANGELOG.txt".freeze, "History.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze, "TODO.txt".freeze, "test/fixtures/multipart_post_body_with_only_parameters.txt".freeze, "test/fixtures/multipart_post_body_with_single_file.txt".freeze, "test/fixtures/multipart_post_body_with_single_file_that_has_nil_key.txt".freeze] s.files = ["CHANGELOG.txt".freeze, "COPYING".freeze, "History.txt".freeze, "Manifest.txt".freeze, "README".freeze, "README.txt".freeze, "Rakefile".freeze, "TODO.txt".freeze, "facebooker.yml.tpl".freeze, "init.rb".freeze, "install.rb".freeze, "lib/facebooker.rb".freeze, "lib/facebooker/affiliation.rb".freeze, "lib/facebooker/album.rb".freeze, "lib/facebooker/cookie.rb".freeze, "lib/facebooker/data.rb".freeze, "lib/facebooker/education_info.rb".freeze, "lib/facebooker/event.rb".freeze, "lib/facebooker/feed.rb".freeze, "lib/facebooker/group.rb".freeze, "lib/facebooker/location.rb".freeze, "lib/facebooker/model.rb".freeze, "lib/facebooker/notifications.rb".freeze, "lib/facebooker/parser.rb".freeze, "lib/facebooker/photo.rb".freeze, "lib/facebooker/rails/controller.rb".freeze, "lib/facebooker/rails/facebook_asset_path.rb".freeze, "lib/facebooker/rails/facebook_form_builder.rb".freeze, "lib/facebooker/rails/facebook_request_fix.rb".freeze, "lib/facebooker/rails/facebook_session_handling.rb".freeze, "lib/facebooker/rails/facebook_url_rewriting.rb".freeze, "lib/facebooker/rails/helpers.rb".freeze, "lib/facebooker/rails/routing.rb".freeze, "lib/facebooker/rails/test_helpers.rb".freeze, "lib/facebooker/rails/utilities.rb".freeze, "lib/facebooker/server_cache.rb".freeze, "lib/facebooker/service.rb".freeze, "lib/facebooker/session.rb".freeze, "lib/facebooker/tag.rb".freeze, "lib/facebooker/user.rb".freeze, "lib/facebooker/version.rb".freeze, "lib/facebooker/work_info.rb".freeze, "lib/net/http_multipart_post.rb".freeze, "lib/tasks/facebooker.rake".freeze, "lib/tasks/tunnel.rake".freeze, "setup.rb".freeze, "test/event_test.rb".freeze, "test/facebook_cache_test.rb".freeze, "test/facebook_data_test.rb".freeze, "test/facebooker_test.rb".freeze, "test/fixtures/multipart_post_body_with_only_parameters.txt".freeze, "test/fixtures/multipart_post_body_with_single_file.txt".freeze, "test/fixtures/multipart_post_body_with_single_file_that_has_nil_key.txt".freeze, "test/http_multipart_post_test.rb".freeze, "test/model_test.rb".freeze, "test/rails_integration_test.rb".freeze, "test/session_test.rb".freeze, "test/test_helper.rb".freeze, "test/user_test.rb".freeze] s.rdoc_options = ["--main".freeze, "README.txt".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Pure, idiomatic Ruby wrapper for the Facebook REST API.".freeze s.test_files = ["test/test_helper.rb".freeze] s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 1.5.0".freeze]) end