project_honeypot/lib
Guillaume DOTT 3f93bf1fa2 Add configuration class and modify lookup to use this configuration
To configure the module, you can use :
ProjectHoneypot.configure do
  @api_key = 'API_KEY'
end
To access, the variable, use :
ProjectHoneypot.api_key

The lookup method has been modified to be backward compatible
and use the defined api_key if available.
2012-12-19 09:31:17 +01:00
..
project_honeypot the gem appears to work now 2010-10-20 23:07:24 -06:00
project-honeypot.rb Add configuration class and modify lookup to use this configuration 2012-12-19 09:31:17 +01:00