# -*- encoding: utf-8 -*- # stub: ruby-readability 0.5.7 ruby lib Gem::Specification.new do |s| s.name = "ruby-readability".freeze s.version = "0.5.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Andrew Cantino".freeze, "starrhorne".freeze, "libc".freeze, "Kyle Maxwell".freeze] s.date = "2013-02-10" s.description = "Port of arc90's readability project to ruby".freeze s.email = ["andrew@iterationlabs.com".freeze] s.executables = ["readability".freeze] s.files = [".document".freeze, ".gitignore".freeze, ".rspec".freeze, "CHANGES.markdown".freeze, "Gemfile".freeze, "README.markdown".freeze, "Rakefile".freeze, "bin/readability".freeze, "lib/readability.rb".freeze, "lib/ruby-readability.rb".freeze, "ruby-readability.gemspec".freeze, "spec/fixtures/bbc.html".freeze, "spec/fixtures/cant_read.html".freeze, "spec/fixtures/images/dim_1416768a.jpg".freeze, "spec/fixtures/images/sign_up_emails_682__703711a.gif".freeze, "spec/fixtures/images/sign_up_emails_682__703712a.gif".freeze, "spec/fixtures/nytimes.html".freeze, "spec/fixtures/sample.html".freeze, "spec/fixtures/samples/blogpost_with_links-fragments.rb".freeze, "spec/fixtures/samples/blogpost_with_links.html".freeze, "spec/fixtures/samples/channel4-1-fragments.rb".freeze, "spec/fixtures/samples/channel4-1.html".freeze, "spec/fixtures/samples/foxnews-india1-fragments.rb".freeze, "spec/fixtures/samples/foxnews-india1.html".freeze, "spec/fixtures/samples/globemail-ottawa-cuts-fragments.rb".freeze, "spec/fixtures/samples/globemail-ottawa-cuts.html".freeze, "spec/fixtures/should_not_truncate.txt".freeze, "spec/fixtures/thesun.html".freeze, "spec/readability_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/iterationlabs/ruby-readability".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Port of arc90's readability project to ruby".freeze s.test_files = ["spec/fixtures/bbc.html".freeze, "spec/fixtures/cant_read.html".freeze, "spec/fixtures/images/dim_1416768a.jpg".freeze, "spec/fixtures/images/sign_up_emails_682__703711a.gif".freeze, "spec/fixtures/images/sign_up_emails_682__703712a.gif".freeze, "spec/fixtures/nytimes.html".freeze, "spec/fixtures/sample.html".freeze, "spec/fixtures/samples/blogpost_with_links-fragments.rb".freeze, "spec/fixtures/samples/blogpost_with_links.html".freeze, "spec/fixtures/samples/channel4-1-fragments.rb".freeze, "spec/fixtures/samples/channel4-1.html".freeze, "spec/fixtures/samples/foxnews-india1-fragments.rb".freeze, "spec/fixtures/samples/foxnews-india1.html".freeze, "spec/fixtures/samples/globemail-ottawa-cuts-fragments.rb".freeze, "spec/fixtures/samples/globemail-ottawa-cuts.html".freeze, "spec/fixtures/should_not_truncate.txt".freeze, "spec/fixtures/thesun.html".freeze, "spec/readability_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 2.8".freeze]) s.add_development_dependency(%q.freeze, [">= 2.8".freeze]) s.add_development_dependency(%q.freeze, [">= 1.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.4.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.0.4".freeze]) end