Skip to content

Commit

Permalink
www/ruby-loofah: update to 2.5.0
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 24 deletions.
4 changes: 2 additions & 2 deletions www/ruby-loofah/Makefile
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= minskim@NetBSD.org
Expand Down
18 changes: 1 addition & 17 deletions www/ruby-loofah/PLIST
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@comment $NetBSD: PLIST,v 1.5 2019/10/22 16:24:20 taca Exp $
@comment $NetBSD: PLIST,v 1.6 2020/05/17 15:59:29 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gemtest
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/MIT-LICENSE.txt
Expand All @@ -26,19 +25,4 @@ ${GEM_LIBDIR}/lib/loofah/scrubber.rb
${GEM_LIBDIR}/lib/loofah/scrubbers.rb
${GEM_LIBDIR}/lib/loofah/xml/document.rb
${GEM_LIBDIR}/lib/loofah/xml/document_fragment.rb
${GEM_LIBDIR}/test/assets/msword.html
${GEM_LIBDIR}/test/assets/testdata_sanitizer_tests1.dat
${GEM_LIBDIR}/test/helper.rb
${GEM_LIBDIR}/test/html5/test_sanitizer.rb
${GEM_LIBDIR}/test/html5/test_scrub.rb
${GEM_LIBDIR}/test/integration/test_ad_hoc.rb
${GEM_LIBDIR}/test/integration/test_helpers.rb
${GEM_LIBDIR}/test/integration/test_html.rb
${GEM_LIBDIR}/test/integration/test_scrubbers.rb
${GEM_LIBDIR}/test/integration/test_xml.rb
${GEM_LIBDIR}/test/unit/test_api.rb
${GEM_LIBDIR}/test/unit/test_encoding.rb
${GEM_LIBDIR}/test/unit/test_helpers.rb
${GEM_LIBDIR}/test/unit/test_scrubber.rb
${GEM_LIBDIR}/test/unit/test_scrubbers.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
10 changes: 5 additions & 5 deletions www/ruby-loofah/distinfo
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

0 comments on commit 7853ab5

Please sign in to comment.