From 9c86d4e141582fca9d33b8160a8ae6462e9de5b8 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Wed, 27 May 2020 07:58:53 +0200 Subject: [PATCH] gemspec: Drop rubyforge_project directive This is now unused by RubyGems.org --- sham_rack.gemspec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sham_rack.gemspec b/sham_rack.gemspec index 595bf90..edb54c9 100644 --- a/sham_rack.gemspec +++ b/sham_rack.gemspec @@ -7,12 +7,10 @@ Gem::Specification.new do |gem| gem.summary = "Net::HTTP-to-Rack plumbing" gem.description = "ShamRack plumbs Net::HTTP directly into Rack, for quick and easy HTTP testing." - gem.homepage = "http://github.com/mdub/sham_rack" + gem.homepage = "https://github.com/mdub/sham_rack" gem.authors = ["Mike Williams"] gem.email = "mdub@dogbiscuit.org" - gem.rubyforge_project = "shamrack" - gem.version = ShamRack::VERSION.dup gem.platform = Gem::Platform::RUBY