stigg-api-client 0.493.0 → 0.496.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/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +6 -0
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bf269175e44f43d554d8ef65d2eb092077718876013a784fd202fc577c794be8
|
|
4
|
+
data.tar.gz: 50d3ce0e009ee8843f13e27fc03805044d2c2967cb9ce150634a14f9fbddb26d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1d052cdee42444f8b16995f78815669ef69da5492b3328cc2b294b94631b8ee107dffde4ab135a4947cc2ed366435146473d7759237644ccd768be8f100e6a81
|
|
7
|
+
data.tar.gz: 871fe1ad9b8f111b4a0aeed9ff203f445c0255ef9c11efd75db6cd7bf69017c9b746442bca7b2592b13c12110467f4ecf08ca985bd44e1cb139cdba554f838b7
|
data/Gemfile.lock
CHANGED
|
@@ -50172,6 +50172,12 @@
|
|
|
50172
50172
|
"description": null,
|
|
50173
50173
|
"isDeprecated": false,
|
|
50174
50174
|
"deprecationReason": null
|
|
50175
|
+
},
|
|
50176
|
+
{
|
|
50177
|
+
"name": "PERSISTENT_CACHE_SERVICE",
|
|
50178
|
+
"description": null,
|
|
50179
|
+
"isDeprecated": false,
|
|
50180
|
+
"deprecationReason": null
|
|
50175
50181
|
}
|
|
50176
50182
|
],
|
|
50177
50183
|
"possibleTypes": null
|
data/lib/stigg/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stigg-api-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.496.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-07-
|
|
11
|
+
date: 2023-07-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|