fixed gemspec and built gem
parent
064ca22506
commit
6151daffc1
Binary file not shown.
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue