pkgsrc-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.7.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86094b29db3a
branches:  trunk
changeset: 403675:86094b29db3a
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Oct 30 15:03:23 2019 +0000

description:
devel/ruby-i18n: update to 1.7.0

Update ruby-i18n to 1.7.0.

1.7.0 (2019-10-04)

No documantation is available.  Please refer:
<https://github.com/ruby-i18n/i18n/compare/v1.6.0...v1.7.0>


1.6.0 (2019-03-03)

Major updates

*Added support for eagerloading I18n -- which probably improves boot times for applications if implemented correctly - See #469 for more details.
* Added ability to disable I18n translation resolution by setting I18n.locale = false. See #471 for more information.

Bugfixes / other improvements

* Add support for uppercased date format directives - #468

Other changes

* Fixed flaky test issue with JRuby - #459 / #460
* gemspec homepage now points to ruby-i18n/i18n - #465
* Update README to point to ruby-i18n/i18n - #473

diffstat:

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

diffs (27 lines):

diff -r c8437500144d -r 86094b29db3a devel/ruby-i18n/Makefile
--- a/devel/ruby-i18n/Makefile  Wed Oct 30 14:52:57 2019 +0000
+++ b/devel/ruby-i18n/Makefile  Wed Oct 30 15:03:23 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2019/02/03 15:12:37 taca Exp $
+# $NetBSD: Makefile,v 1.17 2019/10/30 15:03:23 taca Exp $
 
-DISTNAME=      i18n-1.5.3
+DISTNAME=      i18n-1.7.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r c8437500144d -r 86094b29db3a devel/ruby-i18n/distinfo
--- a/devel/ruby-i18n/distinfo  Wed Oct 30 14:52:57 2019 +0000
+++ b/devel/ruby-i18n/distinfo  Wed Oct 30 15:03:23 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2019/02/03 15:12:37 taca Exp $
+$NetBSD: distinfo,v 1.17 2019/10/30 15:03:23 taca Exp $
 
-SHA1 (i18n-1.5.3.gem) = 0aa0b0c281392305ab2a6af82e0a70fb0957a872
-RMD160 (i18n-1.5.3.gem) = a91e8cbacc8eebaf1d3e63dcd87f1d52851b983d
-SHA512 (i18n-1.5.3.gem) = 88c12771903f9d2743e0f8fd3c82f9ee8a331a802e0e5c84c9e30aaaf1d4af4f1dbaf35d21a2b08c0182f075fe98bef3ba25df947034669b1c9a2ff0f933c90e
-Size (i18n-1.5.3.gem) = 41472 bytes
+SHA1 (i18n-1.7.0.gem) = eeb932a9d8acee87933484ec97c292695fa2b040
+RMD160 (i18n-1.7.0.gem) = 18b5e9be296af9dd3505d2bf1c77521026d950f9
+SHA512 (i18n-1.7.0.gem) = 20cb18797a76479eb289812daf4ba593d1a4dfcb8ca645e5d779a39f5c4eda57ca994606b8e7527006898e7d5af6de7b66f34c9f02ecfff6efad5620c1993c3c
+Size (i18n-1.7.0.gem) = 41984 bytes



Home | Main Index | Thread Index | Old Index