Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ruby2.5-rubygem-i18n-1.8-1.8.10-bp154.1.25 RPM for ppc64le

From OpenSuSE Leap 15.4 for ppc64le

Name: ruby2.5-rubygem-i18n-1.8 Distribution: SUSE Linux Enterprise 15 SP4
Version: 1.8.10 Vendor: openSUSE
Release: bp154.1.25 Build date: Mon May 9 11:26:55 2022
Group: Development/Languages/Ruby Build host: obs-power9-06
Size: 194623 Source RPM: rubygem-i18n-1.8-1.8.10-bp154.1.25.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/ruby-i18n/i18n
Summary: New wave Internationalization support for Ruby
New wave Internationalization support for Ruby.

Provides

Requires

License

MIT

Changelog

* Tue Apr 20 2021 Manuel Schnitzer <mschnitzer@suse.com>
  - updated to version 1.8.10
    * Fix string locale will trigger on_fallback hook - #562
* Mon Feb 15 2021 Manuel Schnitzer <mschnitzer@suse.com>
  - updated to version 1.8.9
    * Rely on Ruby 3's native Hash#except method -- #557
* Sat Feb 06 2021 Manuel Schnitzer <mschnitzer@suse.com>
  - updated to version 1.8.8
    * Fixed threadsafety issues in Simple backend: #554
    * Re-attempt to fix threadsafety of fallbacks: #548
    * Use OpenSSL::Digest instead of usual Digest libraries: #549
    * Goodbye, post-install message #552
    * Use Rails' main branch, instead of master #553
* Wed Jan 20 2021 Manuel Schnitzer <mschnitzer@suse.com>
  - updated to version 1.8.7
    * Fixed a regression with fallback logic: see issues #547, #546 and #542.
* Mon Aug 17 2020 Dan Čermák <dcermak@suse.com>
  - New upstream release 1.8.5
    * Fixed an issue where users could not use their own custom fallback classes - #536
    1.8.4:
    * Fixed issue where fallbacks were not working when I18n.fallbacks was an array - #534
    * Fixed conditional around deprecating constant of INTERPOLATION_PATTERN - #531
* Fri Jun 05 2020 Dan Čermák <dcermak@suse.com>
  - New upstream release 1.8.3
    Features / Improvements
    * Memory and speed improvements - #527+ #528
    * Add option to disable fallbacks for I18n.exists? check - #482
    * Add an on_fallback hook to allow users to be notified when a fallback happens - #520
    Bug Fixes
    * Fix an issue with deep_merge and chain fallback backends - #499 & #509
    * Fix an issue with Rails ordinal number proc and keyword splatting - #521
    * Pass options as keyword arguments to translation procs - #529
    * Fix pluralize on unknown locale with attributes - #519
* Tue Jan 14 2020 Dan Čermák <dcermak@suse.com>
  - New upstream release 1.8.2
    1.7.1:
    - I18n is now tested with GitHub Actions, instead of Travis CI.
    - Fixed issue introduced in v1.7.0 (04a814b) where count option was not preserved - #503
    - #501 adds a comment that explains that you will need to double-splat keyword arguments given to I18n.t to avoid warnings in Ruby 2.7.
    1.8.0:
    - Use Rails' implementation of deep_merge when chaining fallback backends - #499.
    1.8.1:
    - Reverted #499 in #508 due to #507 - missing deep_merge method.
    1.8.2:
    - Restoration of #499 via #509 - deep_merge! & deep_merge methods appear again in the Hash refinement.
    - An issue was introduced in v1.7.0 where some translations were returned as hashes, see #510. This was fixed in 1b5e345, and is available in this release.
* Tue Nov 12 2019 Manuel Schnitzer <mschnitzer@suse.com>
  - updated to version 1.7.0
    * no changelog found
* Thu Mar 14 2019 Stephan Kulow <coolo@suse.com>
  - updated to version 1.6.0
    no changelog found
* Mon Jan 28 2019 mschnitzer@suse.com
  - updated to version 1.5.3
    * Fix issue where localize would return strange messages if the
      translation was missing - #464
* Mon Jan 14 2019 mschnitzer@suse.com
  - updated to version 1.5.2
    * Fixed a bug where the required_ruby_version was not set
      correctly in the gemspec - #462
* Wed Dec 19 2018 Stephan Kulow <coolo@suse.com>
  - updated to version 1.2.0
    no changelog found
* Tue Nov 06 2018 mschnitzer@suse.com
  - updated to version 1.1.1
    * Expose translations with an option to perform initialization (if it hasn't been done already) (#353 / #254)
    * Removed un-used Kernel core extension #436
    * Added project metadata for RubyGems #434
* Thu Aug 16 2018 mschnitzer@suse.com
  - updated to version 1.1.0
    * Simplified default exception handler - #414
    * Fallbacks now exclude default locale - #415, possibly fixes #413 + #338
    * Fixed deprecated use of assert_nothing_raised #417
    * Fixed pluralization behavior for KeyValue backend with subtrees disabled - #419
    * Allow yaml file extension - #421
* Thu Apr 19 2018 factory-auto@kulow.org
  - updated to version 1.0.1
    no changelog found
* Wed Apr 18 2018 factory-auto@kulow.org
  - updated to version 1.0.1
    no changelog found
* Wed Feb 14 2018 factory-auto@kulow.org
  - updated to version 1.0.0
    no changelog found
* Fri Feb 09 2018 factory-auto@kulow.org
  - updated to version 0.9.4
    no changelog found
* Thu Feb 08 2018 coolo@suse.com
  - updated to version 0.9.3
    no changelog found
* Fri Nov 17 2017 mschnitzer@suse.com
  - updated to version 0.9.1
    * Reverted Hash#slice behaviour introduced with #250 - See #390.
    * Fixed a regression caused by #387, where translations may have returned a not-helpful error message - See #389
* Mon Oct 23 2017 mschnitzer@suse.com
  - updated to version 0.9.0
    * Made Backend::Memoize threadsafe. See #51 and #352.
    * Added a middleware I18n::Middleware that should be used to ensure that i18n config is reset correctly between requests. See #381 and #382.
* Thu Aug 03 2017 cbruckmayer@suse.com
  - updated to version 0.8.6
    no changelog found
* Wed May 31 2017 coolo@suse.com
  - updated to version 0.8.4
    no changelog found
* Mon Mar 13 2017 hvogel@suse.com
  - Update to version 0.8.1
    no changelog found
* Wed Feb 01 2017 coolo@suse.com
  - updated to version 0.8.0
    no changelog found
* Wed Jan 28 2015 adrian@suse.de
  - update to version 0.7.0, no changelog

Files

/usr/lib64/ruby/gems/2.5.0/build_info
/usr/lib64/ruby/gems/2.5.0/cache/i18n-1.8.10.gem
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/MIT-LICENSE
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/README.md
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/backend
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/backend.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/backend/base.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/backend/cache.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/backend/cache_file.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/backend/cascade.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/backend/chain.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/backend/fallbacks.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/backend/flatten.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/backend/gettext.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/backend/interpolation_compiler.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/backend/key_value.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/backend/memoize.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/backend/metadata.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/backend/pluralization.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/backend/simple.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/backend/transliterator.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/config.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/core_ext
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/core_ext/hash.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/exceptions.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/gettext
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/gettext.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/gettext/helpers.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/gettext/po_parser.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/interpolate
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/interpolate/ruby.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/locale
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/locale.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/locale/fallbacks.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/locale/tag
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/locale/tag.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/locale/tag/parents.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/locale/tag/rfc4646.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/locale/tag/simple.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/middleware.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/tests
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/tests.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/tests/basics.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/tests/defaults.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/tests/interpolation.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/tests/link.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/tests/localization
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/tests/localization.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/tests/localization/date.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/tests/localization/date_time.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/tests/localization/procs.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/tests/localization/time.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/tests/lookup.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/tests/pluralization.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/tests/procs.rb
/usr/lib64/ruby/gems/2.5.0/gems/i18n-1.8.10/lib/i18n/version.rb
/usr/lib64/ruby/gems/2.5.0/specifications/i18n-1.8.10.gemspec
/usr/share/doc/packages/ruby2.5-rubygem-i18n-1.8
/usr/share/doc/packages/ruby2.5-rubygem-i18n-1.8/MIT-LICENSE
/usr/share/doc/packages/ruby2.5-rubygem-i18n-1.8/README.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:00:22 2024