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: Thu Apr 27 14:00:15 UTC 2023
Modified Files:
pkgsrc/devel/ruby-i18n: Makefile distinfo
Log Message:
devel/ruby-i18n: update to 1.13.0
1.11.0 (2022-07-10)
What's Changed
* Consistently return array from bulk lookup, even if translation(s) missing
by @sambostock in #628
* Fix typos by @movermeyer in #631
* Add support for CLDR data in I18n::Backend::Pluralization by @movermeyer
in #630
New Contributors
* @sambostock made their first contribution in #628
1.12.0 (2022-07-13)
What's Changed
* Revert "Add support for CLDR data in I18n::Backend::Pluralization" by
@radar in #633 -- this was causing breaking changes unintentionally.
1.13.0 (2023-04-26)
What's Changed
* Fix symbol resolving with pluralization by @movermeyer in #636
* Updating DEFAULT_APPROXIMATIONS with capitalised German Eszett character
for consistency by @lucapericlp in #627
* Fix load_path example in README.md by @nickcampbell18 in #642
* Add support for meridian indicators on Date objects by @movermeyer in #640
* Make translations loading thread-safe by @mensfeld in #644
* Get closer to full CLDR pluralization support by @movermeyer in #634
* Allow passing scope argument to exists? by @misdoro in #647
* Revert #503 changes for Backend::Base by @movermeyer in #637
* Properly stub constants by @fatkodima in #650
* Optimize I18n.t by @fatkodima in #651
* Return same string object when no interpolations were made by @fatkodima
in #649
New Contributors
* @lucapericlp made their first contribution in #627
* @nickcampbell18 made their first contribution in #642
* @mensfeld made their first contribution in #644
* @misdoro made their first contribution in #647
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/ruby-i18n/Makefile
cvs rdiff -u -r1.28 -r1.29 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.27 pkgsrc/devel/ruby-i18n/Makefile:1.28
--- pkgsrc/devel/ruby-i18n/Makefile:1.27 Sat Feb 11 13:18:50 2023
+++ pkgsrc/devel/ruby-i18n/Makefile Thu Apr 27 14:00:15 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2023/02/11 13:18:50 taca Exp $
+# $NetBSD: Makefile,v 1.28 2023/04/27 14:00:15 taca Exp $
-DISTNAME= i18n-1.10.0
-PKGREVISION= 1
+DISTNAME= i18n-1.13.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-i18n/distinfo
diff -u pkgsrc/devel/ruby-i18n/distinfo:1.28 pkgsrc/devel/ruby-i18n/distinfo:1.29
--- pkgsrc/devel/ruby-i18n/distinfo:1.28 Sun Sep 4 05:37:23 2022
+++ pkgsrc/devel/ruby-i18n/distinfo Thu Apr 27 14:00:15 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2022/09/04 05:37:23 taca Exp $
+$NetBSD: distinfo,v 1.29 2023/04/27 14:00:15 taca Exp $
-BLAKE2s (i18n-1.10.0.gem) = 8cc9bfaee7f8a01d4b37607a55013f40c49e7d5b9ee9d145154d8300aed849a7
-SHA512 (i18n-1.10.0.gem) = 43acf591df722886115889924efbce91bbf7e45e7729c4054aa0680a827c07c7c03554167ca785ecec2c63b2a519dfd22d72b2561f350b459911af87e0648b5d
-Size (i18n-1.10.0.gem) = 44544 bytes
+BLAKE2s (i18n-1.13.0.gem) = 0cb825b93dadb72854ca3da14c333359ee486df9a2b5e5defcb3645a049388ad
+SHA512 (i18n-1.13.0.gem) = 6d1739be1807fb89dee7443d5a059f7a5d63ae994b15ad758b3ce69323189a08641e07c36a0cacbbc845e27818359515224b9bec2087f0dc74f0b3205b3fda36
+Size (i18n-1.13.0.gem) = 45568 bytes
Home |
Main Index |
Thread Index |
Old Index