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:           Tue Jun  6 13:40:52 UTC 2023

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/ruby-i18n/Makefile
cvs rdiff -u -r1.29 -r1.30 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.28 pkgsrc/devel/ruby-i18n/Makefile:1.29
--- pkgsrc/devel/ruby-i18n/Makefile:1.28        Thu Apr 27 14:00:15 2023
+++ pkgsrc/devel/ruby-i18n/Makefile     Tue Jun  6 13:40:52 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2023/04/27 14:00:15 taca Exp $
+# $NetBSD: Makefile,v 1.29 2023/06/06 13:40:52 taca Exp $
 
-DISTNAME=      i18n-1.13.0
+DISTNAME=      i18n-1.14.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

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



Home | Main Index | Thread Index | Old Index