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


(taca)
diff -r1.20 -r1.21 pkgsrc/devel/ruby-i18n/Makefile
diff -r1.20 -r1.21 pkgsrc/devel/ruby-i18n/distinfo

cvs diff -r1.20 -r1.21 pkgsrc/devel/ruby-i18n/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-i18n/Makefile 2020/09/13 15:49:58 1.20
+++ pkgsrc/devel/ruby-i18n/Makefile 2021/01/10 15:08:25 1.21
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.20 2020/09/13 15:49:58 taca Exp $ 1# $NetBSD: Makefile,v 1.21 2021/01/10 15:08:25 taca Exp $
2 2
3DISTNAME= i18n-1.8.5 3DISTNAME= i18n-1.8.7
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/svenfuchs/i18n 7HOMEPAGE= https://github.com/svenfuchs/i18n
8COMMENT= New wave Internationalization support for Ruby 8COMMENT= New wave Internationalization support for Ruby
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-concurrent-ruby>=1.0<2:../../devel/ruby-concurrent-ruby 11DEPENDS+= ${RUBY_PKGPREFIX}-concurrent-ruby>=1.0<2:../../devel/ruby-concurrent-ruby
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15.include "../../lang/ruby/gem.mk" 15.include "../../lang/ruby/gem.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.20 -r1.21 pkgsrc/devel/ruby-i18n/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-i18n/distinfo 2020/09/13 15:49:58 1.20
+++ pkgsrc/devel/ruby-i18n/distinfo 2021/01/10 15:08:25 1.21
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.20 2020/09/13 15:49:58 taca Exp $ 1$NetBSD: distinfo,v 1.21 2021/01/10 15:08:25 taca Exp $
2 2
3SHA1 (i18n-1.8.5.gem) = 383b7a07b6111b119d98379195773d9829e9abaf 3SHA1 (i18n-1.8.7.gem) = ed7018284e13914778bbdc02ea6c12f915b0b91c
4RMD160 (i18n-1.8.5.gem) = 512e0c0cf62fb920ae599bb0743aed3651b501e9 4RMD160 (i18n-1.8.7.gem) = bc2d6631e20ada5d61264190627e128335e4df8e
5SHA512 (i18n-1.8.5.gem) = 803eb41f448f410dc941c6f9b792a9feb601de6707c265705b61c509750cdeadcf0176db48cc15dfcd6edd7b821f995dc2245585d957933738b8cbf664faef7b 5SHA512 (i18n-1.8.7.gem) = 7ba13116467a6d45ed6e05a6ea73d0c05127d16652baf4f448e11011bf53227214bdc36d345f5fe57f2a63d1281e66171ec30e89782be5722cb9f06a75c76385
6Size (i18n-1.8.5.gem) = 42496 bytes 6Size (i18n-1.8.7.gem) = 42496 bytes