public
Description: ReCaptcha helpers for Rails apps
Homepage: http://ambethia.com/recaptcha
Clone URL: git://github.com/ambethia/recaptcha.git
Click here to lend your support to: recaptcha and make a donation at www.pledgie.com !
recaptcha / CHANGELOG
100644 23 lines (16 sloc) 0.555 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
== 0.2.2 / 2009-09-14
 
* Add a timeout to the validator
* Give the documentation some love
 
== 0.2.1 / 2009-09-14
 
* Removed Ambethia namespace, and restructured classes a bit
* Added an example rails app in the example-rails branch
 
== 0.2.0 / 2009-09-12
 
* RecaptchaOptions AJAX API Fix
* Added 'cucumber' as a test environment to skip
* Ruby 1.9 compat fixes
* Added option :message => 'Custom error message' to verify_recaptcha
* Removed dependency on ActiveRecord constant
* Add I18n
 
== 0.1.0 / 2008-2-8
 
* 1 major enhancement
* Initial Gem Release