From 9bfff454194d392445835fc42b867d01457a1928 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Fri, 10 Apr 2020 22:11:26 +0200 Subject: [PATCH] gemspec: Drop defunct property rubyforge_project --- ruby-readability.gemspec | 2 -- 1 file changed, 2 deletions(-) diff --git a/ruby-readability.gemspec b/ruby-readability.gemspec index d04b249..11b2184 100644 --- a/ruby-readability.gemspec +++ b/ruby-readability.gemspec @@ -10,8 +10,6 @@ Gem::Specification.new do |s| s.summary = %q{Port of arc90's readability project to ruby} s.description = %q{Port of arc90's readability project to ruby} - s.rubyforge_project = "ruby-readability" - 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| File.basename(f) }