17 lines
796 B
Ruby
17 lines
796 B
Ruby
Gem::Specification.new do |s|
|
|
s.name = %q{project-honeypot}
|
|
s.version = "0.1.1"
|
|
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/}
|
|
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}
|
|
s.add_dependency('net-dns')
|
|
s.files = [ "README.rdoc",
|
|
"MIT-LICENSE",
|
|
"lib/project-honeypot.rb",
|
|
"lib/project_honeypot/url.rb",
|
|
"lib/project_honeypot/base.rb"]
|
|
end
|