Skip to content

Commit

Permalink
Update homepage in gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Apr 22, 2012
1 parent d95974b commit e7a4aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httparty.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.authors = ["John Nunemaker", "Sandro Turriate"]
s.email = ["[email protected]"]
s.homepage = "http://httparty.rubyforge.org/"
s.homepage = "http://jnunemaker.github.com/httparty"
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.}

Expand Down

0 comments on commit e7a4aaa

Please sign in to comment.