google-cloud-resource_manager 0.36.0 → 0.36.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/CHANGELOG.md +6 -0
- data/CONTRIBUTING.md +2 -3
- data/lib/google/cloud/resource_manager/version.rb +1 -1
- metadata +15 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4dbe1df5de6105e9c7cbfb1fc7d8a0aa6b0513ff362454d30bae89ea4fd7e1dc
|
|
4
|
+
data.tar.gz: f7ca2eb4dd3ce34de7b3f47e3615b513140d9942ca3bfa8e39e7008d9e794a12
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 471ee4fde3389f3b3e3b28c06b2108a44f9cdfc741ca13e1557982c4260a4a280acf31fae06f18188cf33fb709258a91f0cbe93baa639720c7f377191c30a494
|
|
7
|
+
data.tar.gz: a3fe8cdfc0034d48d0be70ae4b52ab4f1df8ca11a205127345c01e079b6d7d8df629371bdcb9f608452c2c9fb7f52b8dbb4d42dc3c71189a8f4821fb4f7433a1
|
data/CHANGELOG.md
CHANGED
data/CONTRIBUTING.md
CHANGED
|
@@ -120,7 +120,7 @@ If you alter an example's title, you may encounter breaking tests.
|
|
|
120
120
|
### Resource Manager Acceptance Tests
|
|
121
121
|
|
|
122
122
|
The Resource Manager acceptance tests interact with the live service API. Follow
|
|
123
|
-
the instructions in the {file:AUTHENTICATION.md Authentication
|
|
123
|
+
the instructions in the {file:AUTHENTICATION.md Authentication Guide} for
|
|
124
124
|
enabling the Resource Manager API. Occasionally, some API features may not yet
|
|
125
125
|
be generally available, making it difficult for some contributors to
|
|
126
126
|
successfully run the entire acceptance test suite. However, please ensure that
|
|
@@ -128,8 +128,7 @@ you do successfully run acceptance tests for any code areas covered by your pull
|
|
|
128
128
|
request.
|
|
129
129
|
|
|
130
130
|
To run the acceptance tests, first create and configure a project in the Google
|
|
131
|
-
Developers Console, as described in the {file:AUTHENTICATION.md Authentication
|
|
132
|
-
guide}. Be sure to download the JSON KEY file. Make note of the PROJECT_ID and
|
|
131
|
+
Developers Console, as described in the {file:AUTHENTICATION.md Authentication Guide}. Be sure to download the JSON KEY file. Make note of the PROJECT_ID and
|
|
133
132
|
the KEYFILE location on your system.
|
|
134
133
|
|
|
135
134
|
Before you can run the Resource Manager acceptance tests, you must first create
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-resource_manager
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.36.
|
|
4
|
+
version: 0.36.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mike Moore
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2021-
|
|
12
|
+
date: 2021-06-17 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: google-cloud-core
|
|
@@ -17,14 +17,14 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - "~>"
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: '1.
|
|
20
|
+
version: '1.6'
|
|
21
21
|
type: :runtime
|
|
22
22
|
prerelease: false
|
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
24
|
requirements:
|
|
25
25
|
- - "~>"
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
|
-
version: '1.
|
|
27
|
+
version: '1.6'
|
|
28
28
|
- !ruby/object:Gem::Dependency
|
|
29
29
|
name: google-apis-cloudresourcemanager_v1
|
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -43,16 +43,22 @@ dependencies:
|
|
|
43
43
|
name: googleauth
|
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
|
45
45
|
requirements:
|
|
46
|
-
- - "
|
|
46
|
+
- - ">="
|
|
47
47
|
- !ruby/object:Gem::Version
|
|
48
|
-
version:
|
|
48
|
+
version: 0.16.2
|
|
49
|
+
- - "<"
|
|
50
|
+
- !ruby/object:Gem::Version
|
|
51
|
+
version: 2.a
|
|
49
52
|
type: :runtime
|
|
50
53
|
prerelease: false
|
|
51
54
|
version_requirements: !ruby/object:Gem::Requirement
|
|
52
55
|
requirements:
|
|
53
|
-
- - "
|
|
56
|
+
- - ">="
|
|
54
57
|
- !ruby/object:Gem::Version
|
|
55
|
-
version:
|
|
58
|
+
version: 0.16.2
|
|
59
|
+
- - "<"
|
|
60
|
+
- !ruby/object:Gem::Version
|
|
61
|
+
version: 2.a
|
|
56
62
|
- !ruby/object:Gem::Dependency
|
|
57
63
|
name: google-style
|
|
58
64
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -241,7 +247,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
241
247
|
- !ruby/object:Gem::Version
|
|
242
248
|
version: '0'
|
|
243
249
|
requirements: []
|
|
244
|
-
rubygems_version: 3.2.
|
|
250
|
+
rubygems_version: 3.2.17
|
|
245
251
|
signing_key:
|
|
246
252
|
specification_version: 4
|
|
247
253
|
summary: API Client library for Google Cloud Resource Manager
|