stigg-api-client 5.256.0 → 5.257.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 +2 -2
- data/lib/stigg/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d6a842d6bb46d3c88029c8ba0c8c5e9c0dab72afc46428db2795c44b05bb168b
|
|
4
|
+
data.tar.gz: 90a5896c253c4cad4fcc3e061a72c1bb4dd92b3743693aa8d95797d453f26e3e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a5fc1e72a2a652a25c5c05ff5b378329b850437ecad165cba57d8ebbd3f7e68c4b691d18f0567e5413f0ebaf72e8f9b304833d474688e3ba122d668e050b807f
|
|
7
|
+
data.tar.gz: 3ea51bfaa90d04987cf230ffb25a141b0dbd586767b8fc577be98cce29fab65ae2b7395cd0fc21bd8f4c43f82c7641ae341977039288c9fce023b228a01ca428
|
data/Gemfile.lock
CHANGED
|
@@ -1990,7 +1990,7 @@
|
|
|
1990
1990
|
"name": null,
|
|
1991
1991
|
"ofType": {
|
|
1992
1992
|
"kind": "SCALAR",
|
|
1993
|
-
"name": "
|
|
1993
|
+
"name": "UUID",
|
|
1994
1994
|
"ofType": null
|
|
1995
1995
|
}
|
|
1996
1996
|
},
|
|
@@ -71328,7 +71328,7 @@
|
|
|
71328
71328
|
"name": null,
|
|
71329
71329
|
"ofType": {
|
|
71330
71330
|
"kind": "SCALAR",
|
|
71331
|
-
"name": "
|
|
71331
|
+
"name": "UUID",
|
|
71332
71332
|
"ofType": null
|
|
71333
71333
|
}
|
|
71334
71334
|
},
|
data/lib/stigg/version.rb
CHANGED