summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlle Jonsson <olle.jonsson@gmail.com>2019-05-11 08:34:27 +0200
committerGitHub <noreply@github.com>2019-05-11 08:34:27 +0200
commit722edb5c1dc1fdfa078c94998a9a847489081f2d (patch)
treed63153292ca5208fd46026e298015575beb20dfb
parent55fec9562a2e1117304c3a8e48c0eba879112d55 (diff)
downloadjson-722edb5c1dc1fdfa078c94998a9a847489081f2d.tar.gz
Remove RubyForge homepage reference
This shows up in the RubyGems.org linkset. This sets it to the same as the other gemspec files.
-rw-r--r--json-java.gemspec2
1 files changed, 1 insertions, 1 deletions
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"]