stigg-api-client 0.486.0 → 0.487.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: 0c9fa09e50c0a1f255afeea7468a1c675aff689a4030f8330a3b52670d42c43c
4
- data.tar.gz: 8d213faf2a82e65a4bb9ce2194725bf461851d2c0feab464405655fb64df06ba
3
+ metadata.gz: 644676b71974473f88a7ffa6094dbc637bc9f7a3cfae86ad90d81eae6a4e342e
4
+ data.tar.gz: 45f077bb633194f9ca94293894de128e00233350ec8045fbac2df520307e85a3
5
5
  SHA512:
6
- metadata.gz: 92e97eb124b643f3f5bc10d2a3542dce9398e21dbb3319449d00ab121931096a78d025da15a34b80f43514917d4a858d09a45e14d49e38ecdcb33c43c3180c08
7
- data.tar.gz: 77036973e3a063f429e7166fdf573037634e81ebc32b866d4e715634022ea704e45cf53c6299a40dbc5d0bcfe4268cea994e1b31d3b401b7b8e4841a6c6f2adf
6
+ metadata.gz: 4e308e7e55707925105975abd24987f539839f7a4f3e836759b20183147b8b864af653c426b937093efe1de695e75146a5aed8440584b8f68a987f3df00a6588
7
+ data.tar.gz: bb8c4d0950548e30a41831dcfd8553c6dd3f6ee431e016d5d40e76faf02967c5126085ecf7dd35e12d8c70096ff6a2d9c604217742da386af2114c5ef7264f07
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.486.0)
4
+ stigg-api-client (0.487.0)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -46590,7 +46590,7 @@
46590
46590
  "name": "Boolean",
46591
46591
  "ofType": null
46592
46592
  },
46593
- "defaultValue": "false",
46593
+ "defaultValue": "true",
46594
46594
  "isDeprecated": false,
46595
46595
  "deprecationReason": null
46596
46596
  },
@@ -46856,7 +46856,7 @@
46856
46856
  "name": "Boolean",
46857
46857
  "ofType": null
46858
46858
  },
46859
- "defaultValue": "false",
46859
+ "defaultValue": "true",
46860
46860
  "isDeprecated": false,
46861
46861
  "deprecationReason": null
46862
46862
  },
@@ -47119,7 +47119,7 @@
47119
47119
  "name": "Boolean",
47120
47120
  "ofType": null
47121
47121
  },
47122
- "defaultValue": "false",
47122
+ "defaultValue": "true",
47123
47123
  "isDeprecated": false,
47124
47124
  "deprecationReason": null
47125
47125
  },
@@ -55094,7 +55094,7 @@
55094
55094
  "name": "Boolean",
55095
55095
  "ofType": null
55096
55096
  },
55097
- "defaultValue": "false",
55097
+ "defaultValue": "true",
55098
55098
  "isDeprecated": false,
55099
55099
  "deprecationReason": null
55100
55100
  },
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.486.0"
4
+ VERSION = "0.487.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.486.0
4
+ version: 0.487.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-07-13 00:00:00.000000000 Z
11
+ date: 2023-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient