Skip to content

Commit

Permalink
textproc/ruby-unicode-name: update to 1.13.3
Browse files Browse the repository at this point in the history
1.13.1 (2024-10-03)

Bugfix release:

* Fix medial vowels not generated correctly for Hangul syllables #1
* Unicode::Name.readable now also applies correction if one exists


1.13.2 (2024-10-09)

* Optimize index size by removing ranges that have codepoints embedded
* Optimize index size by substituting common words
* Fix missing Tangut ideographs


1.13.3 (2024-10-09)

* Fix regression introduced in 1.13.2 that some CJK ideographs were missing
  • Loading branch information
taca committed Oct 21, 2024
1 parent 660c0f0 commit c7cedd2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions textproc/ruby-unicode-name/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2024/09/22 07:38:47 taca Exp $
# $NetBSD: Makefile,v 1.4 2024/10/21 14:39:39 taca Exp $

DISTNAME= unicode-name-1.13.0
DISTNAME= unicode-name-1.13.3
CATEGORIES= textproc

MAINTAINER= [email protected]
Expand Down
3 changes: 2 additions & 1 deletion textproc/ruby-unicode-name/PLIST
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@comment $NetBSD: PLIST,v 1.1 2023/03/05 14:49:28 taca Exp $
@comment $NetBSD: PLIST,v 1.2 2024/10/21 14:39:39 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rake_tasks
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/CODE_OF_CONDUCT.md
${GEM_LIBDIR}/Gemfile
Expand Down
8 changes: 4 additions & 4 deletions textproc/ruby-unicode-name/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2024/09/22 07:38:47 taca Exp $
$NetBSD: distinfo,v 1.4 2024/10/21 14:39:39 taca Exp $

BLAKE2s (unicode-name-1.13.0.gem) = 4f064a2ebe83ba9a3c1d62e5273d6985f4a122d20f2ae535fd448638be1b41b0
SHA512 (unicode-name-1.13.0.gem) = bb0ff9d31dcbf35f1739d8e2101dee1f872ae00fc551619b785e196ffc2bbcd5c7878aaa5d675db1e7d6d8d3a6b847a65a2c9d8bba8ba4c44996f7a44b2c869a
Size (unicode-name-1.13.0.gem) = 264704 bytes
BLAKE2s (unicode-name-1.13.3.gem) = 008e278775914af1f3ab80ed8b9258253d527d559c88a3be2bc812779a4f84ef
SHA512 (unicode-name-1.13.3.gem) = e01d20ae28431f27de5e8b6d900a6fe24d556ca78dd5322fbb0b2cc2cd9a78b8e22b8a99e1951edc9aa18434863cd5d6774aac7ce67e9d901bcc214ef85c97b0
Size (unicode-name-1.13.3.gem) = 238592 bytes

0 comments on commit c7cedd2

Please sign in to comment.