stigg-api-client 1.0.0 → 1.2.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 -6
- 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: 9f3aa8bdc5b07a7825f0bd680a46b0459a5930e7aab530a7fb55973495c17c76
|
4
|
+
data.tar.gz: ce5d022031eb922efd61c91c9829a594c1a417b38ba909dc084333e0b34d9ee8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e90401e4d760b0dc9e89d452dcd2e161f151d3a8ab13a5574b2a21f70d99a58be6df0596a53b6ce09382186d26eec5bf9a253939242048efa7858955a2363ca9
|
7
|
+
data.tar.gz: b4cc636dbde7f2ac404f3fb20c3bcfb39c102df496053a575e26b46a48c52b8e667a16e5f83d125628a3bf8ee29c780560343c87a3f823fbdae0265a922f6b4a
|
data/Gemfile.lock
CHANGED
@@ -65467,12 +65467,6 @@
|
|
65467
65467
|
"description": null,
|
65468
65468
|
"isDeprecated": false,
|
65469
65469
|
"deprecationReason": null
|
65470
|
-
},
|
65471
|
-
{
|
65472
|
-
"name": "VOLUME_PER_UNIT",
|
65473
|
-
"description": null,
|
65474
|
-
"isDeprecated": false,
|
65475
|
-
"deprecationReason": null
|
65476
65470
|
}
|
65477
65471
|
],
|
65478
65472
|
"possibleTypes": null
|
data/lib/stigg/version.rb
CHANGED