From 077478091ad739a9347030d50f86470a34dce683 Mon Sep 17 00:00:00 2001 From: Guillaume DOTT Date: Tue, 15 Jan 2013 11:04:37 +0100 Subject: [PATCH] Update gemspec --- project_honeypot_rails.gemspec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/project_honeypot_rails.gemspec b/project_honeypot_rails.gemspec index 863bde5..f296370 100644 --- a/project_honeypot_rails.gemspec +++ b/project_honeypot_rails.gemspec @@ -8,9 +8,10 @@ Gem::Specification.new do |gem| gem.version = ProjectHoneypotRails::VERSION gem.authors = ["Guillaume DOTT"] gem.email = ["guillaume+github@dott.fr"] - gem.description = %q{project_honeypot_rails provides integration between project_honeypot and rails 3} - gem.summary = gem.description - gem.homepage = "" + gem.summary = %q{project_honeypot_rails provides integration between project_honeypot and rails 3} + gem.description = %q{project_honeypot_rails provides integration between project_honeypot and rails 3 + to prevent suspicious IP to access your website} + gem.homepage = "https://github.com/gdott9/project_honeypot_rails" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }