./www/ruby-html-proofer, Test your rendered HTML files to make sure theyre accurate

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ] [ Image Add to tracker ]


Branch: CURRENT, Version: 5.2.0, Package name: ruby32-html-proofer-5.2.0, Maintainer: ryoon

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.


Required to run:
[net/ruby-addressable] [misc/ruby-parallel] [misc/ruby-rainbow] [devel/ruby-mercenary] [lang/ruby26-base] [devel/ruby-yell] [textproc/ruby-nokogumbo]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 24 KB

Version history: (Expand)


CVS history: (Expand)


   2026-01-18 16:07:06 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-html-proofer: update to 5.2.0

5.1.0 (2025-11-04)

What's Changed

* Bump actions/checkout from 4 to 5 by @dependabot[bot] in #857
* Add benchmark to Gemfile by @denisdefreyne in #858
* Remove outdated real-world examples by @denisdefreyne in #859
* Allow support for multiple directory index files by @denisdefreyne in #860
* [skip test] Release v5.1.0 by @github-actions[bot] in #861

New Contributors

* @denisdefreyne made their first contribution in #858

5.1.1 (2025-11-17)

* Prepare for the next Ruby version

5.2.0 (2026-01-06)

What's Changed

* [skip test] Release v5.1.1 by @github-actions[bot] in #862
* Bump actions/checkout from 5 to 6 by @dependabot[bot] in #863
* Add JSON argument examples by @asbjornu in #864
* CI/CD caching requires HTMLProofer caching by @asbjornu in #865
* Simplify README by @gjtorikian in #869
* Bump the bundler-dependencies group with 2 updates by @dependabot[bot] in
  #871
* Allows access to the full Nokogiri node and all element attributes when
  processing failures by @gjtorikian in #870
   2025-05-27 18:13:46 by Takahiro Kambe | Files touched by this commit (15)
Log message:
Remove RUBY_VERSIONS_INCOMPATIBLE line which contains 31 only.
   2025-05-17 08:08:09 by Takahiro Kambe | Files touched by this commit (1)
Log message:
www/ruby-html-proofer: drop ruby31

Since devel/ruby-async drop support for Ruby 3.1, make this pacakge
incompatible to ruby31.
   2025-02-23 16:10:47 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-html-proofer: update to 5.0.10

5.0.10 (2025-02-21)

What's Changed

* Fixup typhoeus arg usage in README by @gionn in #841
* Check utf8 relative anchors by @ahpook in #842
* Fix variable assignment in index.php by @MakWigglz in #845
* Correct README example by @gjtorikian in #847
* Handle multiple srcsets when first is remote (fixes #850) by @paulroub in
  #851
* [skip test] Release v5.0.10 by @github-actions in #852

New Contributors

* @gionn made their first contribution in #841
* @ahpook made their first contribution in #842
* @MakWigglz made their first contribution in #845
* @paulroub made their first contribution in #851
   2024-05-12 18:31:37 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-html-proofer: update to 5.0.9

5.0.9 (2024-05-07)

What's Changed

* Bump actions/checkout from 3 to 4 by @dependabot in #805
* [skip test] Release v5.0.9 by @github-actions in #838

New Contributors

* @github-actions made their first contribution in #838
   2024-01-03 16:58:42 by Takahiro Kambe | Files touched by this commit (1)
Log message:
www/ruby-html-proofer: remove extra RUBY_VERSIONS_ACCEPTED
   2023-08-26 17:04:18 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-html-proofer: update to 5.0.8

5.0.8 (2023-08-06)

* docs: update changelog
* the usual workflow updates
* tweak debug tools
* add packaging task
* add ruby version
   2023-04-30 16:20:45 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-html-proofer: update to 5.0.7

5.0.7 (2023-04-18)

What's Changed

* Support multiple email addresses in mailto by @gjtorikian in #797