From b78ea51ffdfd4a7478b47bcb59b2029d843b47b0 Mon Sep 17 00:00:00 2001 From: Edho Arief Date: Mon, 11 Jun 2012 07:34:07 -0700 Subject: [PATCH] Added will-paginate-i18n gem for automated localization of will_paginate --- Gemfile | 1 + Gemfile.lock | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index 0afcfa6c..02d82ea8 100644 --- a/Gemfile +++ b/Gemfile @@ -14,6 +14,7 @@ gem 'acts_as_versioned' gem 'geoip' gem 'exception_notification' gem 'will_paginate' +gem 'will-paginate-i18n' gem 'sitemap_generator' gem 'daemons' gem 'newrelic_rpm' diff --git a/Gemfile.lock b/Gemfile.lock index 303bb22d..ef978937 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -140,6 +140,7 @@ GEM verification (1.0.1) actionpack (~> 3.0.0) activesupport (~> 3.0.0) + will-paginate-i18n (0.1.7) will_paginate (3.0.3) PLATFORMS @@ -170,4 +171,5 @@ DEPENDENCIES sitemap_generator unicorn verification + will-paginate-i18n will_paginate