-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 < 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
Showing
3 changed files
with
10 additions
and
10 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
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,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 |