pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-fast_gettext Update ruby-fast_gettext to 1....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2a3ac8d1a48
branches:  trunk
changeset: 349932:c2a3ac8d1a48
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Jul 19 13:47:36 2016 +0000

description:
Update ruby-fast_gettext to 1.1.0.

* Use travis containers to fix: undefined method `spec' for nil:NilClass
  See bundler/bundler#3558
* Support for lazy loading of .mo and .po files
  Makes `MoFile` and `PoFile` being loaded when translations are touched
  for the first time. This allows to skip loading unused translations
  and speed up application load time. The original behavior is still
  available when `:eager_load => true` switch is used.
* simpler load paths

diffstat:

 devel/ruby-fast_gettext/Makefile |   4 ++--
 devel/ruby-fast_gettext/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r b6e8022157ae -r c2a3ac8d1a48 devel/ruby-fast_gettext/Makefile
--- a/devel/ruby-fast_gettext/Makefile  Tue Jul 19 12:46:06 2016 +0000
+++ b/devel/ruby-fast_gettext/Makefile  Tue Jul 19 13:47:36 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2015/11/29 13:22:56 taca Exp $
+# $NetBSD: Makefile,v 1.12 2016/07/19 13:47:36 taca Exp $
 
-DISTNAME=      fast_gettext-1.0.0
+DISTNAME=      fast_gettext-1.1.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r b6e8022157ae -r c2a3ac8d1a48 devel/ruby-fast_gettext/distinfo
--- a/devel/ruby-fast_gettext/distinfo  Tue Jul 19 12:46:06 2016 +0000
+++ b/devel/ruby-fast_gettext/distinfo  Tue Jul 19 13:47:36 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2015/11/29 13:22:56 taca Exp $
+$NetBSD: distinfo,v 1.13 2016/07/19 13:47:36 taca Exp $
 
-SHA1 (fast_gettext-1.0.0.gem) = 77703953cd9e62e4b1ada5ef6b67c9dd3e04f3a8
-RMD160 (fast_gettext-1.0.0.gem) = c81979b03c852e71bc9fcebad383a163272a54d7
-SHA512 (fast_gettext-1.0.0.gem) = d92febbeba1630ceaf2ae7413fdece74dd6d998983497c5aeca726a2f5f9eb60d9fca2dd5a809cf501c18d383dcfe937233fbef826d5d4b7b39840b2c2e460af
-Size (fast_gettext-1.0.0.gem) = 26112 bytes
+SHA1 (fast_gettext-1.1.0.gem) = dac54ed69c12fa6333e88f9f4dc1af0419fc7d35
+RMD160 (fast_gettext-1.1.0.gem) = 982aa58a25633e2248463a01e6f95c089f53241d
+SHA512 (fast_gettext-1.1.0.gem) = b646ceb3de2edbb5070621ba5ce486be3eb0173828c5fc1ea45e8b1ce93a7a8b2d6726b1fa4784b260d829d492f8a4b93ce69141b49c9973ab1ccb50b09761af
+Size (fast_gettext-1.1.0.gem) = 26112 bytes



Home | Main Index | Thread Index | Old Index