15 lines
		
	
	
		
			761 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
		
		
			
		
	
	
			15 lines
		
	
	
		
			761 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
|   | Gem::Specification.new do |s| | ||
|  |   s.name = %q{project-honeypot} | ||
|  |   s.version = "0.1.0" | ||
|  |   s.date = %q{2010-20-10} | ||
|  |   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.files = [ "README",  | ||
|  |               "MIT-LICENSE",  | ||
|  |               "lib/project_honeypot.rb", | ||
|  |               "lib/project_honeypot/url.rb", | ||
|  |               "lib/project_honeypot/base.rb"] | ||
|  | end |