mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
We support Rails 4️⃣
This commit is contained in:
parent
2d8a5c7d74
commit
96e2d75173
2 changed files with 4 additions and 4 deletions
|
@ -27,9 +27,9 @@ The pagination helper outputs the HTML5 <nav> tag by default. Plus, the helper s
|
||||||
|
|
||||||
== Supported versions
|
== 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+
|
* Haml 3+
|
||||||
|
|
||||||
|
|
|
@ -9,8 +9,8 @@ Gem::Specification.new do |s|
|
||||||
s.authors = ['Akira Matsuda']
|
s.authors = ['Akira Matsuda']
|
||||||
s.email = ['ronnie@dio.jp']
|
s.email = ['ronnie@dio.jp']
|
||||||
s.homepage = 'https://github.com/amatsuda/kaminari'
|
s.homepage = 'https://github.com/amatsuda/kaminari'
|
||||||
s.summary = 'A pagination engine plugin for Rails 3 or other modern frameworks'
|
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.description = 'Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophisticated paginator for Rails 3+'
|
||||||
|
|
||||||
s.rubyforge_project = 'kaminari'
|
s.rubyforge_project = 'kaminari'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue