diff options
author | taca <taca@pkgsrc.org> | 2019-02-03 15:12:37 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2019-02-03 15:12:37 +0000 |
commit | 23ebe3cb515e6dbbca2102c6c8d6b7798fa5f068 (patch) | |
tree | 5b7ff99e22e7d42cb325919ac60e5feb20c8ecc5 /devel | |
parent | b2e4f4b839091ed23299b439d0b18af0acb96860 (diff) | |
download | pkgsrc-23ebe3cb515e6dbbca2102c6c8d6b7798fa5f068.tar.gz |
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.)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-i18n/Makefile | 6 | ||||
-rw-r--r-- | devel/ruby-i18n/PLIST | 54 | ||||
-rw-r--r-- | devel/ruby-i18n/distinfo | 10 |
3 files changed, 11 insertions, 59 deletions
diff --git a/devel/ruby-i18n/Makefile b/devel/ruby-i18n/Makefile index 6cc71bb4628..a7ba5ae0a99 100644 --- a/devel/ruby-i18n/Makefile +++ b/devel/ruby-i18n/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2018/09/23 14:42:41 taca Exp $ +# $NetBSD: Makefile,v 1.16 2019/02/03 15:12:37 taca Exp $ -DISTNAME= i18n-1.1.0 +DISTNAME= i18n-1.5.3 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org @@ -10,5 +10,7 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-concurrent-ruby>=1.0<2:../../devel/ruby-concurrent-ruby +USE_LANGUAGES= # none + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby-i18n/PLIST b/devel/ruby-i18n/PLIST index 5181677fd9f..534e972f4f6 100644 --- a/devel/ruby-i18n/PLIST +++ b/devel/ruby-i18n/PLIST @@ -1,18 +1,12 @@ -@comment $NetBSD: PLIST,v 1.11 2018/09/23 14:42:41 taca Exp $ +@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}/gemfiles/Gemfile.rails-3.2.x -${GEM_LIBDIR}/gemfiles/Gemfile.rails-4.0.x -${GEM_LIBDIR}/gemfiles/Gemfile.rails-4.1.x -${GEM_LIBDIR}/gemfiles/Gemfile.rails-4.2.x -${GEM_LIBDIR}/gemfiles/Gemfile.rails-5.0.x -${GEM_LIBDIR}/gemfiles/Gemfile.rails-5.1.x -${GEM_LIBDIR}/gemfiles/Gemfile.rails-master ${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 @@ -27,8 +21,6 @@ ${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/core_ext/kernel/suppress_warnings.rb -${GEM_LIBDIR}/lib/i18n/core_ext/string/interpolate.rb ${GEM_LIBDIR}/lib/i18n/exceptions.rb ${GEM_LIBDIR}/lib/i18n/gettext.rb ${GEM_LIBDIR}/lib/i18n/gettext/helpers.rb @@ -55,46 +47,4 @@ ${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_LIBDIR}/test/api/all_features_test.rb -${GEM_LIBDIR}/test/api/cascade_test.rb -${GEM_LIBDIR}/test/api/chain_test.rb -${GEM_LIBDIR}/test/api/fallbacks_test.rb -${GEM_LIBDIR}/test/api/key_value_test.rb -${GEM_LIBDIR}/test/api/memoize_test.rb -${GEM_LIBDIR}/test/api/override_test.rb -${GEM_LIBDIR}/test/api/pluralization_test.rb -${GEM_LIBDIR}/test/api/simple_test.rb -${GEM_LIBDIR}/test/backend/cache_test.rb -${GEM_LIBDIR}/test/backend/cascade_test.rb -${GEM_LIBDIR}/test/backend/chain_test.rb -${GEM_LIBDIR}/test/backend/exceptions_test.rb -${GEM_LIBDIR}/test/backend/fallbacks_test.rb -${GEM_LIBDIR}/test/backend/interpolation_compiler_test.rb -${GEM_LIBDIR}/test/backend/key_value_test.rb -${GEM_LIBDIR}/test/backend/memoize_test.rb -${GEM_LIBDIR}/test/backend/metadata_test.rb -${GEM_LIBDIR}/test/backend/pluralization_test.rb -${GEM_LIBDIR}/test/backend/simple_test.rb -${GEM_LIBDIR}/test/backend/transliterator_test.rb -${GEM_LIBDIR}/test/core_ext/hash_test.rb -${GEM_LIBDIR}/test/gettext/api_test.rb -${GEM_LIBDIR}/test/gettext/backend_test.rb -${GEM_LIBDIR}/test/i18n/exceptions_test.rb -${GEM_LIBDIR}/test/i18n/gettext_plural_keys_test.rb -${GEM_LIBDIR}/test/i18n/interpolate_test.rb -${GEM_LIBDIR}/test/i18n/load_path_test.rb -${GEM_LIBDIR}/test/i18n/middleware_test.rb -${GEM_LIBDIR}/test/i18n_test.rb -${GEM_LIBDIR}/test/locale/fallbacks_test.rb -${GEM_LIBDIR}/test/locale/tag/rfc4646_test.rb -${GEM_LIBDIR}/test/locale/tag/simple_test.rb -${GEM_LIBDIR}/test/run_all.rb -${GEM_LIBDIR}/test/test_data/locales/de.po -${GEM_LIBDIR}/test/test_data/locales/en.rb -${GEM_LIBDIR}/test/test_data/locales/en.yaml -${GEM_LIBDIR}/test/test_data/locales/en.yml -${GEM_LIBDIR}/test/test_data/locales/invalid/empty.yml -${GEM_LIBDIR}/test/test_data/locales/invalid/syntax.yml -${GEM_LIBDIR}/test/test_data/locales/plurals.rb -${GEM_LIBDIR}/test/test_helper.rb ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/devel/ruby-i18n/distinfo b/devel/ruby-i18n/distinfo index bd6412fed3f..c07e4417bf6 100644 --- a/devel/ruby-i18n/distinfo +++ b/devel/ruby-i18n/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2018/09/23 14:42:41 taca Exp $ +$NetBSD: distinfo,v 1.16 2019/02/03 15:12:37 taca Exp $ -SHA1 (i18n-1.1.0.gem) = 08ca48afa071976614d32e2b17447ff2e5f79e03 -RMD160 (i18n-1.1.0.gem) = 798115dd05df1b3fbf209af99310ee685fd50391 -SHA512 (i18n-1.1.0.gem) = f406c79fa15ec20a71cf413ea06f9eac1fac5063549d907a8610bd40e878310825d0f3d7a2077a4d2c91b51f6afc988fe22313e7662b3d439819085e0a769efe -Size (i18n-1.1.0.gem) = 61952 bytes +SHA1 (i18n-1.5.3.gem) = 0aa0b0c281392305ab2a6af82e0a70fb0957a872 +RMD160 (i18n-1.5.3.gem) = a91e8cbacc8eebaf1d3e63dcd87f1d52851b983d +SHA512 (i18n-1.5.3.gem) = 88c12771903f9d2743e0f8fd3c82f9ee8a331a802e0e5c84c9e30aaaf1d4af4f1dbaf35d21a2b08c0182f075fe98bef3ba25df947034669b1c9a2ff0f933c90e +Size (i18n-1.5.3.gem) = 41472 bytes |