project_honeypot/project-honeypot.gemspec

17 lines
796 B
Ruby
Raw Normal View History

Gem::Specification.new do |s|
s.name = %q{project-honeypot}
2010-10-28 06:13:06 +02:00
s.version = "0.1.1"
2010-10-22 23:17:46 +02:00
s.date = %q{2010-10-22}
s.authors = ["Charles Max Wood"]
s.email = %q{chuck@teachmetocode.com}
s.summary = %q{Project-Honeypot provides a programatic interface to the Project Honeypot services.}
s.homepage = %q{http://teachmetocode.com/}
2010-10-22 23:17:46 +02:00
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}
2010-10-21 07:07:24 +02:00
s.add_dependency('net-dns')
2010-10-22 23:17:46 +02:00
s.files = [ "README.rdoc",
"MIT-LICENSE",
2010-10-28 06:13:06 +02:00
"lib/project-honeypot.rb",
"lib/project_honeypot/url.rb",
"lib/project_honeypot/base.rb"]
2010-10-28 06:13:06 +02:00
end