trustcaptcha-ruby 1.2.0 → 1.2.1

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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +16 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 85d74bf1f0b4aaac1ed7e612cdedb7fec49237b52bea370675215ef99b39cf24
4
- data.tar.gz: 3a66c366c2060cb68160c0d3080ab2591ff5ec575bfbd56958b3c2ba486870ef
3
+ metadata.gz: c00d7fc80c79cc2a85751730ea7ba9c37ce6ab23547d5dbc1ccca6462749fa3f
4
+ data.tar.gz: ed4c13f47bf07163c4dff1dd3b78bd620e6bd1bda013ee8038f8453c04599c9d
5
5
  SHA512:
6
- metadata.gz: cfdc5945cc4e4fdbcac701cc0b547c426cc7f730112da689b934a5026361984dc018daa28db14cb4c5f89fcddad5ede818639b22445028306e6039ed6b18a60b
7
- data.tar.gz: 855add25e32b315804a55aaa74bb8d7383a8ed33f2629eaabbdda27d377bc3af65068d43cf7250f0f3fb5df337af44a257f1d82ab5f883bf12367c97fb45f171
6
+ metadata.gz: b71d275388dc6e9421ca5b3a4f42ec6576492ff884f98c35aedbd942aa6164c50ddc5607faab7745fbae370ac317d7cee9112df5943819f21fe48e64ecf1dcd0
7
+ data.tar.gz: 3618b7fbef05b9ad72d5a4528118379bfd91b7ab38fdf8c5f0d21d0e2807db69bf1853dd6bb4ba126a5d12f7027b808053b41c68c09fa32e74e66922f650769c
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trustcaptcha-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
- - Trustcaptcha GmbH
7
+ - TrustComponent
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-20 00:00:00.000000000 Z
11
+ date: 2025-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -38,10 +38,10 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: This gem provides integration with Trustcaptcha for Ruby applications,
41
+ description: This gem provides integration with TrustCaptcha for Ruby applications,
42
42
  offering CAPTCHA verification with a focus on security and privacy.
43
43
  email:
44
- - mail@trustcaptcha.com
44
+ - mail@trustcomponent.com
45
45
  executables: []
46
46
  extensions: []
47
47
  extra_rdoc_files: []
@@ -49,12 +49,19 @@ files:
49
49
  - lib/trustcaptcha/captcha_manager.rb
50
50
  - lib/trustcaptcha/model/verification_result.rb
51
51
  - lib/trustcaptcha/model/verification_token.rb
52
- homepage: https://www.trustcaptcha.com
52
+ homepage: https://www.trustcomponent.com/en/products/captcha/integrations/ruby-captcha
53
53
  licenses:
54
54
  - Apache-2.0
55
55
  metadata:
56
- allowed_push_host: https://rubygems.org
57
- post_install_message:
56
+ deprecated_in_favor_of: trustcaptcha
57
+ post_install_message: |
58
+ ⚠️ The `trustcaptcha-ruby` gem is DEPRECATED in favor of `trustcaptcha` (v2.0.0+).
59
+
60
+ To upgrade, update your Gemfile:
61
+
62
+ gem 'trustcaptcha', '~> 2.0'
63
+
64
+ Then run `bundle update trustcaptcha` or `gem install trustcaptcha`.
58
65
  rdoc_options: []
59
66
  require_paths:
60
67
  - lib
@@ -72,5 +79,5 @@ requirements: []
72
79
  rubygems_version: 3.3.7
73
80
  signing_key:
74
81
  specification_version: 4
75
- summary: Trustcaptcha library for Ruby
82
+ summary: "(DEPRECATED) Trustcaptcha library for Ruby"
76
83
  test_files: []