stigg-api-client 0.743.0 → 0.747.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b1769239a0ef7c72ab442d4a20070671232fe85ae424b72670be6f9c419f222c
4
- data.tar.gz: 55aaa74e69ee2c4c8170bcddafa7dcaed1cf0eb87ec37d0070d2c6ae5fe3206e
3
+ metadata.gz: 41cb100f5f3d5d89459230c211877a44d9ef4722a2901aecece40d7b869596d5
4
+ data.tar.gz: 89b5f5c08927a68066f6f7cd6a4ba2106dd723768130f31280517dba85efa16a
5
5
  SHA512:
6
- metadata.gz: 3eb3ce353b23facdabdedf853b13b0ec7444bc20f5684005bb1c11f5cfba8cf4c7e9110a765ada0117746da4bce9d885747d6f49f8ee5ad8e4d25f15ee42525f
7
- data.tar.gz: 28a2f9eb40d5aa3244c05a2f40ff6af246dc3c4d0b23bb5633262d6c65428644a8f0d9444bc533aca456b32cb99e336d72b7e2ca45715a2158d304a68ff8bdd8
6
+ metadata.gz: f4706c8426fbec24d00cc47954f1638de12b9433984a5b9b78030276b74cfbf224bdd13d719bcd3f8d920d6fe10893310487758f1e974693deebc1d07cb94a08
7
+ data.tar.gz: cad87c4d3394f30f2576fcdd0274b7bfc10c1deab11c5c1a2965c0c03a20bf9b89e1b7a547b65438e72147015efdd53ac04e1ac3cc5d93c1f97c9a256c7fa0a7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.743.0)
4
+ stigg-api-client (0.747.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql (< 2.1)
7
7
 
@@ -46701,13 +46701,9 @@
46701
46701
  "description": null,
46702
46702
  "args": [],
46703
46703
  "type": {
46704
- "kind": "NON_NULL",
46705
- "name": null,
46706
- "ofType": {
46707
- "kind": "SCALAR",
46708
- "name": "Float",
46709
- "ofType": null
46710
- }
46704
+ "kind": "SCALAR",
46705
+ "name": "Float",
46706
+ "ofType": null
46711
46707
  },
46712
46708
  "isDeprecated": false,
46713
46709
  "deprecationReason": null
@@ -46744,13 +46740,9 @@
46744
46740
  "name": "upTo",
46745
46741
  "description": null,
46746
46742
  "type": {
46747
- "kind": "NON_NULL",
46748
- "name": null,
46749
- "ofType": {
46750
- "kind": "SCALAR",
46751
- "name": "Float",
46752
- "ofType": null
46753
- }
46743
+ "kind": "SCALAR",
46744
+ "name": "Float",
46745
+ "ofType": null
46754
46746
  },
46755
46747
  "defaultValue": null,
46756
46748
  "isDeprecated": false,
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "0.743.0"
4
+ VERSION = "0.747.0"
5
5
  end
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.743.0
4
+ version: 0.747.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-01-11 00:00:00.000000000 Z
11
+ date: 2024-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient