Skip to content

Commit

Permalink
Merge pull request kaminari#780 from takiy33/remove-ruby-forge
Browse files Browse the repository at this point in the history
Remove rubyforge_project option
  • Loading branch information
amatsuda committed Feb 21, 2016
2 parents ef09f1d + 8a308d0 commit 27a0c85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kaminari.gemspec
Expand Up @@ -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']
Expand Down

0 comments on commit 27a0c85

Please sign in to comment.