Skip to content

Commit

Permalink
Update ruby-i18n to 0.8.4.
Browse files Browse the repository at this point in the history
0.8.4					2017/05/31

* Revert "Don't allow nil to be submitted as a key to i18n.translate()"

0.8.3					2017/5/30

* I18n::Gettext#plural_keys will now return a hash from Gettext if no
  arguments are provided - #122
* Fixed a bug where passing false to translate would not translate that value
  - #367

0.8.2					2017/5/30

* Do not allow nil to be passed to translate - #236
  • Loading branch information
taca committed Jun 4, 2017
1 parent f7c3f6d commit 16d3efb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-i18n/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.11 2017/03/13 16:32:33 taca Exp $
# $NetBSD: Makefile,v 1.12 2017/06/04 15:52:15 taca Exp $

DISTNAME= i18n-0.8.1
DISTNAME= i18n-0.8.4
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
9 changes: 8 additions & 1 deletion devel/ruby-i18n/PLIST
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
@comment $NetBSD: PLIST,v 1.7 2017/03/13 16:32:33 taca Exp $
@comment $NetBSD: PLIST,v 1.8 2017/06/04 15:52:15 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-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-5.0.x
${GEM_LIBDIR}/gemfiles/Gemfile.rails-5.0.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
Expand Down Expand Up @@ -78,6 +84,7 @@ ${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_test.rb
Expand Down
10 changes: 5 additions & 5 deletions devel/ruby-i18n/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.11 2017/03/13 16:32:33 taca Exp $
$NetBSD: distinfo,v 1.12 2017/06/04 15:52:15 taca Exp $

SHA1 (i18n-0.8.1.gem) = ee9a185ce67f6ea2bf96749553f92215d83579ab
RMD160 (i18n-0.8.1.gem) = c0adaafa18cf38786b5dbdee35a2705581d4dc87
SHA512 (i18n-0.8.1.gem) = 7b054eedd042a7a56c118412f627b29e69cc87db72b810c593d64347c7e4e713b2f428cfb4135a1b1330c4909abe6df46f3386e735be53f99d88de5ce11989fb
Size (i18n-0.8.1.gem) = 59392 bytes
SHA1 (i18n-0.8.4.gem) = 0b2d813a9fd58ca5bff96e139463068a98ca160b
RMD160 (i18n-0.8.4.gem) = 850f44748292656d1ab6c96c0690b0e05cc1192c
SHA512 (i18n-0.8.4.gem) = 43b634d3d408351c9160c2621a3f1819060b33becf132a8c378d33c3ead72defca52d26d7d3c238801941fa3845d019bff76c62f95928900d5c3b04c9c362d8e
Size (i18n-0.8.4.gem) = 60416 bytes

0 comments on commit 16d3efb

Please sign in to comment.