project_honeypot_rails provides integration between project_honeypot and Rails 3
Go to file
Guillaume DOTT 309ddf48dd First commit 2013-01-04 10:26:00 +01:00
lib First commit 2013-01-04 10:26:00 +01:00
.gitignore First commit 2013-01-04 10:26:00 +01:00
Gemfile First commit 2013-01-04 10:26:00 +01:00
LICENSE.txt First commit 2013-01-04 10:26:00 +01:00
README.md First commit 2013-01-04 10:26:00 +01:00
Rakefile First commit 2013-01-04 10:26:00 +01:00
project_honeypot_rails.gemspec First commit 2013-01-04 10:26:00 +01:00

README.md

ProjectHoneypotRails

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'project_honeypot_rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install project_honeypot_rails

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request