trustcaptcha-ruby 1.2.0 → 1.2.1.pre.beta.0

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 +18 -11
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 85d74bf1f0b4aaac1ed7e612cdedb7fec49237b52bea370675215ef99b39cf24
4
- data.tar.gz: 3a66c366c2060cb68160c0d3080ab2591ff5ec575bfbd56958b3c2ba486870ef
3
+ metadata.gz: 85c2a1d3d39713b0c116048f58290ff9f8c4a956f40dba2ef7b21543578a4aa5
4
+ data.tar.gz: c02bb27309d204dd5500be1a63f55748dc0622c14dc9b8f7e6b7a594a84f3daa
5
5
  SHA512:
6
- metadata.gz: cfdc5945cc4e4fdbcac701cc0b547c426cc7f730112da689b934a5026361984dc018daa28db14cb4c5f89fcddad5ede818639b22445028306e6039ed6b18a60b
7
- data.tar.gz: 855add25e32b315804a55aaa74bb8d7383a8ed33f2629eaabbdda27d377bc3af65068d43cf7250f0f3fb5df337af44a257f1d82ab5f883bf12367c97fb45f171
6
+ metadata.gz: 2a2ddec2f1102a1ec1806d09417eb3d634aa1009473211be6aacc4f9752e3238505c3508357f138e5cf8b0cebe87d755e3e3d9ce8fff3d71f8b6dab1dc25fdc9
7
+ data.tar.gz: 004e0c46553f38c85b2c88ada9263ddad9c7023eea1d18a0f8989d0393fc1452f53d9ee469cc809431bc5c049e46358636eae0f3f46681d1e143202dfd6c9721
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.pre.beta.0
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
@@ -65,12 +72,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
65
72
  version: '0'
66
73
  required_rubygems_version: !ruby/object:Gem::Requirement
67
74
  requirements:
68
- - - ">="
75
+ - - ">"
69
76
  - !ruby/object:Gem::Version
70
- version: '0'
77
+ version: 1.3.1
71
78
  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: []