pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-i18n



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun May 12 15:04:36 UTC 2024

Modified Files:
        pkgsrc/devel/ruby-i18n: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/ruby-i18n/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/ruby-i18n/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-i18n/Makefile
diff -u pkgsrc/devel/ruby-i18n/Makefile:1.30 pkgsrc/devel/ruby-i18n/Makefile:1.31
--- pkgsrc/devel/ruby-i18n/Makefile:1.30        Sun Mar 10 15:06:25 2024
+++ pkgsrc/devel/ruby-i18n/Makefile     Sun May 12 15:04:36 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2024/03/10 15:06:25 taca Exp $
+# $NetBSD: Makefile,v 1.31 2024/05/12 15:04:36 taca Exp $
 
-DISTNAME=      i18n-1.14.4
+DISTNAME=      i18n-1.14.5
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

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



Home | Main Index | Thread Index | Old Index