# -*- encoding: utf-8 -*- # stub: instapaper 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "instapaper".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Douglas Willcocks".freeze] s.date = "2009-02-17" s.description = "A simple wrapper for the Instapaper API".freeze s.email = ["douglas.willcocks@gmail.com".freeze] s.extra_rdoc_files = ["History.txt".freeze, "Manifest.txt".freeze, "PostInstall.txt".freeze, "README.rdoc".freeze, "website/index.txt".freeze] s.files = ["History.txt".freeze, "Manifest.txt".freeze, "PostInstall.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "config/hoe.rb".freeze, "config/requirements.rb".freeze, "lib/instapaper.rb".freeze, "lib/instapaper/base.rb".freeze, "lib/instapaper/constants.rb".freeze, "lib/instapaper/exceptions.rb".freeze, "lib/instapaper/protocol.rb".freeze, "lib/instapaper/request.rb".freeze, "lib/instapaper/request/abstract_request.rb".freeze, "lib/instapaper/request/add_url_request.rb".freeze, "lib/instapaper/request/authentication_request.rb".freeze, "lib/instapaper/request/request_error.rb".freeze, "lib/instapaper/request/request_errors.rb".freeze, "lib/instapaper/request/request_validation.rb".freeze, "lib/instapaper/response.rb".freeze, "lib/instapaper/response/abstract_response.rb".freeze, "lib/instapaper/response/add_url_success_response.rb".freeze, "lib/instapaper/response/authentication_invalid_response.rb".freeze, "lib/instapaper/response/authentication_success_response.rb".freeze, "lib/instapaper/response/bad_request_response.rb".freeze, "lib/instapaper/response/response_builder.rb".freeze, "lib/instapaper/response/service_error_response.rb".freeze, "lib/instapaper/version.rb".freeze, "script/console".freeze, "script/destroy".freeze, "script/generate".freeze, "script/txt2html".freeze, "setup.rb".freeze, "tasks/deployment.rake".freeze, "tasks/environment.rake".freeze, "tasks/website.rake".freeze, "test/test_auth.rb".freeze, "test/test_error.rb".freeze, "test/test_helper.rb".freeze, "test/test_instapaper.rb".freeze, "test/test_request.rb".freeze, "website/index.html".freeze, "website/index.txt".freeze, "website/javascripts/rounded_corners_lite.inc.js".freeze, "website/stylesheets/screen.css".freeze, "website/template.html.erb".freeze] s.homepage = "http://instapaper.rubyforge.org".freeze s.post_install_message = "".freeze s.rdoc_options = ["--main".freeze, "README.rdoc".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A simple wrapper for the Instapaper API".freeze s.test_files = ["test/test_auth.rb".freeze, "test/test_error.rb".freeze, "test/test_helper.rb".freeze, "test/test_instapaper.rb".freeze, "test/test_request.rb".freeze] s.specification_version = 2 s.add_development_dependency(%q.freeze, [">= 1.8.0".freeze]) end