From b83e7a1299f95a25cf1d630fb610f131994d5fca Mon Sep 17 00:00:00 2001 From: Nils Date: Wed, 24 Sep 2014 10:42:51 +0200 Subject: [PATCH] Add homepage to amiando.gemspec --- amiando.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amiando.gemspec b/amiando.gemspec index 43176ea..3161bc7 100644 --- a/amiando.gemspec +++ b/amiando.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| s.version = Amiando::VERSION s.authors = ["Jorge Dias", "Albert Llop"] s.email = ["jorge@mrdias.com","mrsimo@gmail.com"] - s.homepage = "" + s.homepage = "https://github.com/xing/amiando" s.summary = %q{A ruby client for the amiando REST API} s.description = %q{A ruby client for the amiando REST API with parallel requests in mind}