easy_captcha 0.1.4 → 0.1.5
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 +4 -1
- data/VERSION +1 -1
- data/easy_captcha.gemspec +1 -1
- data/lib/easy_captcha.rb +1 -0
- metadata +2 -2
data/README.rdoc
CHANGED
|
@@ -41,7 +41,7 @@ You can write this in "config/initializers/easy_captcha.rb", if you want to cust
|
|
|
41
41
|
# Implode
|
|
42
42
|
# config.implode = 0.1
|
|
43
43
|
|
|
44
|
-
#
|
|
44
|
+
# Blur
|
|
45
45
|
# config.blur = true
|
|
46
46
|
# config.blur_radius = 1
|
|
47
47
|
# config.blur_sigma = 2
|
|
@@ -58,6 +58,9 @@ You can write this in "config/initializers/easy_captcha.rb", if you want to cust
|
|
|
58
58
|
<p><%= submit_tag 'Validate' %></p>
|
|
59
59
|
<% end %>
|
|
60
60
|
|
|
61
|
+
== Example
|
|
62
|
+
You find a sample app under: http://github.com/traxanos/easy_captcha_sample
|
|
63
|
+
|
|
61
64
|
== Maintainers
|
|
62
65
|
|
|
63
66
|
* Marco Scholl (http://github.com/traxanos)
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.5
|
data/easy_captcha.gemspec
CHANGED
data/lib/easy_captcha.rb
CHANGED