pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-i18n



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jun  4 15:52:15 UTC 2017

Modified Files:
        pkgsrc/devel/ruby-i18n: Makefile PLIST distinfo

Log Message:
Update ruby-i18n to 0.8.4.

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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-i18n/Makefile \
    pkgsrc/devel/ruby-i18n/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-i18n/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-i18n/Makefile
diff -u pkgsrc/devel/ruby-i18n/Makefile:1.11 pkgsrc/devel/ruby-i18n/Makefile:1.12
--- pkgsrc/devel/ruby-i18n/Makefile:1.11        Mon Mar 13 16:32:33 2017
+++ pkgsrc/devel/ruby-i18n/Makefile     Sun Jun  4 15:52:15 2017
@@ -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@localhost
Index: pkgsrc/devel/ruby-i18n/distinfo
diff -u pkgsrc/devel/ruby-i18n/distinfo:1.11 pkgsrc/devel/ruby-i18n/distinfo:1.12
--- pkgsrc/devel/ruby-i18n/distinfo:1.11        Mon Mar 13 16:32:33 2017
+++ pkgsrc/devel/ruby-i18n/distinfo     Sun Jun  4 15:52:15 2017
@@ -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

Index: pkgsrc/devel/ruby-i18n/PLIST
diff -u pkgsrc/devel/ruby-i18n/PLIST:1.7 pkgsrc/devel/ruby-i18n/PLIST:1.8
--- pkgsrc/devel/ruby-i18n/PLIST:1.7    Mon Mar 13 16:32:33 2017
+++ pkgsrc/devel/ruby-i18n/PLIST        Sun Jun  4 15:52:15 2017
@@ -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
@@ -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



Home | Main Index | Thread Index | Old Index