Sun May 12 15:04:36 2024 UTC (11d)
devel/ruby-i18n: udpate to 1.14.5

1.14.5 (2024-05-06)

What's Changed

* Explicitly bundle racc gem for Ruby 3.3+ by @amatsuda in #690
* Optimize I18n::Locale::Fallbacks#[] for recursive locale mappings by @uiur
  in #692
* Add I18n.interpolation_keys by @tom-lord in #682
* Fix syntax in documentation for I18n::Backend::Base.interpolate by
  @tom-lord in #691
* Fix that escaped interpolations with reserved keywords raised
  ReservedInterpolationKey by @Bilka2 in #688

New Contributors

* @uiur made their first contribution in #692
* @tom-lord made their first contribution in #682
* @Bilka2 made their first contribution in #688


(taca)
diff -r1.30 -r1.31 pkgsrc/devel/ruby-i18n/Makefile
diff -r1.31 -r1.32 pkgsrc/devel/ruby-i18n/distinfo

cvs diff -r1.30 -r1.31 pkgsrc/devel/ruby-i18n/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-i18n/Makefile 2024/03/10 15:06:25 1.30
+++ pkgsrc/devel/ruby-i18n/Makefile 2024/05/12 15:04:36 1.31
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.30 2024/03/10 15:06:25 taca Exp $ 1# $NetBSD: Makefile,v 1.31 2024/05/12 15:04:36 taca Exp $
2 2
3DISTNAME= i18n-1.14.4 3DISTNAME= i18n-1.14.5
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/svenfuchs/i18n 7HOMEPAGE= https://github.com/svenfuchs/i18n
8COMMENT= New wave Internationalization support for Ruby 8COMMENT= New wave Internationalization support for Ruby
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-concurrent-ruby>=1.0<2:../../devel/ruby-concurrent-ruby 11DEPENDS+= ${RUBY_PKGPREFIX}-concurrent-ruby>=1.0<2:../../devel/ruby-concurrent-ruby
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15.include "../../lang/ruby/gem.mk" 15.include "../../lang/ruby/gem.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.31 -r1.32 pkgsrc/devel/ruby-i18n/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-i18n/distinfo 2024/03/10 15:06:25 1.31
+++ pkgsrc/devel/ruby-i18n/distinfo 2024/05/12 15:04:36 1.32
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.31 2024/03/10 15:06:25 taca Exp $ 1$NetBSD: distinfo,v 1.32 2024/05/12 15:04:36 taca Exp $
2 2
3BLAKE2s (i18n-1.14.4.gem) = 6417907548c16fbd36ef2d948b9b48b8c86c78ff0c9e4b6e8643f8acec892654 3BLAKE2s (i18n-1.14.5.gem) = 635ee10c4ed80f2d02c52ea3a633173ce83c0bbcb56d38633229e51b0dd0f9e6
4SHA512 (i18n-1.14.4.gem) = 9f10b691f31c7b5b3b5a2699046c8632ac30fa600f9ff21ef27c9c1be4c4c70b4e877f1ba9c09fe29288d0636dcd117e1dc74e70c4b4d2a5956aa36da41f615a 4SHA512 (i18n-1.14.5.gem) = a207855efbe15f5e23f1ea0c2589710d2f86f56100b03eb68b0756a7c7dba29785c2d0eb6b756d744e41c9742b6911fa567ada9dd0e3584c223693d131c69343
5Size (i18n-1.14.4.gem) = 46080 bytes 5Size (i18n-1.14.5.gem) = 46592 bytes