summaryrefslogtreecommitdiff
path: root/devel/ruby-i18n
diff options
context:
space:
mode:
authortaca <taca>2013-03-11 08:05:32 +0000
committertaca <taca>2013-03-11 08:05:32 +0000
commit07aa30b5d3795153dcfe98fd7f00ad95fb010a55 (patch)
tree568e4767536edcf9c184efbfc92536d22c7a380b /devel/ruby-i18n
parent942a37d10937af41f84745ed9088d9ae0211fce4 (diff)
downloadpkgsrc-07aa30b5d3795153dcfe98fd7f00ad95fb010a55.tar.gz
Update ruby-i18n to 0.6.4.
* Include the key in "missing interpolation argument" errors. * Update documentation for the `pluralize` method. Hopefully made it clearer what is actually going on and why. * Add parens to fix parse error in lib/i18n.rb in MagLev. * Never modify the given options hash. * Fix I18n.transliterate for non utf-8 keys (occurs e.g. in jruby 1.7.0 which have US-ASCII encoded symbols). * Do not overwrite response of first backend with later backends when looking up namespaces. * Make exception message more helpful on YAML syntax error. * Remove throwing `warning: invalid start is ignored` The last argument should be a Julian day number which denotes the day of calendar reform. Date::ITALY (2299161=1582-10-15), Date::ENGLAND (2361222=1752-09-14), Date::GREGORIAN (the proleptic Gregorian calendar) and Date::JULIAN (the proleptic Julian calendar) can be specified as a day of calendar reform * Preventing transliterator constant from being modified for concurrency concerns. * Revert "Fix i18n/backend/key_value to add data in a array" causing various issues. * Add license information to gemspec. This way you can get it when using rubygems.org API. * Support Rails 4. * Fixed Ruby 1.8 support due to missing `String#force_encoding`. * Resolve problems with encoding and transliterator between various ruby versions. * Do not do any utf8 conversion, assume valid data is received.
Diffstat (limited to 'devel/ruby-i18n')
-rw-r--r--devel/ruby-i18n/Makefile4
-rw-r--r--devel/ruby-i18n/PLIST3
-rw-r--r--devel/ruby-i18n/distinfo8
3 files changed, 8 insertions, 7 deletions
diff --git a/devel/ruby-i18n/Makefile b/devel/ruby-i18n/Makefile
index d3a6e4dfad3..3854e4c69a8 100644
--- a/devel/ruby-i18n/Makefile
+++ b/devel/ruby-i18n/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2012/09/16 06:19:51 taca Exp $
+# $NetBSD: Makefile,v 1.7 2013/03/11 08:05:32 taca Exp $
-DISTNAME= i18n-0.6.1
+DISTNAME= i18n-0.6.4
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/devel/ruby-i18n/PLIST b/devel/ruby-i18n/PLIST
index 5358dec68c6..a606826e955 100644
--- a/devel/ruby-i18n/PLIST
+++ b/devel/ruby-i18n/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2012/09/16 06:19:51 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2013/03/11 08:05:32 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG.textile
${GEM_LIBDIR}/MIT-LICENSE
@@ -92,6 +92,7 @@ ${GEM_LIBDIR}/test/test_data/locales/de.po
${GEM_LIBDIR}/test/test_data/locales/en.rb
${GEM_LIBDIR}/test/test_data/locales/en.yml
${GEM_LIBDIR}/test/test_data/locales/invalid/empty.yml
+${GEM_LIBDIR}/test/test_data/locales/invalid/syntax.yml
${GEM_LIBDIR}/test/test_data/locales/plurals.rb
${GEM_LIBDIR}/test/test_helper.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/devel/ruby-i18n/distinfo b/devel/ruby-i18n/distinfo
index 2f0772e0248..102ce737199 100644
--- a/devel/ruby-i18n/distinfo
+++ b/devel/ruby-i18n/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2012/09/16 06:19:51 taca Exp $
+$NetBSD: distinfo,v 1.6 2013/03/11 08:05:32 taca Exp $
-SHA1 (i18n-0.6.1.gem) = e09ac3c8f365ff6e07fee56274acad0c38298619
-RMD160 (i18n-0.6.1.gem) = 49ad6aa5ad75adf5d4eaa589a5b0f7e3778e89b6
-Size (i18n-0.6.1.gem) = 61440 bytes
+SHA1 (i18n-0.6.4.gem) = 57b21a14cb94f5992155279ea288ec8e9a340f8e
+RMD160 (i18n-0.6.4.gem) = 03956b6d72ec381e1539723a9dd91dc3d6f785df
+Size (i18n-0.6.4.gem) = 61952 bytes