easy_captcha 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +1 -1
- data/VERSION +1 -1
- data/easy_captcha.gemspec +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
|
@@ -59,7 +59,7 @@ You can write this in "config/initializers/easy_captcha.rb", if you want to cust
|
|
|
59
59
|
<% end %>
|
|
60
60
|
|
|
61
61
|
== Example
|
|
62
|
-
You find
|
|
62
|
+
You find an example app under: http://github.com/traxanos/easy_captcha_example
|
|
63
63
|
|
|
64
64
|
== Maintainers
|
|
65
65
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.6
|
data/easy_captcha.gemspec
CHANGED