google-cloud-confidential_computing 1.1.0 → 1.1.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: 739006cf41da29f9023ecddd49228fa8663177c5c14e2c15e09fd1c3cde24e4d
4
- data.tar.gz: 7206b72691e77090150745850fe405e98eacd58d1403efe939b18478a2e3b10f
3
+ metadata.gz: efa7318821b15d539b23e5177840b40e6a60db56a361d8c4b6b2f66bdddbd0e4
4
+ data.tar.gz: acc780da49bdd421a6c0e5eb2809a3040872bafcf75d487ad95c846e776b117f
5
5
  SHA512:
6
- metadata.gz: e040ed1c84f8694140f267234133367e174133bb5b586ab5e4a07f1e68f61ae3ae81b13074c22e212c6758eadbedf7356d2759a4f2f470085805020bb8ce25a0
7
- data.tar.gz: e2b2e813d649935060bf801e2280531846d35002c2b8bb0152770cfef2874c7fdd884ee48be9898b3de7256ca49a68caa285f00eeb6fb732383e0f7c79e8d650
6
+ metadata.gz: '03404195a4136c5a195bea253466c88925c4a21235de32f83f640fab450b4d1d9c92db8eb10b81d50d58cf2b7c31748c44c4e62b703604d84a72dd00c9207fb6'
7
+ data.tar.gz: d9e218b000bf44285fc197b66c49eef99af372c1650259ea1870adadc723a2327f86455ef722a2d11a63300f977791d33bdaaa287b111e2b6c20a1639cabd900
data/README.md CHANGED
@@ -6,7 +6,7 @@ Attestation verifier for Confidential Space.
6
6
  Actual client classes for the various versions of this API are defined in
7
7
  _versioned_ client gems, with names of the form `google-cloud-confidential_computing-v*`.
8
8
  The gem `google-cloud-confidential_computing` is the main client library that brings the
9
- verisoned gems in as dependencies, and provides high-level methods for
9
+ versioned gems in as dependencies, and provides high-level methods for
10
10
  constructing clients. More information on versioned clients can be found below
11
11
  in the section titled *Which client should I use?*.
12
12
 
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module ConfidentialComputing
23
- VERSION = "1.1.0"
23
+ VERSION = "1.1.1"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-confidential_computing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-confidential_computing-v1
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  requirements: []
77
- rubygems_version: 3.6.2
77
+ rubygems_version: 3.6.8
78
78
  specification_version: 4
79
79
  summary: Attestation verifier for Confidential Space.
80
80
  test_files: []