Skip to content

Commit

Permalink
textproc/ruby-nori: update to 2.7.0
Browse files Browse the repository at this point in the history
2.7.0 (2024-02-13)

* Added support for ruby 3.1, 3.2, 3.3. Dropped support for ruby 2.7 and
  below.
* Feature: Nori::Parser has a new option, :scrub_xml, which defaults to
  true, for scrubbing invalid characters (#72).  This should allow documents
  containing invalid characters to still be parsed.
* Fix: REXML parser changes &lt; inside CDATA to < (#94)
* Change: Object#blank? is no longer patched in.
  • Loading branch information
taca committed Feb 19, 2024
1 parent 09d159d commit 0269ed0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions textproc/ruby-nori/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2020/01/19 09:24:35 taca Exp $
# $NetBSD: Makefile,v 1.2 2024/02/19 15:19:58 taca Exp $

DISTNAME= nori-2.6.0
DISTNAME= nori-2.7.0
CATEGORIES= textproc

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
8 changes: 4 additions & 4 deletions textproc/ruby-nori/PLIST
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
@comment $NetBSD: PLIST,v 1.1 2020/01/19 09:24:35 taca Exp $
@comment $NetBSD: PLIST,v 1.2 2024/02/19 15:19:58 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.devcontainer/devcontainer.json
${GEM_LIBDIR}/.github/dependabot.yml
${GEM_LIBDIR}/.github/workflows/test.yml
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE
Expand All @@ -13,7 +15,6 @@ ${GEM_LIBDIR}/benchmark/soap_response.xml
${GEM_LIBDIR}/lib/nori.rb
${GEM_LIBDIR}/lib/nori/core_ext.rb
${GEM_LIBDIR}/lib/nori/core_ext/hash.rb
${GEM_LIBDIR}/lib/nori/core_ext/object.rb
${GEM_LIBDIR}/lib/nori/core_ext/string.rb
${GEM_LIBDIR}/lib/nori/parser/nokogiri.rb
${GEM_LIBDIR}/lib/nori/parser/rexml.rb
Expand All @@ -24,7 +25,6 @@ ${GEM_LIBDIR}/lib/nori/xml_utility_node.rb
${GEM_LIBDIR}/nori.gemspec
${GEM_LIBDIR}/spec/nori/api_spec.rb
${GEM_LIBDIR}/spec/nori/core_ext/hash_spec.rb
${GEM_LIBDIR}/spec/nori/core_ext/object_spec.rb
${GEM_LIBDIR}/spec/nori/core_ext/string_spec.rb
${GEM_LIBDIR}/spec/nori/nori_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
Expand Down
8 changes: 4 additions & 4 deletions textproc/ruby-nori/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2021/10/26 11:23:25 nia Exp $
$NetBSD: distinfo,v 1.4 2024/02/19 15:19:58 taca Exp $

BLAKE2s (nori-2.6.0.gem) = f45a1efd2615f5edb82490aace8789e14b90cd2b0ac79306bc1aa4ee84f603f4
SHA512 (nori-2.6.0.gem) = bec947e4c05437d373cf13fe04368d9caf54bd3c97d152a042ae348a81df4698ed769fa75f0fc14ca3f86f4f8da8ea5ce3d1f7cf43a1e64b8d58f7ca39ef5b45
Size (nori-2.6.0.gem) = 23040 bytes
BLAKE2s (nori-2.7.0.gem) = 6ba84b996bcf6ccb2a7202ac2aec688e7df170b7927e22a0acd35aa313ab7b13
SHA512 (nori-2.7.0.gem) = b5330be1bdb85d0c362ac58c5a3863d7bda121ddb345d26c43ecf4516b5204ea27e38ecd9151f55d1664ddac6f9f45a2ecb4bf9a57911e637e0ad7b419b41e04
Size (nori-2.7.0.gem) = 24064 bytes

0 comments on commit 0269ed0

Please sign in to comment.