# -*- encoding: utf-8 -*- # stub: npr 3.0.0 ruby lib Gem::Specification.new do |s| s.name = "npr".freeze s.version = "3.0.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 = ["Bryan Ricker".freeze] s.date = "2016-04-04" s.description = "NPR (npr.org) is a news organization. This gem helps you pull NPR content with a nice Ruby DSL.".freeze s.email = ["bricker@scpr.org".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/npr.rb".freeze, "lib/npr/api.rb".freeze, "lib/npr/api/client.rb".freeze, "lib/npr/api/message.rb".freeze, "lib/npr/api/query_builder.rb".freeze, "lib/npr/api/response.rb".freeze, "lib/npr/concern.rb".freeze, "lib/npr/concern/attr_typecast.rb".freeze, "lib/npr/concern/links_association.rb".freeze, "lib/npr/concern/relation.rb".freeze, "lib/npr/concern/shallow_attributes.rb".freeze, "lib/npr/configuration.rb".freeze, "lib/npr/core_ext/array/wrap.rb".freeze, "lib/npr/entity.rb".freeze, "lib/npr/entity/audio.rb".freeze, "lib/npr/entity/author.rb".freeze, "lib/npr/entity/base.rb".freeze, "lib/npr/entity/book.rb".freeze, "lib/npr/entity/book_edition.rb".freeze, "lib/npr/entity/byline.rb".freeze, "lib/npr/entity/collection.rb".freeze, "lib/npr/entity/crop.rb".freeze, "lib/npr/entity/enlargement.rb".freeze, "lib/npr/entity/external_asset.rb".freeze, "lib/npr/entity/formats.rb".freeze, "lib/npr/entity/image.rb".freeze, "lib/npr/entity/intro_text.rb".freeze, "lib/npr/entity/link.rb".freeze, "lib/npr/entity/list.rb".freeze, "lib/npr/entity/list_text.rb".freeze, "lib/npr/entity/member.rb".freeze, "lib/npr/entity/member_byline.rb".freeze, "lib/npr/entity/member_promo_art.rb".freeze, "lib/npr/entity/mp3.rb".freeze, "lib/npr/entity/name.rb".freeze, "lib/npr/entity/organization.rb".freeze, "lib/npr/entity/paragraph.rb".freeze, "lib/npr/entity/parent.rb".freeze, "lib/npr/entity/permissions.rb".freeze, "lib/npr/entity/program.rb".freeze, "lib/npr/entity/promo_art.rb".freeze, "lib/npr/entity/promo_art_book_edition.rb".freeze, "lib/npr/entity/provider.rb".freeze, "lib/npr/entity/pull_quote.rb".freeze, "lib/npr/entity/related_link.rb".freeze, "lib/npr/entity/show.rb".freeze, "lib/npr/entity/story.rb".freeze, "lib/npr/entity/stream.rb".freeze, "lib/npr/entity/text.rb".freeze, "lib/npr/entity/title.rb".freeze, "lib/npr/entity/transcript.rb".freeze, "lib/npr/errors.rb".freeze, "lib/npr/version.rb".freeze, "npr.gemspec".freeze, "spec/fixtures/README.md".freeze, "spec/fixtures/atom/01_story_full_media.atom".freeze, "spec/fixtures/atom/02_story_multiple_images.atom".freeze, "spec/fixtures/atom/03_no_results.atom".freeze, "spec/fixtures/atom/04_invalid_id.atom".freeze, "spec/fixtures/atom/05_no_api_key.atom".freeze, "spec/fixtures/atom/06_story_multiple_ids.atom".freeze, "spec/fixtures/fetch_formats.rb".freeze, "spec/fixtures/html/01_story_full_media.html".freeze, "spec/fixtures/html/02_story_multiple_images.html".freeze, "spec/fixtures/html/03_no_results.html".freeze, "spec/fixtures/html/04_invalid_id.html".freeze, "spec/fixtures/html/05_no_api_key.html".freeze, "spec/fixtures/html/06_story_multiple_ids.html".freeze, "spec/fixtures/js/01_story_full_media.js".freeze, "spec/fixtures/js/02_story_multiple_images.js".freeze, "spec/fixtures/js/03_no_results.js".freeze, "spec/fixtures/js/04_invalid_id.js".freeze, "spec/fixtures/js/05_no_api_key.js".freeze, "spec/fixtures/js/06_story_multiple_ids.js".freeze, "spec/fixtures/json/01_story_full_media.json".freeze, "spec/fixtures/json/02_story_multiple_images.json".freeze, "spec/fixtures/json/03_no_results.json".freeze, "spec/fixtures/json/04_invalid_id.json".freeze, "spec/fixtures/json/05_no_api_key.json".freeze, "spec/fixtures/json/06_story_multiple_ids.json".freeze, "spec/fixtures/json/list.json".freeze, "spec/fixtures/mediarss/01_story_full_media.rss".freeze, "spec/fixtures/mediarss/02_story_multiple_images.rss".freeze, "spec/fixtures/mediarss/03_no_results.rss".freeze, "spec/fixtures/mediarss/04_invalid_id.rss".freeze, "spec/fixtures/mediarss/05_no_api_key.rss".freeze, "spec/fixtures/mediarss/06_story_multiple_ids.rss".freeze, "spec/fixtures/nprml/01_story_full_media.xml".freeze, "spec/fixtures/nprml/02_story_multiple_images.xml".freeze, "spec/fixtures/nprml/03_no_results.xml".freeze, "spec/fixtures/nprml/04_invalid_id.xml".freeze, "spec/fixtures/nprml/05_no_api_key.xml".freeze, "spec/fixtures/nprml/06_story_multiple_ids.xml".freeze, "spec/fixtures/nprml/list.xml".freeze, "spec/fixtures/podcast/01_story_full_media.rss".freeze, "spec/fixtures/podcast/02_story_multiple_images.rss".freeze, "spec/fixtures/podcast/03_no_results.rss".freeze, "spec/fixtures/podcast/04_invalid_id.rss".freeze, "spec/fixtures/podcast/05_no_api_key.rss".freeze, "spec/fixtures/podcast/06_story_multiple_ids.rss".freeze, "spec/fixtures/rss/01_story_full_media.rss".freeze, "spec/fixtures/rss/02_story_multiple_images.rss".freeze, "spec/fixtures/rss/03_no_results.rss".freeze, "spec/fixtures/rss/04_invalid_id.rss".freeze, "spec/fixtures/rss/05_no_api_key.rss".freeze, "spec/fixtures/rss/06_story_multiple_ids.rss".freeze, "spec/live.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/config_helper.rb".freeze, "spec/support/fake_response.rb".freeze, "spec/support/fixture_helper.rb".freeze, "spec/unit/api/client_spec.rb".freeze, "spec/unit/api/message_spec.rb".freeze, "spec/unit/api/query_builder_spec.rb".freeze, "spec/unit/api/response_spec.rb".freeze, "spec/unit/configuration_spec.rb".freeze, "spec/unit/entity/audio_spec.rb".freeze, "spec/unit/entity/author_spec.rb".freeze, "spec/unit/entity/base_spec.rb".freeze, "spec/unit/entity/book_edition_spec.rb".freeze, "spec/unit/entity/book_spec.rb".freeze, "spec/unit/entity/byline_spec.rb".freeze, "spec/unit/entity/collection_spec.rb".freeze, "spec/unit/entity/crop_spec.rb".freeze, "spec/unit/entity/englargement_spec.rb".freeze, "spec/unit/entity/external_assset_spec.rb".freeze, "spec/unit/entity/formats_spec.rb".freeze, "spec/unit/entity/image_spec.rb".freeze, "spec/unit/entity/intro_text_spec.rb".freeze, "spec/unit/entity/link_spec.rb".freeze, "spec/unit/entity/list_spec.rb".freeze, "spec/unit/entity/list_text_spec.rb".freeze, "spec/unit/entity/member_byline_spec.rb".freeze, "spec/unit/entity/member_promo_art_spec.rb".freeze, "spec/unit/entity/member_spec.rb".freeze, "spec/unit/entity/mp3_spec.rb".freeze, "spec/unit/entity/name_spec.rb".freeze, "spec/unit/entity/organization_spec.rb".freeze, "spec/unit/entity/paragraph_spec.rb".freeze, "spec/unit/entity/parent_spec.rb".freeze, "spec/unit/entity/permissions_spec.rb".freeze, "spec/unit/entity/program_spec.rb".freeze, "spec/unit/entity/promo_art_book_edition_spec.rb".freeze, "spec/unit/entity/promo_art_spec.rb".freeze, "spec/unit/entity/pull_quote_spec.rb".freeze, "spec/unit/entity/related_link_spec.rb".freeze, "spec/unit/entity/show_spec.rb".freeze, "spec/unit/entity/story_spec.rb".freeze, "spec/unit/entity/stream_spec.rb".freeze, "spec/unit/entity/text_spec.rb".freeze, "spec/unit/entity/title_spec.rb".freeze, "spec/unit/entity/transcript_spec.rb".freeze] s.homepage = "http://github.com/bricker/npr".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A Ruby client for the NPR API".freeze s.test_files = ["spec/fixtures/README.md".freeze, "spec/fixtures/atom/01_story_full_media.atom".freeze, "spec/fixtures/atom/02_story_multiple_images.atom".freeze, "spec/fixtures/atom/03_no_results.atom".freeze, "spec/fixtures/atom/04_invalid_id.atom".freeze, "spec/fixtures/atom/05_no_api_key.atom".freeze, "spec/fixtures/atom/06_story_multiple_ids.atom".freeze, "spec/fixtures/fetch_formats.rb".freeze, "spec/fixtures/html/01_story_full_media.html".freeze, "spec/fixtures/html/02_story_multiple_images.html".freeze, "spec/fixtures/html/03_no_results.html".freeze, "spec/fixtures/html/04_invalid_id.html".freeze, "spec/fixtures/html/05_no_api_key.html".freeze, "spec/fixtures/html/06_story_multiple_ids.html".freeze, "spec/fixtures/js/01_story_full_media.js".freeze, "spec/fixtures/js/02_story_multiple_images.js".freeze, "spec/fixtures/js/03_no_results.js".freeze, "spec/fixtures/js/04_invalid_id.js".freeze, "spec/fixtures/js/05_no_api_key.js".freeze, "spec/fixtures/js/06_story_multiple_ids.js".freeze, "spec/fixtures/json/01_story_full_media.json".freeze, "spec/fixtures/json/02_story_multiple_images.json".freeze, "spec/fixtures/json/03_no_results.json".freeze, "spec/fixtures/json/04_invalid_id.json".freeze, "spec/fixtures/json/05_no_api_key.json".freeze, "spec/fixtures/json/06_story_multiple_ids.json".freeze, "spec/fixtures/json/list.json".freeze, "spec/fixtures/mediarss/01_story_full_media.rss".freeze, "spec/fixtures/mediarss/02_story_multiple_images.rss".freeze, "spec/fixtures/mediarss/03_no_results.rss".freeze, "spec/fixtures/mediarss/04_invalid_id.rss".freeze, "spec/fixtures/mediarss/05_no_api_key.rss".freeze, "spec/fixtures/mediarss/06_story_multiple_ids.rss".freeze, "spec/fixtures/nprml/01_story_full_media.xml".freeze, "spec/fixtures/nprml/02_story_multiple_images.xml".freeze, "spec/fixtures/nprml/03_no_results.xml".freeze, "spec/fixtures/nprml/04_invalid_id.xml".freeze, "spec/fixtures/nprml/05_no_api_key.xml".freeze, "spec/fixtures/nprml/06_story_multiple_ids.xml".freeze, "spec/fixtures/nprml/list.xml".freeze, "spec/fixtures/podcast/01_story_full_media.rss".freeze, "spec/fixtures/podcast/02_story_multiple_images.rss".freeze, "spec/fixtures/podcast/03_no_results.rss".freeze, "spec/fixtures/podcast/04_invalid_id.rss".freeze, "spec/fixtures/podcast/05_no_api_key.rss".freeze, "spec/fixtures/podcast/06_story_multiple_ids.rss".freeze, "spec/fixtures/rss/01_story_full_media.rss".freeze, "spec/fixtures/rss/02_story_multiple_images.rss".freeze, "spec/fixtures/rss/03_no_results.rss".freeze, "spec/fixtures/rss/04_invalid_id.rss".freeze, "spec/fixtures/rss/05_no_api_key.rss".freeze, "spec/fixtures/rss/06_story_multiple_ids.rss".freeze, "spec/live.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/config_helper.rb".freeze, "spec/support/fake_response.rb".freeze, "spec/support/fixture_helper.rb".freeze, "spec/unit/api/client_spec.rb".freeze, "spec/unit/api/message_spec.rb".freeze, "spec/unit/api/query_builder_spec.rb".freeze, "spec/unit/api/response_spec.rb".freeze, "spec/unit/configuration_spec.rb".freeze, "spec/unit/entity/audio_spec.rb".freeze, "spec/unit/entity/author_spec.rb".freeze, "spec/unit/entity/base_spec.rb".freeze, "spec/unit/entity/book_edition_spec.rb".freeze, "spec/unit/entity/book_spec.rb".freeze, "spec/unit/entity/byline_spec.rb".freeze, "spec/unit/entity/collection_spec.rb".freeze, "spec/unit/entity/crop_spec.rb".freeze, "spec/unit/entity/englargement_spec.rb".freeze, "spec/unit/entity/external_assset_spec.rb".freeze, "spec/unit/entity/formats_spec.rb".freeze, "spec/unit/entity/image_spec.rb".freeze, "spec/unit/entity/intro_text_spec.rb".freeze, "spec/unit/entity/link_spec.rb".freeze, "spec/unit/entity/list_spec.rb".freeze, "spec/unit/entity/list_text_spec.rb".freeze, "spec/unit/entity/member_byline_spec.rb".freeze, "spec/unit/entity/member_promo_art_spec.rb".freeze, "spec/unit/entity/member_spec.rb".freeze, "spec/unit/entity/mp3_spec.rb".freeze, "spec/unit/entity/name_spec.rb".freeze, "spec/unit/entity/organization_spec.rb".freeze, "spec/unit/entity/paragraph_spec.rb".freeze, "spec/unit/entity/parent_spec.rb".freeze, "spec/unit/entity/permissions_spec.rb".freeze, "spec/unit/entity/program_spec.rb".freeze, "spec/unit/entity/promo_art_book_edition_spec.rb".freeze, "spec/unit/entity/promo_art_spec.rb".freeze, "spec/unit/entity/pull_quote_spec.rb".freeze, "spec/unit/entity/related_link_spec.rb".freeze, "spec/unit/entity/show_spec.rb".freeze, "spec/unit/entity/story_spec.rb".freeze, "spec/unit/entity/stream_spec.rb".freeze, "spec/unit/entity/text_spec.rb".freeze, "spec/unit/entity/title_spec.rb".freeze, "spec/unit/entity/transcript_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.8.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.9.0".freeze]) s.add_development_dependency(%q.freeze, [">= 1.11.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end