Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-fast_gettext
From: Takahiro Kambe
Date: 2016-07-19 15:47:36
Message id: 20160719134736.645E7FBB5@cvs.NetBSD.org
Log Message:
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
Files: