From 6dca1bf156bdfcf68bbf093e1ce04d7f804bdfca Mon Sep 17 00:00:00 2001 From: David Czarnecki Date: Mon, 7 Jan 2013 18:13:01 -0800 Subject: [PATCH] Add homepage link to gemspec Ensures the homepage link will show up on the RubyGems page for wolverine. --- wolverine.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolverine.gemspec b/wolverine.gemspec index 85f8138..35ffcb1 100644 --- a/wolverine.gemspec +++ b/wolverine.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| s.version = Wolverine::VERSION s.authors = ["Burke Libbey"] s.email = ["burke@burkelibbey.org"] - s.homepage = "" + s.homepage = "https://github.com/Shopify/wolverine" s.summary = %q{Wolverine provides a simple way to run server-side redis scripts from a rails app} s.description = %q{Wolverine provides a simple way to run server-side redis scripts from a rails app}