Skip to content

Commit

Permalink
Removing rubyforge_project setting from gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Jul 14, 2019
1 parent 746f9c7 commit 42dce1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ts-delayed-delta.gemspec
Expand Up @@ -11,8 +11,6 @@ Gem::Specification.new do |s|
s.summary = %q{Thinking Sphinx - Delayed Deltas}
s.description = %q{Manage delta indexes via Delayed Job for Thinking Sphinx}

s.rubyforge_project = 'ts-delayed-delta'

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map { |f|
Expand Down

0 comments on commit 42dce1c

Please sign in to comment.