# -*- encoding: utf-8 -*- # stub: instapaper_full 0.3.0 ruby lib Gem::Specification.new do |s| s.name = "instapaper_full".freeze s.version = "0.3.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 = ["Matt Biddulph".freeze, "Tom Taylor".freeze] s.date = "2014-07-16" s.description = "See http://www.instapaper.com/api/full".freeze s.email = ["mb@hackdiary.com".freeze, "tom@tomtaylor.co.uk".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "instapaper_full.gemspec".freeze, "lib/errors.rb".freeze, "lib/instapaper_full.rb".freeze, "lib/instapaper_full/version.rb".freeze, "test/asset_helpers.rb".freeze, "test/http_responses/access_token_failure.txt".freeze, "test/http_responses/access_token_success.txt".freeze, "test/http_responses/bookmarks_add_failure.txt".freeze, "test/http_responses/bookmarks_get_text_failure.txt".freeze, "test/http_responses/bookmarks_get_text_success.txt".freeze, "test/http_responses/bookmarks_list_success.txt".freeze, "test/http_responses/verify_credentials_success.txt".freeze, "test/instapaper_api_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/mattb/instapaper_full".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Wrapper for the Instapaper Full Developer API".freeze s.test_files = ["test/asset_helpers.rb".freeze, "test/http_responses/access_token_failure.txt".freeze, "test/http_responses/access_token_success.txt".freeze, "test/http_responses/bookmarks_add_failure.txt".freeze, "test/http_responses/bookmarks_get_text_failure.txt".freeze, "test/http_responses/bookmarks_get_text_success.txt".freeze, "test/http_responses/bookmarks_list_success.txt".freeze, "test/http_responses/verify_credentials_success.txt".freeze, "test/instapaper_api_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.4.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.7.8".freeze]) end