Accepting request 1221854 from devel:languages:ruby:extensions

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1221854
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-i18n?expand=0&rev=39
This commit is contained in:
2024-11-07 15:27:15 +00:00
committed by Git OBS Bridge
4 changed files with 32 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:26dcbc05e364b57e27ab430148b3377bc413987d34cc042336271d8f42e9d1b9
size 46592

BIN
i18n-1.14.6.gem (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Mon Nov 4 16:53:26 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- 1.14.6:
## What's Changed
**Ruby < 3.2 support will be dropped April 2025. Upgrade now to continue using i18n after that date.**
* fix issues with RDoc generation by @davetron5000 in https://github.com/ruby-i18n/i18n/pull/698
* Fix loading of .rb locale files when `load_path` is not a string by @stevegeek in https://github.com/ruby-i18n/i18n/pull/701
* Fixes strings being interpolated multiple times by @alexpls in https://github.com/ruby-i18n/i18n/pull/699
* Optimize pluralization logic in test data by @zachmargolis in https://github.com/ruby-i18n/i18n/pull/697
* [FIX] Raise ArgumentError on nil key in exists? by @KinWang-2013 in https://github.com/ruby-i18n/i18n/pull/696
## New Contributors
* @davetron5000 made their first contribution in https://github.com/ruby-i18n/i18n/pull/698
* @stevegeek made their first contribution in https://github.com/ruby-i18n/i18n/pull/701
* @alexpls made their first contribution in https://github.com/ruby-i18n/i18n/pull/699
* @zachmargolis made their first contribution in https://github.com/ruby-i18n/i18n/pull/697
* @KinWang-2013 made their first contribution in https://github.com/ruby-i18n/i18n/pull/696
**Full Changelog**: https://github.com/ruby-i18n/i18n/compare/v1.14.5...v1.14.6
-------------------------------------------------------------------
Fri Jun 21 10:03:33 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>

View File

@@ -24,7 +24,7 @@
#
Name: rubygem-i18n
Version: 1.14.5
Version: 1.14.6
Release: 0
%define mod_name i18n
%define mod_full_name %{mod_name}-%{version}