From 7fef1ada7ef6787f1fd9fa99b93d73758c86b89c Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Sun, 14 Jul 2019 12:44:58 +0200 Subject: [PATCH] Gemspec: Drop EOL'd property rubyforge_project --- macaddr.gemspec | 1 - 1 file changed, 1 deletion(-) diff --git a/macaddr.gemspec b/macaddr.gemspec index af867db..0674268 100644 --- a/macaddr.gemspec +++ b/macaddr.gemspec @@ -38,7 +38,6 @@ Gem::Specification::new do |spec| spec.extensions.push(*[]) - spec.rubyforge_project = "codeforpeople" spec.author = "Ara T. Howard" spec.email = "ara.t.howard@gmail.com" spec.homepage = "https://github.com/ahoward/macaddr"