Update ruby-i18n to 0.7.0.
0.7.0 * Drop support to Ruby 1.8.7 / REE * Drop support to Rails 2.3 / 3.0 / 3.1 * Remove deprecated stuff: - Setting :default_exception_hander Symbol to I18n.exception_handler. - normalize_translation_keys in favor of normalize_keys. - :rescue_format option on the exception handler. - enforce_available_locales now defaults to true with no deprecation message.
This commit is contained in:
parent
01ec800dc4
commit
077db2f785
3 changed files with 19 additions and 17 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.9 2013/12/16 09:21:34 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2015/03/13 13:38:08 taca Exp $
|
||||
|
||||
DISTNAME= i18n-0.6.9
|
||||
DISTNAME= i18n-0.7.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,13 +1,17 @@
|
|||
@comment $NetBSD: PLIST,v 1.5 2013/12/16 09:21:34 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.6 2015/03/13 13:38:08 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/MIT-LICENSE
|
||||
${GEM_LIBDIR}/README.textile
|
||||
${GEM_LIBDIR}/ci/Gemfile.no-rails
|
||||
${GEM_LIBDIR}/ci/Gemfile.no-rails.lock
|
||||
${GEM_LIBDIR}/ci/Gemfile.rails-2.3.x
|
||||
${GEM_LIBDIR}/ci/Gemfile.rails-2.3.x.lock
|
||||
${GEM_LIBDIR}/ci/Gemfile.rails-3.x
|
||||
${GEM_LIBDIR}/ci/Gemfile.rails-3.x.lock
|
||||
${GEM_LIBDIR}/README.md
|
||||
${GEM_LIBDIR}/gemfiles/Gemfile.rails-3.2.x
|
||||
${GEM_LIBDIR}/gemfiles/Gemfile.rails-3.2.x.lock
|
||||
${GEM_LIBDIR}/gemfiles/Gemfile.rails-4.0.x
|
||||
${GEM_LIBDIR}/gemfiles/Gemfile.rails-4.0.x.lock
|
||||
${GEM_LIBDIR}/gemfiles/Gemfile.rails-4.1.x
|
||||
${GEM_LIBDIR}/gemfiles/Gemfile.rails-4.1.x.lock
|
||||
${GEM_LIBDIR}/gemfiles/Gemfile.rails-4.2.x
|
||||
${GEM_LIBDIR}/gemfiles/Gemfile.rails-4.2.x.lock
|
||||
${GEM_LIBDIR}/gemfiles/Gemfile.rails-master
|
||||
${GEM_LIBDIR}/gemfiles/Gemfile.rails-master.lock
|
||||
${GEM_LIBDIR}/lib/i18n.rb
|
||||
${GEM_LIBDIR}/lib/i18n/backend.rb
|
||||
${GEM_LIBDIR}/lib/i18n/backend/base.rb
|
||||
|
@ -26,7 +30,7 @@ ${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/surpress_warnings.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
|
||||
|
@ -53,7 +57,6 @@ ${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/all.rb
|
||||
${GEM_LIBDIR}/test/api/all_features_test.rb
|
||||
${GEM_LIBDIR}/test/api/cascade_test.rb
|
||||
${GEM_LIBDIR}/test/api/chain_test.rb
|
||||
|
@ -76,7 +79,6 @@ ${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/core_ext/string/interpolate_test.rb
|
||||
${GEM_LIBDIR}/test/gettext/api_test.rb
|
||||
${GEM_LIBDIR}/test/gettext/backend_test.rb
|
||||
${GEM_LIBDIR}/test/i18n/exceptions_test.rb
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.8 2013/12/16 09:21:34 taca Exp $
|
||||
$NetBSD: distinfo,v 1.9 2015/03/13 13:38:08 taca Exp $
|
||||
|
||||
SHA1 (i18n-0.6.9.gem) = 9754d686f20454da858c5f31a976c77cd98a9236
|
||||
RMD160 (i18n-0.6.9.gem) = 5b6d5ea17d1f53ce30ed5299bc63c2f9ee06cde7
|
||||
Size (i18n-0.6.9.gem) = 60416 bytes
|
||||
SHA1 (i18n-0.7.0.gem) = 0ae0e0757fb8bccb9b0516aa90534c194936441c
|
||||
RMD160 (i18n-0.7.0.gem) = a7710399731a5604df3871875227a5fde73b5500
|
||||
Size (i18n-0.7.0.gem) = 57856 bytes
|
||||
|
|
Loading…
Reference in a new issue