Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-i18n
From: Takahiro Kambe
Date: 2023-06-06 15:40:52
Message id: 20230606134052.7DFAEFA89@cvs.NetBSD.org
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
Files: