google-cloud-resource_manager 0.36.0 → 0.37.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/AUTHENTICATION.md +2 -1
- data/CHANGELOG.md +18 -0
- data/CONTRIBUTING.md +2 -3
- data/lib/google/cloud/resource_manager/version.rb +1 -1
- metadata +20 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ec5b4952f2fd7aa174aa7e6661e173369ce687d6c701e744eba49507b4fb58d
|
4
|
+
data.tar.gz: 6218636d211b9d276a30fc8e48a82162c331ae29b0576cb758cef4bc04c22419
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b371c14dc5dbe17aa1ce876d00e93f7ffabb7ffc79d70c062563cc58104627ad44502f0923fc9c04dde7a3c5a666b627489b6234ba4a60e3ebfae73ad2959e6
|
7
|
+
data.tar.gz: 99c2ea48b0d7b66ff6f783207aa919bf019d378fb6d15e423358c756ec4d43c7e46bc7fa0fe068e86a031884c853e07604eb0663012c6983111c632da0622353
|
data/AUTHENTICATION.md
CHANGED
@@ -100,7 +100,8 @@ resource_manager = Google::Cloud::ResourceManager.new
|
|
100
100
|
|
101
101
|
### Configuration
|
102
102
|
|
103
|
-
The **Project ID** and **Credentials JSON** can be configured
|
103
|
+
The **Project ID** and the path to the **Credentials JSON** file can be configured
|
104
|
+
instead of placing them in environment variables or providing them as arguments.
|
104
105
|
|
105
106
|
```ruby
|
106
107
|
require "google/cloud/resource_manager"
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,23 @@
|
|
1
1
|
# Release History
|
2
2
|
|
3
|
+
### 0.37.0 (2022-06-30)
|
4
|
+
|
5
|
+
#### Features
|
6
|
+
|
7
|
+
* Update minimum Ruby version to 2.6 ([#18444](https://github.com/googleapis/google-cloud-ruby/issues/18444))
|
8
|
+
|
9
|
+
### 0.36.2 / 2021-07-08
|
10
|
+
|
11
|
+
#### Documentation
|
12
|
+
|
13
|
+
* Update AUTHENTICATION.md in handwritten packages
|
14
|
+
|
15
|
+
### 0.36.1 / 2021-06-17
|
16
|
+
|
17
|
+
#### Bug Fixes
|
18
|
+
|
19
|
+
* Expand googleauth dependency to support future 1.x versions
|
20
|
+
|
3
21
|
### 0.36.0 / 2021-03-10
|
4
22
|
|
5
23
|
#### Features
|
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.
|
4
|
+
version: 0.37.0
|
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:
|
12
|
+
date: 2022-06-30 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,44 +43,50 @@ 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
|
59
65
|
requirements:
|
60
66
|
- - "~>"
|
61
67
|
- !ruby/object:Gem::Version
|
62
|
-
version: 1.
|
68
|
+
version: 1.26.1
|
63
69
|
type: :development
|
64
70
|
prerelease: false
|
65
71
|
version_requirements: !ruby/object:Gem::Requirement
|
66
72
|
requirements:
|
67
73
|
- - "~>"
|
68
74
|
- !ruby/object:Gem::Version
|
69
|
-
version: 1.
|
75
|
+
version: 1.26.1
|
70
76
|
- !ruby/object:Gem::Dependency
|
71
77
|
name: minitest
|
72
78
|
requirement: !ruby/object:Gem::Requirement
|
73
79
|
requirements:
|
74
80
|
- - "~>"
|
75
81
|
- !ruby/object:Gem::Version
|
76
|
-
version: '5.
|
82
|
+
version: '5.16'
|
77
83
|
type: :development
|
78
84
|
prerelease: false
|
79
85
|
version_requirements: !ruby/object:Gem::Requirement
|
80
86
|
requirements:
|
81
87
|
- - "~>"
|
82
88
|
- !ruby/object:Gem::Version
|
83
|
-
version: '5.
|
89
|
+
version: '5.16'
|
84
90
|
- !ruby/object:Gem::Dependency
|
85
91
|
name: minitest-autotest
|
86
92
|
requirement: !ruby/object:Gem::Requirement
|
@@ -234,14 +240,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
234
240
|
requirements:
|
235
241
|
- - ">="
|
236
242
|
- !ruby/object:Gem::Version
|
237
|
-
version: '2.
|
243
|
+
version: '2.6'
|
238
244
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
239
245
|
requirements:
|
240
246
|
- - ">="
|
241
247
|
- !ruby/object:Gem::Version
|
242
248
|
version: '0'
|
243
249
|
requirements: []
|
244
|
-
rubygems_version: 3.
|
250
|
+
rubygems_version: 3.3.14
|
245
251
|
signing_key:
|
246
252
|
specification_version: 4
|
247
253
|
summary: API Client library for Google Cloud Resource Manager
|