card-mod-recaptcha 0.12.0 → 0.13.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/{config/initializers → init/late}/recaptcha.rb +0 -0
- data/locales/en.yml +9 -0
- data/set/self/admin_info.rb +1 -1
- data/set/self/recaptcha_settings.rb +1 -1
- metadata +7 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 124cdc79df869b7c5a098d85f76baa7c086f85af3d3ae8f4ea21fa16c812bdb6
|
4
|
+
data.tar.gz: 84996e3387d02bd1312172825880edda6556808073a74a2ce086a8f586562a6a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c22d7dcbb4a1ee45f771c18c8f2a5d8d8e2d42c70f5a73cdada1e191129287155e1df7bc0bf350d0ac1f36d0d79b95fc0ec737fd4d85391834402302a41c627d
|
7
|
+
data.tar.gz: 29941a83b652f565a6b8f80e54883cbbff71f9fb148816e137032c7dfe264b0e7ce97af66c7c3fb091aaa6f1bccb9978c0e0f983398ef11dc0ac1df5622a20c2
|
File without changes
|
data/locales/en.yml
ADDED
@@ -0,0 +1,9 @@
|
|
1
|
+
en:
|
2
|
+
recaptcha_captcha_keys: You are configured to use %{captcha_link}, but for that to work you need new %{recaptcha_link}.
|
3
|
+
recaptcha_captcha_temp: Your captcha is currently working with temporary settings. This is fine for a local installation, but you will need new %{recaptcha_link} if you want to make this site public.
|
4
|
+
recaptcha_howto_add: Add your keys to %{recaptcha_settings}
|
5
|
+
recaptcha_howto_add_keys: "How to add new recaptcha keys:"
|
6
|
+
recaptcha_howto_go: Go to %{captcha_card}
|
7
|
+
recaptcha_howto_register: Register your domain at %{recaptcha_link}
|
8
|
+
recaptcha_howto_turn_off: 'How to turn captcha off:'
|
9
|
+
recaptcha_howto_update: Update all *captcha rules to "no".
|
data/set/self/admin_info.rb
CHANGED
@@ -3,7 +3,7 @@ format :html do
|
|
3
3
|
# LOCALIZE
|
4
4
|
"Register your domain at Google's [[http://google.com/recaptcha|reCAPTCHA service]] "\
|
5
5
|
"and enter your site key and secret key below.<br>"\
|
6
|
-
"If you want to turn
|
6
|
+
"If you want to turn captchas off then change all [[*captcha|captcha rules]] to 'no'."
|
7
7
|
end
|
8
8
|
|
9
9
|
# def instructions title, steps
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: card-mod-recaptcha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.13.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ethan McCutchen
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2021-
|
13
|
+
date: 2021-09-24 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: card
|
@@ -18,14 +18,14 @@ dependencies:
|
|
18
18
|
requirements:
|
19
19
|
- - '='
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 1.
|
21
|
+
version: 1.103.3
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
25
|
requirements:
|
26
26
|
- - '='
|
27
27
|
- !ruby/object:Gem::Version
|
28
|
-
version: 1.
|
28
|
+
version: 1.103.3
|
29
29
|
- !ruby/object:Gem::Dependency
|
30
30
|
name: recaptcha
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
@@ -47,7 +47,8 @@ executables: []
|
|
47
47
|
extensions: []
|
48
48
|
extra_rdoc_files: []
|
49
49
|
files:
|
50
|
-
-
|
50
|
+
- init/late/recaptcha.rb
|
51
|
+
- locales/en.yml
|
51
52
|
- set/all/recaptcha.rb
|
52
53
|
- set/self/admin_info.rb
|
53
54
|
- set/self/captcha.rb
|
@@ -80,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
81
|
- !ruby/object:Gem::Version
|
81
82
|
version: '0'
|
82
83
|
requirements: []
|
83
|
-
rubygems_version: 3.
|
84
|
+
rubygems_version: 3.1.6
|
84
85
|
signing_key:
|
85
86
|
specification_version: 4
|
86
87
|
summary: recaptcha support for decko
|