diff --git a/project-honeypot-0.1.0.gem b/project-honeypot-0.1.0.gem new file mode 100644 index 0000000..601b75d Binary files /dev/null and b/project-honeypot-0.1.0.gem differ diff --git a/project-honeypot.gemspec b/project-honeypot.gemspec index 367d0fc..4f0f0d7 100644 --- a/project-honeypot.gemspec +++ b/project-honeypot.gemspec @@ -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",