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:           Wed Oct 30 15:03:24 UTC 2019

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 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.16 pkgsrc/devel/ruby-i18n/Makefile:1.17
--- pkgsrc/devel/ruby-i18n/Makefile:1.16        Sun Feb  3 15:12:37 2019
+++ pkgsrc/devel/ruby-i18n/Makefile     Wed Oct 30 15:03:23 2019
@@ -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
Index: pkgsrc/devel/ruby-i18n/distinfo
diff -u pkgsrc/devel/ruby-i18n/distinfo:1.16 pkgsrc/devel/ruby-i18n/distinfo:1.17
--- pkgsrc/devel/ruby-i18n/distinfo:1.16        Sun Feb  3 15:12:37 2019
+++ pkgsrc/devel/ruby-i18n/distinfo     Wed Oct 30 15:03:23 2019
@@ -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