UPDATE: devel/ruby-loofah 2.20.0 -> 2.21.3
This commit is contained in:
parent
7c77498342
commit
1c2b9c4405
3 changed files with 11 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
COMMENT= lib to transform HTML/XML
|
COMMENT= lib to transform HTML/XML
|
||||||
|
|
||||||
DISTNAME= loofah-2.20.0
|
DISTNAME= loofah-2.21.3
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
|
|
||||||
HOMEPAGE= https://github.com/flavorjones/loofah
|
HOMEPAGE= https://github.com/flavorjones/loofah
|
||||||
|
@ -13,8 +13,8 @@ PERMIT_PACKAGE= Yes
|
||||||
MODULES= lang/ruby
|
MODULES= lang/ruby
|
||||||
|
|
||||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||||
devel/ruby-crass \
|
devel/ruby-crass,${MODRUBY_FLAVOR} \
|
||||||
textproc/ruby-nokogiri
|
textproc/ruby-nokogiri,${MODRUBY_FLAVOR}
|
||||||
|
|
||||||
CONFIGURE_STYLE= ruby gem
|
CONFIGURE_STYLE= ruby gem
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (loofah-2.20.0.gem) = 6PqHTI4s0vvb7MG2utw/cTY5eWqso/bdSUxHN4KKJNY=
|
SHA256 (loofah-2.21.3.gem) = Q9Iai7lsOAGZqPZuAphknqpzYvzTLzphFPOXdeUk5Nw=
|
||||||
SIZE (loofah-2.20.0.gem) = 32768
|
SIZE (loofah-2.21.3.gem) = 32256
|
||||||
|
|
|
@ -7,16 +7,18 @@ ${GEM_LIB}/gems/${DISTNAME}/SECURITY.md
|
||||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||||
${GEM_LIB}/gems/${DISTNAME}/lib/loofah/
|
${GEM_LIB}/gems/${DISTNAME}/lib/loofah/
|
||||||
${GEM_LIB}/gems/${DISTNAME}/lib/loofah.rb
|
${GEM_LIB}/gems/${DISTNAME}/lib/loofah.rb
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/loofah/concerns.rb
|
||||||
${GEM_LIB}/gems/${DISTNAME}/lib/loofah/elements.rb
|
${GEM_LIB}/gems/${DISTNAME}/lib/loofah/elements.rb
|
||||||
${GEM_LIB}/gems/${DISTNAME}/lib/loofah/helpers.rb
|
${GEM_LIB}/gems/${DISTNAME}/lib/loofah/helpers.rb
|
||||||
${GEM_LIB}/gems/${DISTNAME}/lib/loofah/html/
|
${GEM_LIB}/gems/${DISTNAME}/lib/loofah/html4/
|
||||||
${GEM_LIB}/gems/${DISTNAME}/lib/loofah/html/document.rb
|
${GEM_LIB}/gems/${DISTNAME}/lib/loofah/html4/document.rb
|
||||||
${GEM_LIB}/gems/${DISTNAME}/lib/loofah/html/document_fragment.rb
|
${GEM_LIB}/gems/${DISTNAME}/lib/loofah/html4/document_fragment.rb
|
||||||
${GEM_LIB}/gems/${DISTNAME}/lib/loofah/html5/
|
${GEM_LIB}/gems/${DISTNAME}/lib/loofah/html5/
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/loofah/html5/document.rb
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/loofah/html5/document_fragment.rb
|
||||||
${GEM_LIB}/gems/${DISTNAME}/lib/loofah/html5/libxml2_workarounds.rb
|
${GEM_LIB}/gems/${DISTNAME}/lib/loofah/html5/libxml2_workarounds.rb
|
||||||
${GEM_LIB}/gems/${DISTNAME}/lib/loofah/html5/safelist.rb
|
${GEM_LIB}/gems/${DISTNAME}/lib/loofah/html5/safelist.rb
|
||||||
${GEM_LIB}/gems/${DISTNAME}/lib/loofah/html5/scrub.rb
|
${GEM_LIB}/gems/${DISTNAME}/lib/loofah/html5/scrub.rb
|
||||||
${GEM_LIB}/gems/${DISTNAME}/lib/loofah/instance_methods.rb
|
|
||||||
${GEM_LIB}/gems/${DISTNAME}/lib/loofah/metahelpers.rb
|
${GEM_LIB}/gems/${DISTNAME}/lib/loofah/metahelpers.rb
|
||||||
${GEM_LIB}/gems/${DISTNAME}/lib/loofah/scrubber.rb
|
${GEM_LIB}/gems/${DISTNAME}/lib/loofah/scrubber.rb
|
||||||
${GEM_LIB}/gems/${DISTNAME}/lib/loofah/scrubbers.rb
|
${GEM_LIB}/gems/${DISTNAME}/lib/loofah/scrubbers.rb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue