Update gemspec

master
Guillaume DOTT 2013-01-15 11:04:37 +01:00
parent 3dd4632059
commit 077478091a
1 changed files with 4 additions and 3 deletions

View File

@ -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) }