summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2009-11-08 02:49:46 +0100
committerFlorian Frank <flori@ping.de>2009-11-08 02:49:46 +0100
commit42a0fd533c311994728f80dbdcdfd36734ce0ebf (patch)
treedbd783c66e9fd96ee98618d43ecdd1cd0d66f8a7
parent7f5094cb6f283c3960634e94cfe58f3d6af0af37 (diff)
downloadjson-42a0fd533c311994728f80dbdcdfd36734ce0ebf.tar.gz
don't use rubyforge as home any more
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index e2f950c..9964aa8 100644
--- a/Rakefile
+++ b/Rakefile
@@ -197,7 +197,7 @@ if defined?(Gem) and defined?(Rake::GemPackageTask) and defined?(Rake::Extension
s.author = "Florian Frank"
s.email = "flori@ping.de"
- s.homepage = "http://json.rubyforge.org"
+ s.homepage = "http://flori.github.com/#{PKG_NAME}"
s.rubyforge_project = "json"
end
@@ -232,7 +232,7 @@ if defined?(Gem) and defined?(Rake::GemPackageTask) and defined?(Rake::Extension
s.author = "Florian Frank"
s.email = "flori@ping.de"
- s.homepage = "http://json.rubyforge.org"
+ s.homepage = "http://flori.github.com/#{PKG_NAME}"
s.rubyforge_project = "json"
end