ruby-html-proofer 3.19.4-1 source package in Ubuntu

Changelog

ruby-html-proofer (3.19.4-1) unstable; urgency=medium

  * Team upload.

  [ Daniel Leidert ]
  * Initial upstream branch.
  * New upstream version 3.19.2

  [ Lucas Nussbaum ]
  * New upstream version 3.19.4
  * Drop patches debian/patches/Run-command-with-correct-ruby-version.patch,
    debian/patches/Replace-nokogumbo-by-nokogiri.patch (no longer relevant
    with v3.19.4)
  * Refresh patch Dont-run-git-in-gemspec.patch
  * Remove html_spec.rb. Those tests break with recent nokogiri, and that
    feature was removed in v4.0.0 anyway. Closes: #1050581

 -- Lucas Nussbaum <email address hidden>  Wed, 30 Aug 2023 23:11:37 +0200

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Plucky release universe misc
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-html-proofer_3.19.4-1.dsc 2.2 KiB 93dcb95f50c41597ae0ea999e09645678fb85dd6a8c6bbeda4c3a77caf4261d4
ruby-html-proofer_3.19.4.orig.tar.gz 1.3 MiB a5fb7ddae4593e8016b6d8f2f7c9ecc8c5efe107e25056ebc53014bacd34ba48
ruby-html-proofer_3.19.4-1.debian.tar.xz 7.9 KiB 1910300e4ee7701e3f8bdf25e47cad97f69047a5b123c10e2cb9f02c3c9ca10b

Available diffs

No changes file available.

Binary packages built by this source

ruby-html-proofer: Test your rendered HTML files to make sure they're accurate

 HTMLProofer is 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 output.
 .
 In scope is any well-known and widely-used test for HTML document quality.
 A major use is continuous integration, so reliable results are a must have.
 Correctness is usually balanced over performance. And, if necessary, one
 should be able to trace this program's detection of HTML errors back to
 documented best practices or standards, such as W3 specifications.