Skip to content

Commit

Permalink
Adjust the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dasch committed Oct 5, 2011
1 parent 5450c73 commit d8c1b99
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions rack-honeypot.gemspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{rack-honeypot}
s.version = "0.1.0"
Expand All @@ -11,7 +6,7 @@ Gem::Specification.new do |s|
s.authors = ["Luigi Montanez", "Luc Castera", "Daniel Schierbeck"]
s.date = %q{2011-10-05}
s.description = %q{This middleware acts as a spam trap. It inserts, into every outputted <form>, a text field that a spambot will really want to fill in, but is actually not used by the app. The field is hidden to humans via CSS, and includes a warning label for screenreading software.}
s.email = %q{daniel.schierbeck@gmail.com}
s.email = %q{luigi.montanez@gmail.com}
s.extra_rdoc_files = [
"LICENSE.md",
"README.md"
Expand All @@ -25,7 +20,7 @@ Gem::Specification.new do |s|
"lib/rack/honeypot.rb",
"test/test_honeypot.rb"
]
s.homepage = %q{http://github.com/dasch/rack-honeypot}
s.homepage = %q{http://github.com/sunlightlabs/rack-honeypot}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.5.3}
s.summary = %q{Middleware that functions as a spambot trap.}
Expand Down

0 comments on commit d8c1b99

Please sign in to comment.