stigg-api-client 0.529.0 → 0.530.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 +0 -12
- 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: 907500ff7417fbc09513aa5ab9d165dd40d580e560cb601db27fd2dc95abb823
|
|
4
|
+
data.tar.gz: 9452167e9df7d1ba35e7f4b4312b5b69e233a9568db00b10d6853d149d1d8d89
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2b5597fd472ace8c500a76dccab490b497f962022431bab92e3502c5da038591566760f8727796968f81d9049529bfb9957d199a79cb1cefdbf1a08cbff19dec
|
|
7
|
+
data.tar.gz: 687ce17ad5983c20c06efb98c5ce804560c926c9c7b88fb6a4a9d41c0db4e6f1ce6005278d92cfcd4cea0cf0cadb9d78951f5da88671d31bb3656f03851533ce
|
data/Gemfile.lock
CHANGED
|
@@ -50114,18 +50114,6 @@
|
|
|
50114
50114
|
"defaultValue": null,
|
|
50115
50115
|
"isDeprecated": false,
|
|
50116
50116
|
"deprecationReason": null
|
|
50117
|
-
},
|
|
50118
|
-
{
|
|
50119
|
-
"name": "maxBatches",
|
|
50120
|
-
"description": null,
|
|
50121
|
-
"type": {
|
|
50122
|
-
"kind": "SCALAR",
|
|
50123
|
-
"name": "Int",
|
|
50124
|
-
"ofType": null
|
|
50125
|
-
},
|
|
50126
|
-
"defaultValue": null,
|
|
50127
|
-
"isDeprecated": false,
|
|
50128
|
-
"deprecationReason": null
|
|
50129
50117
|
}
|
|
50130
50118
|
],
|
|
50131
50119
|
"interfaces": null,
|
data/lib/stigg/version.rb
CHANGED