permit-sdk 0.0.2 → 0.0.3
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/lib/api/utils.rb +9 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 98c6cfe745f4f3a5b4ca702a6de008de9061892865ec8bd487d50c05511a21de
|
4
|
+
data.tar.gz: 035b167833d6ec6ee41bb257c985a79f26db83f7953b8c67c16db4c9e9d48561
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97470adcef3ef3025b82d0816ee5dc9336bac0f28490a9fa3bd3d6d7c64257722f149a33ab2d8295a692d4900c80f0adac0bba756be5567364e967013c097e0c
|
7
|
+
data.tar.gz: 25334d817049788fe2e8893d92bfafca712f278db71ef25608f27a46a258126a20ab60c57351a57189757c7d5dc0bb992fc900387f0f6e5794284c8690f7eea2
|
data/lib/api/utils.rb
ADDED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: permit-sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Permit.io
|
@@ -36,6 +36,7 @@ files:
|
|
36
36
|
- lib/api/resources.rb
|
37
37
|
- lib/api/tenants.rb
|
38
38
|
- lib/api/users.rb
|
39
|
+
- lib/api/utils.rb
|
39
40
|
- lib/config.rb
|
40
41
|
- lib/openapi_client.rb
|
41
42
|
- lib/openapi_client/api/api_keys_api.rb
|
@@ -225,7 +226,7 @@ files:
|
|
225
226
|
- lib/permit.rb
|
226
227
|
homepage: https://permit.io
|
227
228
|
licenses:
|
228
|
-
-
|
229
|
+
- Apache-2.0
|
229
230
|
metadata: {}
|
230
231
|
post_install_message:
|
231
232
|
rdoc_options: []
|