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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5c2b0d1c3a503a2e96ecc5deb5afa81ab72d6b614a27d7e0e98943ca9d53cb58
4
- data.tar.gz: f4daf9215457fe80825410bccd50f631f551fe1388ae286d3c23bb86d8a2d0e1
3
+ metadata.gz: 124cdc79df869b7c5a098d85f76baa7c086f85af3d3ae8f4ea21fa16c812bdb6
4
+ data.tar.gz: 84996e3387d02bd1312172825880edda6556808073a74a2ce086a8f586562a6a
5
5
  SHA512:
6
- metadata.gz: 119ad46d91612c8e84831d7ae808f5878cd5d0966fbd31cc518c3ce942b3f90b4408f4a8d3423e87fd606040f4738e910bc952648cc2da7fb08409090ec751f0
7
- data.tar.gz: 8e22bd8cb728806aeea960b69b339cfae5a4c2d7d13ff5ddfb6d1bdfa91e81c3d48675210a8b57535169cbbdd54033c30c5d94cd7d3736ba70a5529d3b69f2c4
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".
@@ -1,4 +1,4 @@
1
- add_to_basket :warnings, :recaptcha_config_issues
1
+ basket[:warnings] << :recaptcha_config_issues
2
2
 
3
3
  def recaptcha_config_issues?
4
4
  RecaptchaCard.using_defaults?
@@ -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 catchas off then change all [[*captcha|captcha rules]] to 'no'."
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.12.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-07-05 00:00:00.000000000 Z
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.102.0
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.102.0
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
- - config/initializers/recaptcha.rb
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.2.15
84
+ rubygems_version: 3.1.6
84
85
  signing_key:
85
86
  specification_version: 4
86
87
  summary: recaptcha support for decko