clerk-http-client 0.0.1 → 1.0.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.
- checksums.yaml +4 -4
- data/clerk-http-client.gemspec +4 -4
- data/lib/clerk-http-client/version.rb +1 -1
- data/sdk-generator-config.json +5 -0
- metadata +5 -10
- data/test.rb +0 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8b053aec725dca77a6d90bad68be9ea05298f99df766d96f4362b13c327c6d2b
|
4
|
+
data.tar.gz: f73598f1b41a55125ff6503430ec465daffc20838ac92649f2de75ff74a297ca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ca7e96ed69e05f1aff59cea87a7678db710c6d5f1ee503f7c432185353c10c64908d9b7f403278e298545a153cdd9e1a5a45adf1d28a3c2cc1331af3a82fb228
|
7
|
+
data.tar.gz: abc2c9a2b8349aa1a6d9e52bf9ffbcf0aee4e069f531a5786f68443eef914548ca639c5f132cf792b7eab6b562927330a67f83e01afe24e5c88ede4d1704045e
|
data/clerk-http-client.gemspec
CHANGED
@@ -19,12 +19,12 @@ Gem::Specification.new do |s|
|
|
19
19
|
s.name = "clerk-http-client"
|
20
20
|
s.version = ClerkHttpClient::VERSION
|
21
21
|
s.platform = Gem::Platform::RUBY
|
22
|
-
s.authors = ["
|
22
|
+
s.authors = ["Clerk"]
|
23
23
|
s.email = ["support@clerk.com"]
|
24
24
|
s.homepage = "https://clerk.com/docs/references/ruby/overview"
|
25
|
-
s.summary = "Clerk Backend API
|
26
|
-
s.description = "
|
27
|
-
s.license = "
|
25
|
+
s.summary = "A Ruby wrapper for the Clerk Backend API"
|
26
|
+
s.description = "A Ruby wrapper for the Clerk Backend API"
|
27
|
+
s.license = "MIT"
|
28
28
|
s.required_ruby_version = ">= 2.7"
|
29
29
|
s.metadata = {}
|
30
30
|
|
data/sdk-generator-config.json
CHANGED
@@ -13,8 +13,13 @@
|
|
13
13
|
"debugOperations": true,
|
14
14
|
"library": "faraday",
|
15
15
|
"gemHomepage": "https://clerk.com/docs/references/ruby/overview",
|
16
|
+
"gemAuthor": "Clerk",
|
17
|
+
"gemAuthorEmail": "support@clerk.com",
|
16
18
|
"gemName": "clerk-http-client",
|
19
|
+
"gemDescription": "A Ruby wrapper for the Clerk Backend API",
|
20
|
+
"gemSummary": "A Ruby wrapper for the Clerk Backend API",
|
17
21
|
"gemRequiredRubyVersion": ">= 2.7",
|
22
|
+
"gemLicense": "MIT",
|
18
23
|
"moduleName": "ClerkHttpClient"
|
19
24
|
}
|
20
25
|
}
|
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: clerk-http-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Clerk
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
10
|
date: 2025-01-06 00:00:00.000000000 Z
|
@@ -77,11 +77,7 @@ dependencies:
|
|
77
77
|
- - ">="
|
78
78
|
- !ruby/object:Gem::Version
|
79
79
|
version: 3.6.0
|
80
|
-
description:
|
81
|
-
Versions When the API changes in a way that isn''t compatible with older versions,
|
82
|
-
a new version is released. Each version is identified by its release date, e.g.
|
83
|
-
`2021-02-05`. For more information, please see [Clerk API Versions](https://clerk.com/docs/backend-requests/versioning/overview). Please
|
84
|
-
see https://clerk.com/docs for more information.'
|
80
|
+
description: A Ruby wrapper for the Clerk Backend API
|
85
81
|
email:
|
86
82
|
- support@clerk.com
|
87
83
|
executables: []
|
@@ -603,10 +599,9 @@ files:
|
|
603
599
|
- spec/models/well_known_jwks_keys_inner_spec.rb
|
604
600
|
- spec/models/well_known_jwks_spec.rb
|
605
601
|
- spec/spec_helper.rb
|
606
|
-
- test.rb
|
607
602
|
homepage: https://clerk.com/docs/references/ruby/overview
|
608
603
|
licenses:
|
609
|
-
-
|
604
|
+
- MIT
|
610
605
|
metadata: {}
|
611
606
|
rdoc_options: []
|
612
607
|
require_paths:
|
@@ -624,7 +619,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
624
619
|
requirements: []
|
625
620
|
rubygems_version: 3.6.2
|
626
621
|
specification_version: 4
|
627
|
-
summary: Clerk Backend API
|
622
|
+
summary: A Ruby wrapper for the Clerk Backend API
|
628
623
|
test_files:
|
629
624
|
- spec/api/clients_api_spec.rb
|
630
625
|
- spec/api/sessions_api_spec.rb
|
data/test.rb
DELETED