Sun Sep 23 14:42:41 2018 UTC ()
devel/ruby-i18n: update to 1.1.0

1.1.0	-- 2018/08/07

* 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

1.0.1	-- 2018/04/18

* Removed creation of some anonymous objects in I18n - #393
* Added missing key exception_handler to reserved keys - #412

Thanks to @stereobooster and @tjoyal.


(taca)
diff -r1.14 -r1.15 pkgsrc/devel/ruby-i18n/Makefile
diff -r1.14 -r1.15 pkgsrc/devel/ruby-i18n/distinfo
diff -r1.10 -r1.11 pkgsrc/devel/ruby-i18n/PLIST

cvs diff -r1.14 -r1.15 pkgsrc/devel/ruby-i18n/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-i18n/Makefile 2018/03/13 17:02:29 1.14
+++ pkgsrc/devel/ruby-i18n/Makefile 2018/09/23 14:42:41 1.15
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.14 2018/03/13 17:02:29 taca Exp $ 1# $NetBSD: Makefile,v 1.15 2018/09/23 14:42:41 taca Exp $
2 2
3DISTNAME= i18n-1.0.0 3DISTNAME= i18n-1.1.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/svenfuchs/i18n 7HOMEPAGE= https://github.com/svenfuchs/i18n
8COMMENT= New wave Internationalization support for Ruby 8COMMENT= New wave Internationalization support for Ruby
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-concurrent-ruby>=1.0<2:../../devel/ruby-concurrent-ruby 11DEPENDS+= ${RUBY_PKGPREFIX}-concurrent-ruby>=1.0<2:../../devel/ruby-concurrent-ruby
12 12
13.include "../../lang/ruby/gem.mk" 13.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.14 -r1.15 pkgsrc/devel/ruby-i18n/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-i18n/distinfo 2018/03/13 17:02:29 1.14
+++ pkgsrc/devel/ruby-i18n/distinfo 2018/09/23 14:42:41 1.15
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.14 2018/03/13 17:02:29 taca Exp $ 1$NetBSD: distinfo,v 1.15 2018/09/23 14:42:41 taca Exp $
2 2
3SHA1 (i18n-1.0.0.gem) = dfeadb32ced73561d16f09eaa0dfc58677c4e2cd 3SHA1 (i18n-1.1.0.gem) = 08ca48afa071976614d32e2b17447ff2e5f79e03
4RMD160 (i18n-1.0.0.gem) = e637d58c517491545d463a8fb8d243e1da05088b 4RMD160 (i18n-1.1.0.gem) = 798115dd05df1b3fbf209af99310ee685fd50391
5SHA512 (i18n-1.0.0.gem) = 627720c14413886e0932e962147cac453339a4532301d51931d75413909640487872c478fca3920e71e041c9b375facb4a85dd41dc75111e77c3505275757bcf 5SHA512 (i18n-1.1.0.gem) = f406c79fa15ec20a71cf413ea06f9eac1fac5063549d907a8610bd40e878310825d0f3d7a2077a4d2c91b51f6afc988fe22313e7662b3d439819085e0a769efe
6Size (i18n-1.0.0.gem) = 61952 bytes 6Size (i18n-1.1.0.gem) = 61952 bytes

cvs diff -r1.10 -r1.11 pkgsrc/devel/ruby-i18n/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/ruby-i18n/PLIST 2018/03/13 17:02:29 1.10
+++ pkgsrc/devel/ruby-i18n/PLIST 2018/09/23 14:42:41 1.11
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.10 2018/03/13 17:02:29 taca Exp $ 1@comment $NetBSD: PLIST,v 1.11 2018/09/23 14:42:41 taca Exp $
2${GEM_HOME}/cache/${GEM_NAME}.gem 2${GEM_HOME}/cache/${GEM_NAME}.gem
3${GEM_LIBDIR}/MIT-LICENSE 3${GEM_LIBDIR}/MIT-LICENSE
4${GEM_LIBDIR}/README.md 4${GEM_LIBDIR}/README.md
5${GEM_LIBDIR}/gemfiles/Gemfile.rails-3.2.x 5${GEM_LIBDIR}/gemfiles/Gemfile.rails-3.2.x
6${GEM_LIBDIR}/gemfiles/Gemfile.rails-4.0.x 6${GEM_LIBDIR}/gemfiles/Gemfile.rails-4.0.x
7${GEM_LIBDIR}/gemfiles/Gemfile.rails-4.1.x 7${GEM_LIBDIR}/gemfiles/Gemfile.rails-4.1.x
8${GEM_LIBDIR}/gemfiles/Gemfile.rails-4.2.x 8${GEM_LIBDIR}/gemfiles/Gemfile.rails-4.2.x
9${GEM_LIBDIR}/gemfiles/Gemfile.rails-5.0.x 9${GEM_LIBDIR}/gemfiles/Gemfile.rails-5.0.x
10${GEM_LIBDIR}/gemfiles/Gemfile.rails-5.1.x 10${GEM_LIBDIR}/gemfiles/Gemfile.rails-5.1.x
11${GEM_LIBDIR}/gemfiles/Gemfile.rails-master 11${GEM_LIBDIR}/gemfiles/Gemfile.rails-master
12${GEM_LIBDIR}/lib/i18n.rb 12${GEM_LIBDIR}/lib/i18n.rb
13${GEM_LIBDIR}/lib/i18n/backend.rb 13${GEM_LIBDIR}/lib/i18n/backend.rb
14${GEM_LIBDIR}/lib/i18n/backend/base.rb 14${GEM_LIBDIR}/lib/i18n/backend/base.rb
@@ -81,19 +81,20 @@ ${GEM_LIBDIR}/test/gettext/api_test.rb @@ -81,19 +81,20 @@ ${GEM_LIBDIR}/test/gettext/api_test.rb
81${GEM_LIBDIR}/test/gettext/backend_test.rb 81${GEM_LIBDIR}/test/gettext/backend_test.rb
82${GEM_LIBDIR}/test/i18n/exceptions_test.rb 82${GEM_LIBDIR}/test/i18n/exceptions_test.rb
83${GEM_LIBDIR}/test/i18n/gettext_plural_keys_test.rb 83${GEM_LIBDIR}/test/i18n/gettext_plural_keys_test.rb
84${GEM_LIBDIR}/test/i18n/interpolate_test.rb 84${GEM_LIBDIR}/test/i18n/interpolate_test.rb
85${GEM_LIBDIR}/test/i18n/load_path_test.rb 85${GEM_LIBDIR}/test/i18n/load_path_test.rb
86${GEM_LIBDIR}/test/i18n/middleware_test.rb 86${GEM_LIBDIR}/test/i18n/middleware_test.rb
87${GEM_LIBDIR}/test/i18n_test.rb 87${GEM_LIBDIR}/test/i18n_test.rb
88${GEM_LIBDIR}/test/locale/fallbacks_test.rb 88${GEM_LIBDIR}/test/locale/fallbacks_test.rb
89${GEM_LIBDIR}/test/locale/tag/rfc4646_test.rb 89${GEM_LIBDIR}/test/locale/tag/rfc4646_test.rb
90${GEM_LIBDIR}/test/locale/tag/simple_test.rb 90${GEM_LIBDIR}/test/locale/tag/simple_test.rb
91${GEM_LIBDIR}/test/run_all.rb 91${GEM_LIBDIR}/test/run_all.rb
92${GEM_LIBDIR}/test/test_data/locales/de.po 92${GEM_LIBDIR}/test/test_data/locales/de.po
93${GEM_LIBDIR}/test/test_data/locales/en.rb 93${GEM_LIBDIR}/test/test_data/locales/en.rb
 94${GEM_LIBDIR}/test/test_data/locales/en.yaml
94${GEM_LIBDIR}/test/test_data/locales/en.yml 95${GEM_LIBDIR}/test/test_data/locales/en.yml
95${GEM_LIBDIR}/test/test_data/locales/invalid/empty.yml 96${GEM_LIBDIR}/test/test_data/locales/invalid/empty.yml
96${GEM_LIBDIR}/test/test_data/locales/invalid/syntax.yml 97${GEM_LIBDIR}/test/test_data/locales/invalid/syntax.yml
97${GEM_LIBDIR}/test/test_data/locales/plurals.rb 98${GEM_LIBDIR}/test/test_data/locales/plurals.rb
98${GEM_LIBDIR}/test/test_helper.rb 99${GEM_LIBDIR}/test/test_helper.rb
99${GEM_HOME}/specifications/${GEM_NAME}.gemspec 100${GEM_HOME}/specifications/${GEM_NAME}.gemspec