mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
Kaminari 1.0 doesnot support Rails 3
This commit is contained in:
parent
9950ff9730
commit
99f064ab8e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|||
s.authors = ['Akira Matsuda', 'Yuki Nishijima', 'Zachary Scott', 'Hiroshi Shibata']
|
||||
s.email = ['ronnie@dio.jp']
|
||||
s.homepage = 'https://github.com/amatsuda/kaminari'
|
||||
s.summary = 'A pagination engine plugin for Rails 3+ and other modern frameworks'
|
||||
s.summary = 'A pagination engine plugin for Rails 4+ and other modern frameworks'
|
||||
s.description = 'Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophisticated paginator for Rails 4+'
|
||||
|
||||
s.files = `git ls-files`.split("\n")
|
||||
|
|
Loading…
Reference in a new issue