From dec2bd9e9dfc27c72a53f203f073dfc101995497 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Sun, 14 Jul 2019 12:49:38 +0200 Subject: [PATCH] Gemspec: Drop EOL'd property rubyforge_project --- omniauth-bootic.gemspec | 2 -- 1 file changed, 2 deletions(-) diff --git a/omniauth-bootic.gemspec b/omniauth-bootic.gemspec index db76068..71c91e8 100644 --- a/omniauth-bootic.gemspec +++ b/omniauth-bootic.gemspec @@ -12,8 +12,6 @@ Gem::Specification.new do |s| s.summary = %q{Official Omniauth strategy for Bootic apps} s.description = %q{Official Omniauth strategy for Bootic apps} - s.rubyforge_project = "omniauth-bootic" - 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) }