Skip to content

Commit

Permalink
www/ruby-loofah: update to 2.9.0
Browse files Browse the repository at this point in the history
2.9.0 / 2021-01-14

* Handle CSS functions in a CSS shorthand property (like
  background). [#199, #200]

2.8.0 / 2020-11-25

* Allow CSS properties order, flex-direction, flex-grow, flex-wrap,
  flex-shrink, flex-flow, flex-basis, flex, justify-content, align-self,
  align-items, and align-content. [#197] (Thanks, @miguelperez!)
  • Loading branch information
taca committed Jan 18, 2021
1 parent e1521dd commit f46739c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 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.10 2020/09/14 15:35:34 taca Exp $
# $NetBSD: Makefile,v 1.11 2021/01/18 16:02:38 taca Exp $

DISTNAME= loofah-2.7.0
DISTNAME= loofah-2.9.0
CATEGORIES= www

MAINTAINER= minskim@NetBSD.org
Expand Down
10 changes: 2 additions & 8 deletions www/ruby-loofah/PLIST
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
@comment $NetBSD: PLIST,v 1.6 2020/05/17 15:59:29 taca Exp $
@comment $NetBSD: PLIST,v 1.7 2021/01/18 16:02:38 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/MIT-LICENSE.txt
${GEM_LIBDIR}/Manifest.txt
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/SECURITY.md
${GEM_LIBDIR}/benchmark/benchmark.rb
${GEM_LIBDIR}/benchmark/fragment.html
${GEM_LIBDIR}/benchmark/helper.rb
${GEM_LIBDIR}/benchmark/www.slashdot.com.html
${GEM_LIBDIR}/lib/loofah.rb
${GEM_LIBDIR}/lib/loofah/elements.rb
${GEM_LIBDIR}/lib/loofah/helpers.rb
Expand All @@ -23,6 +16,7 @@ ${GEM_LIBDIR}/lib/loofah/instance_methods.rb
${GEM_LIBDIR}/lib/loofah/metahelpers.rb
${GEM_LIBDIR}/lib/loofah/scrubber.rb
${GEM_LIBDIR}/lib/loofah/scrubbers.rb
${GEM_LIBDIR}/lib/loofah/version.rb
${GEM_LIBDIR}/lib/loofah/xml/document.rb
${GEM_LIBDIR}/lib/loofah/xml/document_fragment.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.10 2020/09/14 15:35:34 taca Exp $
$NetBSD: distinfo,v 1.11 2021/01/18 16:02:38 taca Exp $

SHA1 (loofah-2.7.0.gem) = 8076a0128df04424d88b010d2aaf2bd8f27e4a9c
RMD160 (loofah-2.7.0.gem) = ba5981c1edff0223b3d305e9d6f06cd5daa61c0f
SHA512 (loofah-2.7.0.gem) = e76375adcaf924070b38d882e7ff4669a3f6d0d521d38e7221ac2c224c1f8c25c6daced2079e982a514be0df03e8baa2650dd43bb3ddaf576d4195a66490a27a
Size (loofah-2.7.0.gem) = 54272 bytes
SHA1 (loofah-2.9.0.gem) = 1a02f78b1e7e419b485d804d7ffb6db9a30738b7
RMD160 (loofah-2.9.0.gem) = 6ed496e3058d1286cddc0e19d73d25c8d3d192da
SHA512 (loofah-2.9.0.gem) = eb1644b940ed315dd032a76992048805f74fc23680a1096e87c4af2ed99d3e48daef428ba66a769684f3ad5350f8a752801d9b5f3ee06e9f8c66c5fe1008e045
Size (loofah-2.9.0.gem) = 29696 bytes

0 comments on commit f46739c

Please sign in to comment.