Skip to content

Commit c7cedd2

Browse files
author
taca
committed
textproc/ruby-unicode-name: update to 1.13.3
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
1 parent 660c0f0 commit c7cedd2

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

textproc/ruby-unicode-name/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.3 2024/09/22 07:38:47 taca Exp $
1+
# $NetBSD: Makefile,v 1.4 2024/10/21 14:39:39 taca Exp $
22

3-
DISTNAME= unicode-name-1.13.0
3+
DISTNAME= unicode-name-1.13.3
44
CATEGORIES= textproc
55

66
MAINTAINER= [email protected]

textproc/ruby-unicode-name/PLIST

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
@comment $NetBSD: PLIST,v 1.1 2023/03/05 14:49:28 taca Exp $
1+
@comment $NetBSD: PLIST,v 1.2 2024/10/21 14:39:39 taca Exp $
22
${GEM_HOME}/cache/${GEM_NAME}.gem
33
${GEM_LIBDIR}/.gitignore
4+
${GEM_LIBDIR}/.rake_tasks
45
${GEM_LIBDIR}/CHANGELOG.md
56
${GEM_LIBDIR}/CODE_OF_CONDUCT.md
67
${GEM_LIBDIR}/Gemfile

textproc/ruby-unicode-name/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.3 2024/09/22 07:38:47 taca Exp $
1+
$NetBSD: distinfo,v 1.4 2024/10/21 14:39:39 taca Exp $
22

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

0 commit comments

Comments
 (0)