2010-10-20 21:32:24 +02:00
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 }
2010-10-20 21:32:24 +02:00
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 " ,
2010-10-20 21:32:24 +02:00
" MIT-LICENSE " ,
2010-10-28 06:13:06 +02:00
" lib/project-honeypot.rb " ,
2010-10-20 21:32:24 +02:00
" lib/project_honeypot/url.rb " ,
" lib/project_honeypot/base.rb " ]
2010-10-28 06:13:06 +02:00
end