google-cloud-resource_manager 0.36.0 → 0.36.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 62941a3675ba5cb0953539c4d95d1777fd71ba23efb651b4400e61368570bba2
4
- data.tar.gz: 928aacc4f30033e6ea35f50b6be926093c3854ae8956cb6dee67be2b6ca39150
3
+ metadata.gz: 4dbe1df5de6105e9c7cbfb1fc7d8a0aa6b0513ff362454d30bae89ea4fd7e1dc
4
+ data.tar.gz: f7ca2eb4dd3ce34de7b3f47e3615b513140d9942ca3bfa8e39e7008d9e794a12
5
5
  SHA512:
6
- metadata.gz: d6d2e7251de2e5a25815b285963216eebb8f2c8c4a354ba49c9ab9ec349e0455d954ad14dc8a80423f0d22df8c3ed853c53710cf5739e2bbbf290894dd3585f7
7
- data.tar.gz: b99249da50ed012f5d224015635f372a9888de6cacaf5cb5b60d720aaebe38e3367af941c33062eff262f816ecee8cf6f9a1e6274be3bba5f6c06dcc272c4eff
6
+ metadata.gz: 471ee4fde3389f3b3e3b28c06b2108a44f9cdfc741ca13e1557982c4260a4a280acf31fae06f18188cf33fb709258a91f0cbe93baa639720c7f377191c30a494
7
+ data.tar.gz: a3fe8cdfc0034d48d0be70ae4b52ab4f1df8ca11a205127345c01e079b6d7d8df629371bdcb9f608452c2c9fb7f52b8dbb4d42dc3c71189a8f4821fb4f7433a1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 0.36.1 / 2021-06-17
4
+
5
+ #### Bug Fixes
6
+
7
+ * Expand googleauth dependency to support future 1.x versions
8
+
3
9
  ### 0.36.0 / 2021-03-10
4
10
 
5
11
  #### 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 guide} for
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
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module ResourceManager
19
- VERSION = "0.36.0".freeze
19
+ VERSION = "0.36.1".freeze
20
20
  end
21
21
  end
22
22
  end
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.0
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-03-10 00:00:00.000000000 Z
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.2'
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.2'
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: '0.9'
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: '0.9'
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.13
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