relentless_identity 1.0.0 → 1.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 834d934cf1f94e2fccf87ea4abd77b262ff1413c77c65729b49aea6d4377a6ec
4
- data.tar.gz: 842641417f0642347312378cda1811bb0e097804cedb717ec35960d28f12844f
3
+ metadata.gz: b067be191928af95132bf78364b14af900931ce5e15e678d84596e0186f9cc2d
4
+ data.tar.gz: 321d825c23fac46d55f59785d1ae51267fdd9ea0072f686f111f5cd42e0589cc
5
5
  SHA512:
6
- metadata.gz: bfaab2de37843312daecb43bbe71b9394cc30388dc5a44d387bc481ac6db029f1a8fb0b38b24d701e24edafe82ceb18280b3a39dd27274b7a830784df588c917
7
- data.tar.gz: 550fa7044f4871a347506010b2bb8587c12610e07594373790c6fcbaa8c9e05c8a6e19048a2249ea812d785956d09b60513e1f36542af4cef457bfe12faabd15
6
+ metadata.gz: 61c5831a4f1b5ac6bcf9944d12b2acf0a5fecb318b9fb993bb6133b752083f7ea7a1ee62fe3a1b32ddfed0cee21dba27fba285ede25e5c0ad8c13ebe6c653d98
7
+ data.tar.gz: 10f92b307a730684af91e46a62b91615f224119d5a6e486f021f8b8ba53eaa65e8c208cc1568131c71457ae894894d89d433c9088e117478638d176ba80335b8
data/README.md CHANGED
@@ -4,10 +4,14 @@ RelentlessIdentity - the Ruby gem for the Relentless Identity API
4
4
 
5
5
  Public client API for Finder and Probe workflows. This spec is generated from the FastAPI app, then narrowed to the supported bearer-authenticated routes used by SDKs and the API reference.
6
6
 
7
+ Homepage: https://relentlessidentity.com
8
+
9
+ Docs: https://relentlessidentity.com/docs
10
+
7
11
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
12
 
9
13
  - API version: 1.0.0
10
- - Package version: 1.0.0
14
+ - Package version: 1.0.1
11
15
  - Generator version: 7.21.0
12
16
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
17
 
@@ -140,4 +144,3 @@ Authentication schemes defined for the API:
140
144
  ### bearerAuth
141
145
 
142
146
  - **Type**: Bearer authentication (PAT)
143
-
@@ -11,5 +11,5 @@ Generator version: 7.21.0
11
11
  =end
12
12
 
13
13
  module RelentlessIdentity
14
- VERSION = '1.0.0'
14
+ VERSION = '1.0.1'
15
15
  end
Binary file
@@ -22,11 +22,14 @@ Gem::Specification.new do |s|
22
22
  s.authors = ["Relentless Identity"]
23
23
  s.email = [""]
24
24
  s.homepage = "https://relentlessidentity.com"
25
- s.summary = "Official Ruby SDK for the Relentless Identity API"
26
- s.description = "Official Ruby SDK for the Relentless Identity API email Finder and Probe verification workflows."
25
+ s.summary = "Official Ruby SDK for the Relentless Identity API. Learn more at https://relentlessidentity.com/docs."
26
+ s.description = "Official Ruby SDK for the Relentless Identity API. Learn more at https://relentlessidentity.com/docs."
27
27
  s.license = "MIT"
28
28
  s.required_ruby_version = ">= 2.7"
29
- s.metadata = {}
29
+ s.metadata = {
30
+ "homepage_uri" => "https://relentlessidentity.com",
31
+ "documentation_uri" => "https://relentlessidentity.com/docs",
32
+ }
30
33
 
31
34
  s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
32
35
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: relentless_identity
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Relentless Identity
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-05-09 00:00:00.000000000 Z
11
+ date: 2026-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -50,8 +50,7 @@ dependencies:
50
50
  - - ">="
51
51
  - !ruby/object:Gem::Version
52
52
  version: 3.6.0
53
- description: Official Ruby SDK for the Relentless Identity API email Finder and
54
- Probe verification workflows.
53
+ description: Official Ruby SDK for the Relentless Identity API. Learn more at https://relentlessidentity.com/docs.
55
54
  email:
56
55
  - ''
57
56
  executables: []
@@ -126,6 +125,7 @@ files:
126
125
  - lib/relentless_identity/models/probe_request.rb
127
126
  - lib/relentless_identity/models/validation_error.rb
128
127
  - lib/relentless_identity/version.rb
128
+ - relentless_identity-1.0.0.gem
129
129
  - relentless_identity.gemspec
130
130
  - spec/api/account_api_spec.rb
131
131
  - spec/api/finder_api_spec.rb
@@ -160,7 +160,9 @@ files:
160
160
  homepage: https://relentlessidentity.com
161
161
  licenses:
162
162
  - MIT
163
- metadata: {}
163
+ metadata:
164
+ homepage_uri: https://relentlessidentity.com
165
+ documentation_uri: https://relentlessidentity.com/docs
164
166
  post_install_message:
165
167
  rdoc_options: []
166
168
  require_paths:
@@ -179,7 +181,7 @@ requirements: []
179
181
  rubygems_version: 3.5.22
180
182
  signing_key:
181
183
  specification_version: 4
182
- summary: Official Ruby SDK for the Relentless Identity API
184
+ summary: Official Ruby SDK for the Relentless Identity API. Learn more at https://relentlessidentity.com/docs.
183
185
  test_files:
184
186
  - spec/api/jobs_api_spec.rb
185
187
  - spec/api/account_api_spec.rb