# -*- encoding: utf-8 -*- # stub: nytimes-articles 0.4.0 ruby lib Gem::Specification.new do |s| s.name = "nytimes-articles".freeze s.version = "0.4.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 = ["Jacob Harris".freeze] s.date = "2009-07-23" s.description = "A gem for accessing the New York Times Article Search API".freeze s.email = "jharris@nytimes.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README".freeze] s.files = [".gitignore".freeze, "HISTORY".freeze, "LICENSE".freeze, "README".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "features/nytimes_articles.feature".freeze, "features/steps/nytimes_articles_steps.rb".freeze, "features/support/env.rb".freeze, "lib/nytimes_articles.rb".freeze, "lib/nytimes_articles/article.rb".freeze, "lib/nytimes_articles/base.rb".freeze, "lib/nytimes_articles/exceptions.rb".freeze, "lib/nytimes_articles/facet.rb".freeze, "lib/nytimes_articles/facet_hash.rb".freeze, "lib/nytimes_articles/query.rb".freeze, "lib/nytimes_articles/result_set.rb".freeze, "lib/nytimes_articles/thumbnail.rb".freeze, "nytimes-articles.gemspec".freeze, "script/console".freeze, "test/nytimes/articles/test_article.rb".freeze, "test/nytimes/articles/test_base.rb".freeze, "test/nytimes/articles/test_facet.rb".freeze, "test/nytimes/articles/test_query.rb".freeze, "test/nytimes/articles/test_result_set.rb".freeze, "test/nytimes/articles/test_thumbnail.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/harrisj/nytimes-articles".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.requirements = ["Unicode".freeze, "The htmlentities gem".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A gem for accessing the NYTimes Article Search API".freeze s.test_files = ["test/nytimes/articles/test_article.rb".freeze, "test/nytimes/articles/test_base.rb".freeze, "test/nytimes/articles/test_facet.rb".freeze, "test/nytimes/articles/test_query.rb".freeze, "test/nytimes/articles/test_result_set.rb".freeze, "test/nytimes/articles/test_thumbnail.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end