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

Remove rubyforge_project option

This commit is contained in:
naiad 2016-02-21 13:00:35 +09:00
parent ef09f1dcb9
commit 8a308d011d

View file

@ -12,8 +12,6 @@ Gem::Specification.new do |s|
s.summary = 'A pagination engine plugin for Rails 3+ and 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'
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.extra_rdoc_files = ['README.rdoc']