diff options
author | taca <taca@pkgsrc.org> | 2021-01-10 15:08:25 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2021-01-10 15:08:25 +0000 |
commit | d0a7332a64bba7f601a60042f38a9b2f24450cd0 (patch) | |
tree | 56e94d3cefef31459e9ca3de6a8819570c17080c | |
parent | 5cac69f1cf54a197c7ceee0fd9a6c64499a6d2d8 (diff) | |
download | pkgsrc-d0a7332a64bba7f601a60042f38a9b2f24450cd0.tar.gz |
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.
-rw-r--r-- | devel/ruby-i18n/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-i18n/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/ruby-i18n/Makefile b/devel/ruby-i18n/Makefile index a2b91ff8cdb..a24d808498e 100644 --- a/devel/ruby-i18n/Makefile +++ b/devel/ruby-i18n/Makefile @@ -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 diff --git a/devel/ruby-i18n/distinfo b/devel/ruby-i18n/distinfo index b209e7374f3..cbb1f18c98b 100644 --- a/devel/ruby-i18n/distinfo +++ b/devel/ruby-i18n/distinfo @@ -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 |