forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ruby-loofah to 2.5.0. ## 2.5.0 / 2020-04-05 ### Features * Allow more CSS length units: "ch", "vw", "vh", "Q", "lh", "vmin", "vmax". [#178] (Thanks, @JuanitoFatas!) ### Fixes * Remove comments from `Loofah::HTML::Document`s that exist outside the `html` element. [#80] ### Other changes * Gem metadata being set [#181] (Thanks, @JuanitoFatas!) * Test files removed from gem file [#180,#166,#159] (Thanks, @JuanitoFatas and @greysteil!)
- Loading branch information
taca
committed
May 17, 2020
1 parent
cd74a26
commit 7853ab5
Showing
3 changed files
with
8 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.7 2020/03/21 17:01:18 taca Exp $ | ||
# $NetBSD: Makefile,v 1.8 2020/05/17 15:59:29 taca Exp $ | ||
|
||
DISTNAME= loofah-2.4.0 | ||
DISTNAME= loofah-2.5.0 | ||
CATEGORIES= www | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.7 2020/03/21 17:01:18 taca Exp $ | ||
$NetBSD: distinfo,v 1.8 2020/05/17 15:59:29 taca Exp $ | ||
|
||
SHA1 (loofah-2.4.0.gem) = e48493b52483742bd4fffdd47886c4668c9f032b | ||
RMD160 (loofah-2.4.0.gem) = 0d9145241ea1c675d6dc3545d6172c4b76fe02b1 | ||
SHA512 (loofah-2.4.0.gem) = 95bea374c0cf9e49becd4533c141a6ebb388f4ae0a1c27263612d3a4089177fd97956e4fbe7a8c8a8b17d8d69387e4629cf7c004f17008fb592f6b71297ed22a | ||
Size (loofah-2.4.0.gem) = 68096 bytes | ||
SHA1 (loofah-2.5.0.gem) = e48801969d54673e53ff4ad11a49227545ce4200 | ||
RMD160 (loofah-2.5.0.gem) = 6cbd617eda6948147b19533ca3ac73bdaa864d61 | ||
SHA512 (loofah-2.5.0.gem) = 565b55f50a215642c020308afe3a032b31d6e5f98bd4e40299ce276440e57abc44e663933ed7b674727696542944ca3f4108ab9ee99fb9826570f0d149893fe5 | ||
Size (loofah-2.5.0.gem) = 53248 bytes |