mirror of
https://github.com/moebooru/moebooru
synced 2025-09-04 07:55:13 +00:00
Added will-paginate-i18n gem for automated localization of will_paginate
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -14,6 +14,7 @@ gem 'acts_as_versioned'
|
|||||||
gem 'geoip'
|
gem 'geoip'
|
||||||
gem 'exception_notification'
|
gem 'exception_notification'
|
||||||
gem 'will_paginate'
|
gem 'will_paginate'
|
||||||
|
gem 'will-paginate-i18n'
|
||||||
gem 'sitemap_generator'
|
gem 'sitemap_generator'
|
||||||
gem 'daemons'
|
gem 'daemons'
|
||||||
gem 'newrelic_rpm'
|
gem 'newrelic_rpm'
|
||||||
|
@@ -140,6 +140,7 @@ GEM
|
|||||||
verification (1.0.1)
|
verification (1.0.1)
|
||||||
actionpack (~> 3.0.0)
|
actionpack (~> 3.0.0)
|
||||||
activesupport (~> 3.0.0)
|
activesupport (~> 3.0.0)
|
||||||
|
will-paginate-i18n (0.1.7)
|
||||||
will_paginate (3.0.3)
|
will_paginate (3.0.3)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
@@ -170,4 +171,5 @@ DEPENDENCIES
|
|||||||
sitemap_generator
|
sitemap_generator
|
||||||
unicorn
|
unicorn
|
||||||
verification
|
verification
|
||||||
|
will-paginate-i18n
|
||||||
will_paginate
|
will_paginate
|
||||||
|
Reference in New Issue
Block a user