1
0
Fork 0
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:
Akira Matsuda 2016-10-13 06:14:22 +09:00
parent 9950ff9730
commit 99f064ab8e

View file

@ -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")