Tue Jun 6 13:40:52 2023 UTC ()
devel/ruby-i18n: update to 1.14.1

1.14.0 (2023-06-02)

What's Changed

* fix LazyLoadable#available_locales duplicating locales by @ccutrer in #655
* Add more helpful translation error when :default option is provided. by
  @Nerian in #654
* Fix I18n::Locale::Fallbacks not initializing itself on Ruby 3 by
  @yheuhtozr in #653
* Fix I18n.t when locale contains separator by @tubaxenor in #656
  - This reverts a change from #651, that was released in v1.13.0

New Contributors

* @ccutrer made their first contribution in #655
* @Nerian made their first contribution in #654
* @yheuhtozr made their first contribution in #653
* @tubaxenor made their first contribution in #656

1.14.1 (2023-06-04)

Included in this release

* Simplify the "Translation missing" message when default is an empty Array
  by @amatsuda in #662

Maintenance stuff

* Skip CIing on jruby against Rails 5.2 by @amatsuda in #664
* A fix for failing CI against edge Rails by @amatsuda in #663
* Add documentation hint for fallback values by @mark-a in #659
* CI against Ruby 3.2 by @amatsuda in #665
* Fix build warnings in the CI by using actions/checkout@v3 by @amatsuda in
  #666

Thanks to @amatsuda for these PRs!

New Contributors

* @mark-a made their first contribution in #659


(taca)
diff -r1.28 -r1.29 pkgsrc/devel/ruby-i18n/Makefile
diff -r1.29 -r1.30 pkgsrc/devel/ruby-i18n/distinfo

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

--- pkgsrc/devel/ruby-i18n/Makefile 2023/04/27 14:00:15 1.28
+++ pkgsrc/devel/ruby-i18n/Makefile 2023/06/06 13:40:52 1.29
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.28 2023/04/27 14:00:15 taca Exp $ 1# $NetBSD: Makefile,v 1.29 2023/06/06 13:40:52 taca Exp $
2 2
3DISTNAME= i18n-1.13.0 3DISTNAME= i18n-1.14.1
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.29 -r1.30 pkgsrc/devel/ruby-i18n/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-i18n/distinfo 2023/04/27 14:00:15 1.29
+++ pkgsrc/devel/ruby-i18n/distinfo 2023/06/06 13:40:52 1.30
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.29 2023/04/27 14:00:15 taca Exp $ 1$NetBSD: distinfo,v 1.30 2023/06/06 13:40:52 taca Exp $
2 2
3BLAKE2s (i18n-1.13.0.gem) = 0cb825b93dadb72854ca3da14c333359ee486df9a2b5e5defcb3645a049388ad 3BLAKE2s (i18n-1.14.1.gem) = 0a098f49ac0e956f1dd4ee1f5ace51e37c2d804de63e2f61945776140f42c87e
4SHA512 (i18n-1.13.0.gem) = 6d1739be1807fb89dee7443d5a059f7a5d63ae994b15ad758b3ce69323189a08641e07c36a0cacbbc845e27818359515224b9bec2087f0dc74f0b3205b3fda36 4SHA512 (i18n-1.14.1.gem) = 7b94b63c8cc318166e18596689c5b81222834c874d89dd4e076dde2a2aac902d0192d4b4efd84dbe7738420bd40a9b00665da058e7873bbcead307447ce82f41
5Size (i18n-1.13.0.gem) = 45568 bytes 5Size (i18n-1.14.1.gem) = 46080 bytes