rack-recaptcha 0.2.1 → 0.2.2
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.md +1 -1
- data/lib/rack/recaptcha.rb +4 -0
- data/rack-recaptcha.gemspec +1 -1
- metadata +3 -3
data/README.md
CHANGED
@@ -25,7 +25,7 @@ You have to require 'rack-recaptcha' in your gemfile.
|
|
25
25
|
Now configure your app to use the middleware. This might be different across each web framework.
|
26
26
|
|
27
27
|
#### Sinatra
|
28
|
-
|
28
|
+
## app.rb
|
29
29
|
use Rack::Recaptcha, :public_key => 'KEY', :private_key => 'SECRET', :paths => 'PATH'
|
30
30
|
helpers Rack::Recaptcha::Helpers
|
31
31
|
|
data/lib/rack/recaptcha.rb
CHANGED
data/rack-recaptcha.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rack-recaptcha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 2
|
10
|
+
version: 0.2.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Arthur Chiu
|