2017-08-18 12:41:40 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-fast_gettextto 1.5.1.
* IO#lines has been deprecated in Ruby 2.0 in favor of IO#each_line.
|
2017-06-21 15:56:17 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-fast_gettext to 1.4.1.
* Add ruby 2.4 support in travis.
* Upgrade to rails 4.2.8 for ruby 2.4 support.
* Add reload method to Db TranslationRepository.
|
2017-03-22 10:51:03 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Forgot to commit distinfo.
|
2017-03-19 17:41:59 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Update ruby-fast_gettext to 1.4.0.
pkgsrc change: Update HOMEPAGE.
* Added with_locale to README.
* Expose name and options on TranslationRepository.
* TranslationRepository::Base: change attr_accessor to attr_reader.
|
2016-10-24 15:58:56 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-fast_gettext to 1.3.0.
* Add FastGettext.with_locale which switch temporary for a block.
|
2016-08-23 15:39:02 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-fast_gettext to 1.2.0.
Add support for merge repositories.
|
2016-07-19 15:47:36 by Takahiro Kambe | Files touched by this commit (2) |
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
|
2015-11-29 14:22:56 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-fast_gettext to 1.0.0.
1.0.0 -- do not enforce attr_accessible unless ProtectedAttributes are loaded
|
2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995) |
Log message:
Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-02-01 15:03:55 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-fast_gettext to 0.9.2.
0.9.0 -- reworked internals of caching to be plugable
|