From c1b242d3be2f732fd289b7004ab256243432e0e1 Mon Sep 17 00:00:00 2001 From: Adam Wiggins Date: Sun, 9 Mar 2008 13:42:44 -0700 Subject: [PATCH] link homepage --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 4050a14..5fa8a2c 100644 --- a/Rakefile +++ b/Rakefile @@ -40,6 +40,7 @@ spec = Gem::Specification.new do |s| s.description = "A simple REST client for Ruby, inspired by the microframework (Camping, Sinatra...) style of specifying actions: get, put, post, delete." s.author = "Adam Wiggins" s.email = "adam@heroku.com" + s.homepage = "http://rest-client.heroku.com/" s.rubyforge_project = "rest-client" s.platform = Gem::Platform::RUBY