Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-i18n devel/ruby-i18n: update to 1.8.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f215c672838
branches:  trunk
changeset: 433690:1f215c672838
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jun 07 07:44:01 2020 +0000

description:
devel/ruby-i18n: update to 1.8.3

Update ruby-i18n to 1.8.3.


1.8.3 (2020-06-05)

Features / Improvements

* Memory and speed improvements - #527+ #528
* Add option to disable fallbacks for I18n.exists? check - #482
* Add an on_fallback hook to allow users to be notified when a fallback
  happens - #520

Bug Fixes

* Fix an issue with deep_merge and chain fallback backends - #499 & #509
* Fix an issue with Rails ordinal number proc and keyword splatting - #521
* Pass options as keyword arguments to translation procs - #529
* Fix pluralize on unknown locale with attributes - #519

diffstat:

 devel/ruby-i18n/Makefile |   4 ++--
 devel/ruby-i18n/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 69e7619f0ff3 -r 1f215c672838 devel/ruby-i18n/Makefile
--- a/devel/ruby-i18n/Makefile  Sun Jun 07 07:26:45 2020 +0000
+++ b/devel/ruby-i18n/Makefile  Sun Jun 07 07:44:01 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2020/02/05 14:55:14 taca Exp $
+# $NetBSD: Makefile,v 1.19 2020/06/07 07:44:01 taca Exp $
 
-DISTNAME=      i18n-1.8.2
+DISTNAME=      i18n-1.8.3
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 69e7619f0ff3 -r 1f215c672838 devel/ruby-i18n/distinfo
--- a/devel/ruby-i18n/distinfo  Sun Jun 07 07:26:45 2020 +0000
+++ b/devel/ruby-i18n/distinfo  Sun Jun 07 07:44:01 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2020/02/05 14:55:14 taca Exp $
+$NetBSD: distinfo,v 1.19 2020/06/07 07:44:01 taca Exp $
 
-SHA1 (i18n-1.8.2.gem) = 2a910a7321a57472a1656803d3795fcaf3c51ac5
-RMD160 (i18n-1.8.2.gem) = 42081336a26aeb196a4fb10a7b62354ebcf05de6
-SHA512 (i18n-1.8.2.gem) = 0da4547d219e33b030a92295c3ee0604b0e6e853c032e68c91116d9ab0fd16d54e27117dfe9612870bdfd265d9e40db2991dc2037c72b72e6a3b5e1a8fe56dc0
-Size (i18n-1.8.2.gem) = 42496 bytes
+SHA1 (i18n-1.8.3.gem) = 95a8279e0de7625176bb69765357d51151e28564
+RMD160 (i18n-1.8.3.gem) = f584c63b94a550c84f07040af59264afb29dd343
+SHA512 (i18n-1.8.3.gem) = 44a3ebe4a224f531637243a4489d57b5a6262f50393ac6af6f2be1fa1f06397b7a7e84282bae77cdd65932ca328ee90d2024dfaae2128a62365f76db4fb6b02c
+Size (i18n-1.8.3.gem) = 42496 bytes



Home | Main Index | Thread Index | Old Index