./devel/ruby-i18n, New wave Internationalization support for Ruby

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2013Q3, Version: 0.6.9, Package name: ruby193-i18n-0.6.9, Maintainer: pkgsrc-users

Ruby Internationalization and localization solution. Features:

* translation and localization
* interpolation of values to translations (Ruby 1.9 compatible syntax)
* pluralization (CLDR compatible)
* customizable transliteration to ASCII
* flexible defaults
* bulk lookup
* lambdas as translation data
* custom key/scope separator
* custom exception handlers
* extensible architecture with a swappable backend

Pluggable features:
* Cache
* Pluralization: lambda pluralizers stored as translation data
* Locale fallbacks, RFC4647 compliant (optionally: RFC4646 locale validation)
* Gettext support
* Translation metadata

Alternative backends:
* Chain
* ActiveRecord (optionally: ActiveRecord::Missing and ActiveRecord::StoreProcs)
* KeyValue (uses active_support/json and cannot store procs)


Required to run:
[lang/ruby193-base]

Master sites: (Expand)

SHA1: 9754d686f20454da858c5f31a976c77cd98a9236
RMD160: 5b6d5ea17d1f53ce30ed5299bc63c2f9ee06cde7
Filesize: 59 KB

Version history: (Expand)


CVS history: (Expand)


   2013-12-18 11:02:40 by Matthias Scheler | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #4275 - requested by taca
devel/ruby-i18n: security update

Revisions pulled up:
- devel/ruby-i18n/Makefile                                      1.9
- devel/ruby-i18n/PLIST                                         1.5
- devel/ruby-i18n/distinfo                                      1.8

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Mon Dec 16 09:21:34 UTC 2013

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

   Log message:
   Update ruby-i18n to 0.6.9.  This is security fix.

   * Add I18n::exists? method.
   * Add I18n.locale_available? method.
   * Delete unused files.
   * I18n::MissingTranslation exception escapes key names for its
     html_message, fixing CVE-2013-4492.
   * Use CGI.escapeHTML instead of CGI.escape_html for Ruby 1.8.7.
   * Fix an issue with setting I18n.config.enforce_available_locales.