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 Jun  7 07:44:01 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/ruby-i18n/Makefile \
    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.18 pkgsrc/devel/ruby-i18n/Makefile:1.19
--- pkgsrc/devel/ruby-i18n/Makefile:1.18        Wed Feb  5 14:55:14 2020
+++ pkgsrc/devel/ruby-i18n/Makefile     Sun Jun  7 07:44:01 2020
@@ -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
Index: pkgsrc/devel/ruby-i18n/distinfo
diff -u pkgsrc/devel/ruby-i18n/distinfo:1.18 pkgsrc/devel/ruby-i18n/distinfo:1.19
--- pkgsrc/devel/ruby-i18n/distinfo:1.18        Wed Feb  5 14:55:14 2020
+++ pkgsrc/devel/ruby-i18n/distinfo     Sun Jun  7 07:44:01 2020
@@ -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