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 Jan 10 15:08:25 UTC 2021

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

Log Message:
devel/ruby-i18n: update to 1.8.7

1.8.7 (2021-01-04)

* Fixed a regression with fallback logic: see issues #547, #546 and #542.

1.8.6 (2021-01-01)

* Fallbacks are now stored in Thread.current for multi-threading
  compatibility: #542

* no-op arguments are no longer allowed for I18n.t calls -- fixes an
  incompatibility with Ruby 3.0: #545

This gem's GitHub workflow files have been updated to ensure compatibility
between new Rails versions (6.1) and the new Ruby release (3.0).  See the
"Actions" tab on GitHub for the full range of supported Rails and Ruby
versions.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 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.20 pkgsrc/devel/ruby-i18n/Makefile:1.21
--- pkgsrc/devel/ruby-i18n/Makefile:1.20        Sun Sep 13 15:49:58 2020
+++ pkgsrc/devel/ruby-i18n/Makefile     Sun Jan 10 15:08:25 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2020/09/13 15:49:58 taca Exp $
+# $NetBSD: Makefile,v 1.21 2021/01/10 15:08:25 taca Exp $
 
-DISTNAME=      i18n-1.8.5
+DISTNAME=      i18n-1.8.7
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-i18n/distinfo
diff -u pkgsrc/devel/ruby-i18n/distinfo:1.20 pkgsrc/devel/ruby-i18n/distinfo:1.21
--- pkgsrc/devel/ruby-i18n/distinfo:1.20        Sun Sep 13 15:49:58 2020
+++ pkgsrc/devel/ruby-i18n/distinfo     Sun Jan 10 15:08:25 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2020/09/13 15:49:58 taca Exp $
+$NetBSD: distinfo,v 1.21 2021/01/10 15:08:25 taca Exp $
 
-SHA1 (i18n-1.8.5.gem) = 383b7a07b6111b119d98379195773d9829e9abaf
-RMD160 (i18n-1.8.5.gem) = 512e0c0cf62fb920ae599bb0743aed3651b501e9
-SHA512 (i18n-1.8.5.gem) = 803eb41f448f410dc941c6f9b792a9feb601de6707c265705b61c509750cdeadcf0176db48cc15dfcd6edd7b821f995dc2245585d957933738b8cbf664faef7b
-Size (i18n-1.8.5.gem) = 42496 bytes
+SHA1 (i18n-1.8.7.gem) = ed7018284e13914778bbdc02ea6c12f915b0b91c
+RMD160 (i18n-1.8.7.gem) = bc2d6631e20ada5d61264190627e128335e4df8e
+SHA512 (i18n-1.8.7.gem) = 7ba13116467a6d45ed6e05a6ea73d0c05127d16652baf4f448e11011bf53227214bdc36d345f5fe57f2a63d1281e66171ec30e89782be5722cb9f06a75c76385
+Size (i18n-1.8.7.gem) = 42496 bytes



Home | Main Index | Thread Index | Old Index