Skip to content

Commit

Permalink
Remove Jeweler
Browse files Browse the repository at this point in the history
  • Loading branch information
dasch committed Oct 5, 2011
1 parent 594b765 commit 5450c73
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@

require 'jeweler'
require 'rake/testtask'

Rake::TestTask.new do |task|
task.test_files = FileList['test/test_*.rb']
end

Jeweler::Tasks.new do |gem|
gem.name = "rack-honeypot"
gem.summary = %Q{Middleware that functions as a spambot trap.}
gem.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.}
gem.email = "[email protected]"
gem.homepage = "http://github.com/dasch/rack-honeypot"
gem.authors = ["Luigi Montanez", "Luc Castera", "Daniel Schierbeck"]
gem.add_dependency('rack')
gem.add_dependency('unindentable', '0.0.4')
end
Jeweler::RubygemsDotOrgTasks.new

0 comments on commit 5450c73

Please sign in to comment.