From a7e59ef5c8f9d83b419b4a4e46708a3a6255d67f Mon Sep 17 00:00:00 2001 From: Guillaume DOTT Date: Sun, 20 Jan 2013 01:30:00 +0100 Subject: [PATCH] Add github repo as homepage --- project_honeypot.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project_honeypot.gemspec b/project_honeypot.gemspec index b3b4911..2fbb4d9 100644 --- a/project_honeypot.gemspec +++ b/project_honeypot.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |s| s.email = ["chuck@teachmetocode.com", "guillaume+github@dott.fr"] s.summary = %q{Project-Honeypot provides a programatic interface to the Project Honeypot services.} s.description = %q{Project-Honeypot provides a programatic interface to the Project Honeypot services. It can be used to identify spammers, bogus commenters, and harvesters. You will need a FREE api key from http://projecthoneypot.org} - s.homepage = "" + s.homepage = "https://github.com/gdott9/project_honeypot" s.files = `git ls-files`.split($/) s.executables = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) }