1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00

Add maintainers under spec.authors

This commit is contained in:
Zachary Scott 2013-11-22 23:33:00 +09:00
parent 408d26d7ff
commit d2565f5c6d

View file

@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.name = 'kaminari'
s.version = Kaminari::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ['Akira Matsuda']
s.authors = ['Akira Matsuda', 'Zachary Scott', 'Yuki Nishijima', 'Hiroshi Shibata']
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'