From fd2769eeb13358c9cb1d490094e87160274d5f25 Mon Sep 17 00:00:00 2001 From: John Nunemaker Date: Sat, 16 Apr 2011 14:44:41 -0400 Subject: [PATCH] Forgot to set homepage. --- httparty.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httparty.gemspec b/httparty.gemspec index 1be41a5..116d087 100644 --- a/httparty.gemspec +++ b/httparty.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.authors = ["John Nunemaker", "Sandro Turriate"] s.email = ["nunemaker@gmail.com"] - s.homepage = "http://github.com/jnunemaker/httparty" + s.homepage = "http://httparty.rubyforge.org/" s.summary = %q{Makes http fun! Also, makes consuming restful web services dead easy.} s.description = %q{Makes http fun! Also, makes consuming restful web services dead easy.}