fixed gemspec and built gem

master
woody2shoes 2010-10-22 15:17:46 -06:00
parent 064ca22506
commit 6151daffc1
2 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -1,14 +1,14 @@
Gem::Specification.new do |s|
s.name = %q{project-honeypot}
s.version = "0.1.0"
s.date = %q{2010-20-10}
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.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",
s.files = [ "README.rdoc",
"MIT-LICENSE",
"lib/project_honeypot.rb",
"lib/project_honeypot/url.rb",