google-cloud-assured_workloads 1.5.0 → 2.0.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 +4 -4
- data/README.md +3 -5
- data/lib/google/cloud/assured_workloads/version.rb +1 -1
- metadata +7 -33
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2bb62db74032c4d77bd1b69ec79ace6e9a95e917f4c9865ea7d7f7537358acbc
|
4
|
+
data.tar.gz: 4ffd403dab94b28a87efd309eba318d05cfaccb015dcdc9faabcb0a36676913c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5196d30a133b18cffb90f29f996487f334222da4983201d1931b078f0367bfd5202a2b147e70b42f936254095ae1ea1a8604196d158f0afe6e71c3470f572de1
|
7
|
+
data.tar.gz: 151ef6666af5d9c17e73da0e5fe1110677cdc57630cafd71e19cabc47c9f56392bc7c9ec58ec1f6835601a66adcce308c15a6d9d1854be5fdb439ea0e845233e
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Assured Workloads for Government secures government workloads and accelerates th
|
|
7
7
|
Actual client classes for the various versions of this API are defined in
|
8
8
|
_versioned_ client gems, with names of the form `google-cloud-assured_workloads-v*`.
|
9
9
|
The gem `google-cloud-assured_workloads` is the main client library that brings the
|
10
|
-
|
10
|
+
versioned gems in as dependencies, and provides high-level methods for
|
11
11
|
constructing clients. More information on versioned clients can be found below
|
12
12
|
in the section titled *Which client should I use?*.
|
13
13
|
|
@@ -16,8 +16,7 @@ for this library, google-cloud-assured_workloads, to see the convenience methods
|
|
16
16
|
constructing client objects. Reference documentation for the client objects
|
17
17
|
themselves can be found in the client library documentation for the versioned
|
18
18
|
client gems:
|
19
|
-
[google-cloud-assured_workloads-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-assured_workloads-v1/latest)
|
20
|
-
[google-cloud-assured_workloads-v1beta1](https://cloud.google.com/ruby/docs/reference/google-cloud-assured_workloads-v1beta1/latest).
|
19
|
+
[google-cloud-assured_workloads-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-assured_workloads-v1/latest).
|
21
20
|
|
22
21
|
See also the [Product Documentation](https://cloud.google.com/assured-workloads/)
|
23
22
|
for more usage information.
|
@@ -63,8 +62,7 @@ results in logs appearing alongside your application logs in the
|
|
63
62
|
Debug logging also requires that the versioned clients for this service be
|
64
63
|
sufficiently recent, released after about Dec 10, 2024. If logging is not
|
65
64
|
working, try updating the versioned clients in your bundle or installed gems:
|
66
|
-
[google-cloud-assured_workloads-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-assured_workloads-v1/latest)
|
67
|
-
[google-cloud-assured_workloads-v1beta1](https://cloud.google.com/ruby/docs/reference/google-cloud-assured_workloads-v1beta1/latest).
|
65
|
+
[google-cloud-assured_workloads-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-assured_workloads-v1/latest).
|
68
66
|
|
69
67
|
## Supported Ruby Versions
|
70
68
|
|
metadata
CHANGED
@@ -1,54 +1,28 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-assured_workloads
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-cloud-assured_workloads-v1
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
15
15
|
requirements:
|
16
|
-
- - "
|
17
|
-
- !ruby/object:Gem::Version
|
18
|
-
version: '0.9'
|
19
|
-
- - "<"
|
20
|
-
- !ruby/object:Gem::Version
|
21
|
-
version: 2.a
|
22
|
-
type: :runtime
|
23
|
-
prerelease: false
|
24
|
-
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
requirements:
|
26
|
-
- - ">="
|
27
|
-
- !ruby/object:Gem::Version
|
28
|
-
version: '0.9'
|
29
|
-
- - "<"
|
30
|
-
- !ruby/object:Gem::Version
|
31
|
-
version: 2.a
|
32
|
-
- !ruby/object:Gem::Dependency
|
33
|
-
name: google-cloud-assured_workloads-v1beta1
|
34
|
-
requirement: !ruby/object:Gem::Requirement
|
35
|
-
requirements:
|
36
|
-
- - ">="
|
37
|
-
- !ruby/object:Gem::Version
|
38
|
-
version: '0.17'
|
39
|
-
- - "<"
|
16
|
+
- - "~>"
|
40
17
|
- !ruby/object:Gem::Version
|
41
|
-
version: 2
|
18
|
+
version: '1.2'
|
42
19
|
type: :runtime
|
43
20
|
prerelease: false
|
44
21
|
version_requirements: !ruby/object:Gem::Requirement
|
45
22
|
requirements:
|
46
|
-
- - "
|
47
|
-
- !ruby/object:Gem::Version
|
48
|
-
version: '0.17'
|
49
|
-
- - "<"
|
23
|
+
- - "~>"
|
50
24
|
- !ruby/object:Gem::Version
|
51
|
-
version: 2
|
25
|
+
version: '1.2'
|
52
26
|
- !ruby/object:Gem::Dependency
|
53
27
|
name: google-cloud-core
|
54
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -95,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
95
69
|
- !ruby/object:Gem::Version
|
96
70
|
version: '0'
|
97
71
|
requirements: []
|
98
|
-
rubygems_version: 3.6.
|
72
|
+
rubygems_version: 3.6.8
|
99
73
|
specification_version: 4
|
100
74
|
summary: API Client library for the Assured Workloads for Government API
|
101
75
|
test_files: []
|