stigg-api-client 1.160.2 → 1.169.1

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: 6b21959b7d103994979f4c22f58edc3efda91cea7ecd8c09904c19756ea2cadd
4
- data.tar.gz: 379da20c4949dc365311cd12b5ad5812b734513b53a9d8f93079c3bc4586a039
3
+ metadata.gz: 7d67d659d69079b04413b6cff03c4dfe437165ceca70fd20652010a8519bc66a
4
+ data.tar.gz: 6f8e4319fc1a21c94231d84f93851af8b47f3bc6a4969c3db41b9d028824f03e
5
5
  SHA512:
6
- metadata.gz: 5387dc88345e81d1cb4aa0d2532dae3c0f79076790669a82d9aa548ebd0d90b9e384f34e9efb8860a01a103b4f1b54840231fed46334b5a37f9064985bd66a92
7
- data.tar.gz: 78417b48b6234749b39ac9298717c2f7d9281d2d5e4f23f37e4e277f94498caf2cd8241a9ba361c778a5fdfad3b4d886c836ef7d351e021ac65810afa753c96a
6
+ metadata.gz: 993e8bafb4686eb1f8e0389757a263bd8993dfb3fa2af30aa8822e2442822b1f5f3fbeaafae63f19e1745304fc5b254825bc40ebd455ccb009c91c7654f95d08
7
+ data.tar.gz: 1f486d5dbf98ca7948dd79c057e494b0a57c5e550ce85fd8ba52b847d09f2c94101e3111a4f038803f1cb2b7c4ec78a7424992a46fc3cb6dfd1fb2b87a828e40
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.160.2)
4
+ stigg-api-client (1.169.1)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -37620,13 +37620,9 @@
37620
37620
  }
37621
37621
  ],
37622
37622
  "type": {
37623
- "kind": "NON_NULL",
37624
- "name": null,
37625
- "ofType": {
37626
- "kind": "SCALAR",
37627
- "name": "Boolean",
37628
- "ofType": null
37629
- }
37623
+ "kind": "SCALAR",
37624
+ "name": "String",
37625
+ "ofType": null
37630
37626
  },
37631
37627
  "isDeprecated": false,
37632
37628
  "deprecationReason": null
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "1.160.2"
4
+ VERSION = "1.169.1"
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: 1.160.2
4
+ version: 1.169.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-05-05 00:00:00.000000000 Z
11
+ date: 2024-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient