--- !ruby/object:Gem::Specification name: html-proofer version: !ruby/object:Gem::Version version: 1.1.6 platform: ruby authors: - Garen Torikian autorequire: bindir: bin cert_chain: [] date: 2014-08-08 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: mercenary requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.3.2 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.3.2 - !ruby/object:Gem::Dependency name: nokogiri requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.5' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.5' - !ruby/object:Gem::Dependency name: colored requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.2' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.2' - !ruby/object:Gem::Dependency name: typhoeus requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.6.7 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.6.7 - !ruby/object:Gem::Dependency name: yell requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' - !ruby/object:Gem::Dependency name: html-pipeline requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.8' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.8' - !ruby/object:Gem::Dependency name: escape_utils requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.0' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.13.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.13.0 - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: Test your rendered HTML files to make sure they're accurate. email: - gjtorikian@gmail.com executables: - htmlproof extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".travis.yml" - Gemfile - LICENSE.txt - README.md - Rakefile - bin/htmlproof - html-proofer.gemspec - lib/html/proofer.rb - lib/html/proofer/check.rb - lib/html/proofer/checkable.rb - lib/html/proofer/checks.rb - lib/html/proofer/checks/favicon.rb - lib/html/proofer/checks/images.rb - lib/html/proofer/checks/links.rb - lib/html/proofer/checks/scripts.rb - spec/html/proofer/favicon_spec.rb - spec/html/proofer/fixtures/favicon/favicon_absent.html - spec/html/proofer/fixtures/favicon/favicon_absent_apple.html - spec/html/proofer/fixtures/favicon/favicon_broken.html - spec/html/proofer/fixtures/favicon/favicon_broken_but_ignored.html - spec/html/proofer/fixtures/favicon/favicon_present.html - spec/html/proofer/fixtures/favicon/favicon_present_shortcut.html - spec/html/proofer/fixtures/images/existingImageExternal.html - spec/html/proofer/fixtures/images/gpl.png - spec/html/proofer/fixtures/images/ignorableAltViaOptions.html - spec/html/proofer/fixtures/images/ignorableImages.html - spec/html/proofer/fixtures/images/ignoreAltButNotLink.html - spec/html/proofer/fixtures/images/image_missing_protocol_invalid.html - spec/html/proofer/fixtures/images/image_missing_protocol_valid.html - spec/html/proofer/fixtures/images/missingImageAlt.html - spec/html/proofer/fixtures/images/missingImageAltText.html - spec/html/proofer/fixtures/images/missingImageExternal.html - spec/html/proofer/fixtures/images/missingImageInternal.html - spec/html/proofer/fixtures/images/missingImageSrc.html - spec/html/proofer/fixtures/images/relativeToSelf.html - spec/html/proofer/fixtures/images/rootRelativeImages.html - spec/html/proofer/fixtures/images/terribleImageName.html - spec/html/proofer/fixtures/images/workingDataURIImage.html - spec/html/proofer/fixtures/links/anchors_in_pre.html - spec/html/proofer/fixtures/links/blank_mailto_link.html - spec/html/proofer/fixtures/links/blank_tel_link.html - spec/html/proofer/fixtures/links/brokenHashExternal.html - spec/html/proofer/fixtures/links/brokenHashInternal.html - spec/html/proofer/fixtures/links/brokenInternalLink.html - spec/html/proofer/fixtures/links/brokenLinkExternal.html - spec/html/proofer/fixtures/links/brokenLinkInternal.html - spec/html/proofer/fixtures/links/brokenLinkWithNumber.html - spec/html/proofer/fixtures/links/checkSSLLinks.html - spec/html/proofer/fixtures/links/folder/anchorLink.html - spec/html/proofer/fixtures/links/folder/assets/barrel.png - spec/html/proofer/fixtures/links/folder/index.html - spec/html/proofer/fixtures/links/folder/relativeImage.html - spec/html/proofer/fixtures/links/gpl.png - spec/html/proofer/fixtures/links/head_link_href.html - spec/html/proofer/fixtures/links/head_link_href_absent.html - spec/html/proofer/fixtures/links/head_link_href_empty.html - spec/html/proofer/fixtures/links/ignorableLinks.html - spec/html/proofer/fixtures/links/ignorableLinksViaOptions.html - spec/html/proofer/fixtures/links/index.html - spec/html/proofer/fixtures/links/javascript_link.html - spec/html/proofer/fixtures/links/linkToFolder.html - spec/html/proofer/fixtures/links/linkTranslatedViaHrefSwap.html - spec/html/proofer/fixtures/links/linkWithHttps.html - spec/html/proofer/fixtures/links/linkWithRedirect.html - spec/html/proofer/fixtures/links/link_directory_without_slash.html - spec/html/proofer/fixtures/links/link_missing_protocol_invalid.html - spec/html/proofer/fixtures/links/link_missing_protocol_valid.html - spec/html/proofer/fixtures/links/links_in_pre.html - spec/html/proofer/fixtures/links/mailto_link.html - spec/html/proofer/fixtures/links/missingLinkHref.html - spec/html/proofer/fixtures/links/multipleProblems.html - spec/html/proofer/fixtures/links/notarealhash.html - spec/html/proofer/fixtures/links/relativeLinks.html - spec/html/proofer/fixtures/links/rootLink.html - spec/html/proofer/fixtures/links/tel_link.html - spec/html/proofer/fixtures/resources/Screen Shot 2012-08-09 at 7.51.18 AM.png - spec/html/proofer/fixtures/resources/books/assets/getting-good-with-git.jpg - spec/html/proofer/fixtures/resources/books/assets/pro-git.jpg - spec/html/proofer/fixtures/resources/books/assets/version-control-with-git.jpg - spec/html/proofer/fixtures/resources/books/nestedRelativeImages.html - spec/html/proofer/fixtures/resources/gpl.png - spec/html/proofer/fixtures/scripts/script.js - spec/html/proofer/fixtures/scripts/script_broken_external.html - spec/html/proofer/fixtures/scripts/script_content.html - spec/html/proofer/fixtures/scripts/script_content_absent.html - spec/html/proofer/fixtures/scripts/script_in_pre.html - spec/html/proofer/fixtures/scripts/script_missing_internal.html - spec/html/proofer/fixtures/scripts/script_valid_internal.html - spec/html/proofer/images_spec.rb - spec/html/proofer/links_spec.rb - spec/html/proofer/scripts_spec.rb - spec/html/proofer_spec.rb - spec/spec_helper.rb homepage: https://github.com/gjtorikian/html-proofer licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.2.2 signing_key: specification_version: 4 summary: A set of tests to validate your HTML output. These tests check if your image references are legitimate, if they have alt tags, if your internal links are working, and so on. It's intended to be an all-in-one checker for your documentation output. test_files: - spec/html/proofer/favicon_spec.rb - spec/html/proofer/fixtures/favicon/favicon_absent.html - spec/html/proofer/fixtures/favicon/favicon_absent_apple.html - spec/html/proofer/fixtures/favicon/favicon_broken.html - spec/html/proofer/fixtures/favicon/favicon_broken_but_ignored.html - spec/html/proofer/fixtures/favicon/favicon_present.html - spec/html/proofer/fixtures/favicon/favicon_present_shortcut.html - spec/html/proofer/fixtures/images/existingImageExternal.html - spec/html/proofer/fixtures/images/gpl.png - spec/html/proofer/fixtures/images/ignorableAltViaOptions.html - spec/html/proofer/fixtures/images/ignorableImages.html - spec/html/proofer/fixtures/images/ignoreAltButNotLink.html - spec/html/proofer/fixtures/images/image_missing_protocol_invalid.html - spec/html/proofer/fixtures/images/image_missing_protocol_valid.html - spec/html/proofer/fixtures/images/missingImageAlt.html - spec/html/proofer/fixtures/images/missingImageAltText.html - spec/html/proofer/fixtures/images/missingImageExternal.html - spec/html/proofer/fixtures/images/missingImageInternal.html - spec/html/proofer/fixtures/images/missingImageSrc.html - spec/html/proofer/fixtures/images/relativeToSelf.html - spec/html/proofer/fixtures/images/rootRelativeImages.html - spec/html/proofer/fixtures/images/terribleImageName.html - spec/html/proofer/fixtures/images/workingDataURIImage.html - spec/html/proofer/fixtures/links/anchors_in_pre.html - spec/html/proofer/fixtures/links/blank_mailto_link.html - spec/html/proofer/fixtures/links/blank_tel_link.html - spec/html/proofer/fixtures/links/brokenHashExternal.html - spec/html/proofer/fixtures/links/brokenHashInternal.html - spec/html/proofer/fixtures/links/brokenInternalLink.html - spec/html/proofer/fixtures/links/brokenLinkExternal.html - spec/html/proofer/fixtures/links/brokenLinkInternal.html - spec/html/proofer/fixtures/links/brokenLinkWithNumber.html - spec/html/proofer/fixtures/links/checkSSLLinks.html - spec/html/proofer/fixtures/links/folder/anchorLink.html - spec/html/proofer/fixtures/links/folder/assets/barrel.png - spec/html/proofer/fixtures/links/folder/index.html - spec/html/proofer/fixtures/links/folder/relativeImage.html - spec/html/proofer/fixtures/links/gpl.png - spec/html/proofer/fixtures/links/head_link_href.html - spec/html/proofer/fixtures/links/head_link_href_absent.html - spec/html/proofer/fixtures/links/head_link_href_empty.html - spec/html/proofer/fixtures/links/ignorableLinks.html - spec/html/proofer/fixtures/links/ignorableLinksViaOptions.html - spec/html/proofer/fixtures/links/index.html - spec/html/proofer/fixtures/links/javascript_link.html - spec/html/proofer/fixtures/links/linkToFolder.html - spec/html/proofer/fixtures/links/linkTranslatedViaHrefSwap.html - spec/html/proofer/fixtures/links/linkWithHttps.html - spec/html/proofer/fixtures/links/linkWithRedirect.html - spec/html/proofer/fixtures/links/link_directory_without_slash.html - spec/html/proofer/fixtures/links/link_missing_protocol_invalid.html - spec/html/proofer/fixtures/links/link_missing_protocol_valid.html - spec/html/proofer/fixtures/links/links_in_pre.html - spec/html/proofer/fixtures/links/mailto_link.html - spec/html/proofer/fixtures/links/missingLinkHref.html - spec/html/proofer/fixtures/links/multipleProblems.html - spec/html/proofer/fixtures/links/notarealhash.html - spec/html/proofer/fixtures/links/relativeLinks.html - spec/html/proofer/fixtures/links/rootLink.html - spec/html/proofer/fixtures/links/tel_link.html - spec/html/proofer/fixtures/resources/Screen Shot 2012-08-09 at 7.51.18 AM.png - spec/html/proofer/fixtures/resources/books/assets/getting-good-with-git.jpg - spec/html/proofer/fixtures/resources/books/assets/pro-git.jpg - spec/html/proofer/fixtures/resources/books/assets/version-control-with-git.jpg - spec/html/proofer/fixtures/resources/books/nestedRelativeImages.html - spec/html/proofer/fixtures/resources/gpl.png - spec/html/proofer/fixtures/scripts/script.js - spec/html/proofer/fixtures/scripts/script_broken_external.html - spec/html/proofer/fixtures/scripts/script_content.html - spec/html/proofer/fixtures/scripts/script_content_absent.html - spec/html/proofer/fixtures/scripts/script_in_pre.html - spec/html/proofer/fixtures/scripts/script_missing_internal.html - spec/html/proofer/fixtures/scripts/script_valid_internal.html - spec/html/proofer/images_spec.rb - spec/html/proofer/links_spec.rb - spec/html/proofer/scripts_spec.rb - spec/html/proofer_spec.rb - spec/spec_helper.rb