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:
parent
ef09f1dcb9
commit
8a308d011d
1 changed files with 0 additions and 2 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Reference in a new issue