# -*- encoding: utf-8 -*- # stub: metainspector 5.3.1 ruby lib Gem::Specification.new do |s| s.name = "metainspector".freeze s.version = "5.3.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jaime Iniesta".freeze] s.date = "2016-09-19" s.description = "MetaInspector lets you scrape a web page and get its links, images, texts, meta tags...".freeze s.email = ["jaimeiniesta@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec.example".freeze, ".rubocop.yml.example".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "examples/basic_scraping.rb".freeze, "examples/link_checker.rb".freeze, "examples/spider.rb".freeze, "lib/meta_inspector.rb".freeze, "lib/meta_inspector/document.rb".freeze, "lib/meta_inspector/errors.rb".freeze, "lib/meta_inspector/parser.rb".freeze, "lib/meta_inspector/parsers/base.rb".freeze, "lib/meta_inspector/parsers/head_links.rb".freeze, "lib/meta_inspector/parsers/images.rb".freeze, "lib/meta_inspector/parsers/links.rb".freeze, "lib/meta_inspector/parsers/meta_tags.rb".freeze, "lib/meta_inspector/parsers/texts.rb".freeze, "lib/meta_inspector/request.rb".freeze, "lib/meta_inspector/url.rb".freeze, "lib/meta_inspector/version.rb".freeze, "lib/metainspector.rb".freeze, "meta_inspector.gemspec".freeze, "spec/document_spec.rb".freeze, "spec/fixtures/100x100.jpg.response".freeze, "spec/fixtures/10x10.jpg.response".freeze, "spec/fixtures/404.response".freeze, "spec/fixtures/alazan.com.response".freeze, "spec/fixtures/alazan_websolution.response".freeze, "spec/fixtures/broken_head_links.response".freeze, "spec/fixtures/charset_000.response".freeze, "spec/fixtures/charset_001.response".freeze, "spec/fixtures/charset_002.response".freeze, "spec/fixtures/empty_metatag_description.response".freeze, "spec/fixtures/empty_page.response".freeze, "spec/fixtures/encoding.response".freeze, "spec/fixtures/example.response".freeze, "spec/fixtures/facebook.com.response".freeze, "spec/fixtures/guardian.co.uk.response".freeze, "spec/fixtures/head_links.response".freeze, "spec/fixtures/https.facebook.com.response".freeze, "spec/fixtures/international.response".freeze, "spec/fixtures/invalid_byte_seq.response".freeze, "spec/fixtures/invalid_href.response".freeze, "spec/fixtures/iteh.at.response".freeze, "spec/fixtures/largest_image_in_html.response".freeze, "spec/fixtures/largest_image_using_image_size.response".freeze, "spec/fixtures/malformed_href.response".freeze, "spec/fixtures/malformed_image_in_html.response".freeze, "spec/fixtures/markupvalidator_faqs.response".freeze, "spec/fixtures/meta_tags.response".freeze, "spec/fixtures/no-content-type.response".freeze, "spec/fixtures/nonhttp.response".freeze, "spec/fixtures/pagerankalert-shortcut-and-icon.com.response".freeze, "spec/fixtures/pagerankalert-shortcut.com.response".freeze, "spec/fixtures/pagerankalert-touch-icon.com.response".freeze, "spec/fixtures/pagerankalert.com.response".freeze, "spec/fixtures/protocol_relative.response".freeze, "spec/fixtures/relative_links.response".freeze, "spec/fixtures/relative_links_with_base.response".freeze, "spec/fixtures/relative_og_image.response".freeze, "spec/fixtures/tea-tron.com.response".freeze, "spec/fixtures/theonion-no-description.com.response".freeze, "spec/fixtures/theonion.com.response".freeze, "spec/fixtures/title_best_choice.response".freeze, "spec/fixtures/title_in_body.response".freeze, "spec/fixtures/title_in_h1.response".freeze, "spec/fixtures/title_in_head.response".freeze, "spec/fixtures/title_in_head_with_whitespace.response".freeze, "spec/fixtures/title_not_present.response".freeze, "spec/fixtures/twitter_markupvalidator.response".freeze, "spec/fixtures/unsafe_facebook.com.response".freeze, "spec/fixtures/unsafe_https.facebook.com.response".freeze, "spec/fixtures/wordpress_site.response".freeze, "spec/fixtures/youtube.response".freeze, "spec/fixtures/youtube_short_title.response".freeze, "spec/meta_inspector/head_links_spec.rb".freeze, "spec/meta_inspector/images_spec.rb".freeze, "spec/meta_inspector/links_spec.rb".freeze, "spec/meta_inspector/meta_inspector_spec.rb".freeze, "spec/meta_inspector/meta_tags_spec.rb".freeze, "spec/meta_inspector/redirections_spec.rb".freeze, "spec/meta_inspector/texts_spec.rb".freeze, "spec/parser_spec.rb".freeze, "spec/request_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/url_spec.rb".freeze] s.homepage = "https://github.com/jaimeiniesta/metainspector".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "MetaInspector is a ruby gem for web scraping purposes, that returns metadata from a given URL".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.9".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.10".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.0.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, ["= 1.3.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.1.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end