Skip to content

Commit

Permalink
converters/ruby-unf: update to 0.2.0
Browse files Browse the repository at this point in the history
0.2.0 (2024-08-18)

Features:

* Use String#unicode_normalize on Ruby >=2.2 unless unf_ext is already
  loaded.

* Reduce the gem size by removing unnecessary files. (GH #22)
  • Loading branch information
taca committed Sep 18, 2024
1 parent 48ae338 commit 0d06803
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
6 changes: 2 additions & 4 deletions converters/ruby-unf/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# $NetBSD: Makefile,v 1.7 2017/07/30 22:32:10 wiz Exp $
# $NetBSD: Makefile,v 1.8 2024/09/18 14:39:35 taca Exp $

DISTNAME= unf-0.1.4
DISTNAME= unf-0.2.0
CATEGORIES= converters

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= /~https://github.com/knu/ruby-unf
COMMENT= Wrapper library to bring Unicode Normalization Form support
LICENSE= mit

DEPENDS+= ${RUBY_PKGPREFIX}-unf_ext>=0.0.3:../../converters/ruby-unf_ext

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
11 changes: 4 additions & 7 deletions converters/ruby-unf/PLIST
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
@comment $NetBSD: PLIST,v 1.4 2013/09/13 12:37:21 taca Exp $
@comment $NetBSD: PLIST,v 1.5 2024/09/18 14:39:35 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.travis.yml
${GEM_EXTSDIR}/gem.build_complete
${GEM_LIBDIR}/.github/workflows/test.yml
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/ext/mkrf_conf.rb
${GEM_LIBDIR}/lib/unf.rb
${GEM_LIBDIR}/lib/unf/normalizer.rb
${GEM_LIBDIR}/lib/unf/normalizer_cruby.rb
${GEM_LIBDIR}/lib/unf/normalizer_jruby.rb
${GEM_LIBDIR}/lib/unf/version.rb
${GEM_LIBDIR}/test/helper.rb
${GEM_LIBDIR}/test/normalization-test.txt
${GEM_LIBDIR}/test/test_unf.rb
${GEM_LIBDIR}/unf.gemspec
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
8 changes: 4 additions & 4 deletions converters/ruby-unf/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.9 2021/10/26 10:06:52 nia Exp $
$NetBSD: distinfo,v 1.10 2024/09/18 14:39:35 taca Exp $

BLAKE2s (unf-0.1.4.gem) = 1de6f2b0b3b44ca8d230911552956eabf076a44c03beeb420554be50451a962e
SHA512 (unf-0.1.4.gem) = a4784afa8b852497f758d1b6cdcf095eb9e5397a36c97b1f22b53cf8077cfedbf83fdcda36f359acf59ba61f1ab8b706ddd31d097afbc98a40d2dbd0f934292b
Size (unf-0.1.4.gem) = 120320 bytes
BLAKE2s (unf-0.2.0.gem) = 33f747ec2e36c506c3ae9711839479d175d82a9b2288fbacf9d434599efcc270
SHA512 (unf-0.2.0.gem) = 916863d31313ef6d87c9b4d3d14dec51d764132589c838347e08a57a09ca97419fe4e9a00cced1ffb6083f106a7736217c72029dd3946c756c09b4f3b5355b48
Size (unf-0.2.0.gem) = 8192 bytes

0 comments on commit 0d06803

Please sign in to comment.