From 722edb5c1dc1fdfa078c94998a9a847489081f2d Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Sat, 11 May 2019 08:34:27 +0200 Subject: Remove RubyForge homepage reference This shows up in the RubyGems.org linkset. This sets it to the same as the other gemspec files. --- json-java.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json-java.gemspec b/json-java.gemspec index 1524b1f..349f76c 100644 --- a/json-java.gemspec +++ b/json-java.gemspec @@ -8,7 +8,7 @@ spec = Gem::Specification.new do |s| s.description = "A JSON implementation as a JRuby extension." s.author = "Daniel Luz" s.email = "dev+ruby@mernen.com" - s.homepage = "http://json-jruby.rubyforge.org/" + s.homepage = "http://flori.github.com/json" s.platform = 'java' s.rubyforge_project = "json-jruby" s.licenses = ["Ruby"] -- cgit v1.2.1