pkgsrc/devel/ruby-i18n/PLIST
taca fc6e37345c devel/ruby-i18n: update to 1.5.3
1.5.3 (2019-01-21)

* Fix issue where localize would return strange messages if the translation
  was missing - #464

1.5.2 (2019-01-14)

* Fixed a bug where the required_ruby_version was not set correctly in the
  gemspec - #462

1.5.1 (2019-01-06)

(Note that there is no v1.5.0 release. was prepping this release and found
some more changes to make. So v1.5.1 is the first release for the v1.5.x
series)

* Fixed a regression that happened when numeric translation keys contained
  leading zeros: #456 / #457
* Removed support for Ruby versions older than 2.3. Ruby 2.2 is now 4 years
  old. Applications have had ample time to upgrade, and if they haven't done
  so, now is an opportune time to do so.
* Removed some code that was checking for RUBY_VERSION <= 1.9
* Began testing over Ruby 2.6.

1.4.0 (2019-01-01)

* Fixed two issues with i18n and JRuby compat (commit fb0c8be and #455). See
  #447.
* Fixed issue where keys in an array were not symbolised #450
* Fixed issue where ActiveSupport::HashWithIndifferentAccess was not handled
  correctly #454

1.3.0 (2019-01-01)

* Updated post-install message to be more explicit about what versions things
  changed in - #446
* Fixed a regression in backends where keys were incorrectly typecast - #443,
  #444, #445, etc.

Please note that as of this release, only 5.x and greater versions of Rails
are supported (it might help to think of it as ~> 5.0, sorta.)
2019-02-03 15:12:37 +00:00

50 lines
2 KiB
Text

@comment $NetBSD: PLIST,v 1.12 2019/02/03 15:12:37 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/MIT-LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/lib/i18n.rb
${GEM_LIBDIR}/lib/i18n/backend.rb
${GEM_LIBDIR}/lib/i18n/backend/base.rb
${GEM_LIBDIR}/lib/i18n/backend/cache.rb
${GEM_LIBDIR}/lib/i18n/backend/cache_file.rb
${GEM_LIBDIR}/lib/i18n/backend/cascade.rb
${GEM_LIBDIR}/lib/i18n/backend/chain.rb
${GEM_LIBDIR}/lib/i18n/backend/fallbacks.rb
${GEM_LIBDIR}/lib/i18n/backend/flatten.rb
${GEM_LIBDIR}/lib/i18n/backend/gettext.rb
${GEM_LIBDIR}/lib/i18n/backend/interpolation_compiler.rb
${GEM_LIBDIR}/lib/i18n/backend/key_value.rb
${GEM_LIBDIR}/lib/i18n/backend/memoize.rb
${GEM_LIBDIR}/lib/i18n/backend/metadata.rb
${GEM_LIBDIR}/lib/i18n/backend/pluralization.rb
${GEM_LIBDIR}/lib/i18n/backend/simple.rb
${GEM_LIBDIR}/lib/i18n/backend/transliterator.rb
${GEM_LIBDIR}/lib/i18n/config.rb
${GEM_LIBDIR}/lib/i18n/core_ext/hash.rb
${GEM_LIBDIR}/lib/i18n/exceptions.rb
${GEM_LIBDIR}/lib/i18n/gettext.rb
${GEM_LIBDIR}/lib/i18n/gettext/helpers.rb
${GEM_LIBDIR}/lib/i18n/gettext/po_parser.rb
${GEM_LIBDIR}/lib/i18n/interpolate/ruby.rb
${GEM_LIBDIR}/lib/i18n/locale.rb
${GEM_LIBDIR}/lib/i18n/locale/fallbacks.rb
${GEM_LIBDIR}/lib/i18n/locale/tag.rb
${GEM_LIBDIR}/lib/i18n/locale/tag/parents.rb
${GEM_LIBDIR}/lib/i18n/locale/tag/rfc4646.rb
${GEM_LIBDIR}/lib/i18n/locale/tag/simple.rb
${GEM_LIBDIR}/lib/i18n/middleware.rb
${GEM_LIBDIR}/lib/i18n/tests.rb
${GEM_LIBDIR}/lib/i18n/tests/basics.rb
${GEM_LIBDIR}/lib/i18n/tests/defaults.rb
${GEM_LIBDIR}/lib/i18n/tests/interpolation.rb
${GEM_LIBDIR}/lib/i18n/tests/link.rb
${GEM_LIBDIR}/lib/i18n/tests/localization.rb
${GEM_LIBDIR}/lib/i18n/tests/localization/date.rb
${GEM_LIBDIR}/lib/i18n/tests/localization/date_time.rb
${GEM_LIBDIR}/lib/i18n/tests/localization/procs.rb
${GEM_LIBDIR}/lib/i18n/tests/localization/time.rb
${GEM_LIBDIR}/lib/i18n/tests/lookup.rb
${GEM_LIBDIR}/lib/i18n/tests/pluralization.rb
${GEM_LIBDIR}/lib/i18n/tests/procs.rb
${GEM_LIBDIR}/lib/i18n/version.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec