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

Changelog

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

  * Team upload
  * Add patch to skip tests that need VCR
  * Drop build dependency on ruby-vcr
  * Drop build dependency on ruby-pry-byebug

 -- Antonio Terceiro <email address hidden>  Wed, 23 Apr 2025 20:09:50 -0300

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
Resolute release universe misc
Questing release universe misc

Builds

Questing: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-html-proofer_3.19.4-2.dsc 2.2 KiB 6a663c580d3371ee4972dcbc9bbee5b22b363d1b421b2754288419c52767abc7
ruby-html-proofer_3.19.4.orig.tar.gz 1.3 MiB a5fb7ddae4593e8016b6d8f2f7c9ecc8c5efe107e25056ebc53014bacd34ba48
ruby-html-proofer_3.19.4-2.debian.tar.xz 8.5 KiB b0e3254680bf4f5375a5d8d9a8df7d14f851dedd7b151af78d82d25938a06ede

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.