We support Rails 4️⃣

This commit is contained in:
Akira Matsuda 2013-06-26 15:25:54 +09:00
parent 2d8a5c7d74
commit 96e2d75173
2 changed files with 4 additions and 4 deletions

View File

@ -27,9 +27,9 @@ The pagination helper outputs the HTML5 <nav> tag by default. Plus, the helper s
== Supported versions
* Ruby 1.8.7, 1.9.2, 1.9.3, 2.0 (trunk)
* Ruby 1.8.7, 1.9.2, 1.9.3, 2.0.0, 2.1 (trunk)
* Rails 3.0.x, 3.1, 3.2, 4.0 (edge)
* Rails 3.0.x, 3.1, 3.2, 4.0, 4.1 (edge)
* Haml 3+

View File

@ -9,8 +9,8 @@ Gem::Specification.new do |s|
s.authors = ['Akira Matsuda']
s.email = ['ronnie@dio.jp']
s.homepage = 'https://github.com/amatsuda/kaminari'
s.summary = 'A pagination engine plugin for Rails 3 or other modern frameworks'
s.description = 'Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophisticated paginator for Rails 3'
s.summary = 'A pagination engine plugin for Rails 3+ or other modern frameworks'
s.description = 'Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophisticated paginator for Rails 3+'
s.rubyforge_project = 'kaminari'