google-cloud-resource_manager 0.36.1 → 0.36.2

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: 4dbe1df5de6105e9c7cbfb1fc7d8a0aa6b0513ff362454d30bae89ea4fd7e1dc
4
- data.tar.gz: f7ca2eb4dd3ce34de7b3f47e3615b513140d9942ca3bfa8e39e7008d9e794a12
3
+ metadata.gz: 7c7b96d0db87a09869a32271ad614c718129428a2b7d0bc7ee881301018d2f39
4
+ data.tar.gz: '039aaa94b4532140f4309352134b1e6d971a32be4f648e467340c32d4b0300ab'
5
5
  SHA512:
6
- metadata.gz: 471ee4fde3389f3b3e3b28c06b2108a44f9cdfc741ca13e1557982c4260a4a280acf31fae06f18188cf33fb709258a91f0cbe93baa639720c7f377191c30a494
7
- data.tar.gz: a3fe8cdfc0034d48d0be70ae4b52ab4f1df8ca11a205127345c01e079b6d7d8df629371bdcb9f608452c2c9fb7f52b8dbb4d42dc3c71189a8f4821fb4f7433a1
6
+ metadata.gz: abdada2a9382c803f3f4e77fdfefc2e77df9fa4c2e151441193996a55dc93c9f3c040e8fbb362fbc98ddd078b1b3a4f30573f48ae4d157b772d864de14a9f7d6
7
+ data.tar.gz: 0ebf3b97d5e8799faa9f331438f4fa324b69dee76a2b36d539775c576501a03b59853ab9ea2d2284906f4113956701628762abed6fcdcb3529c14b364eca3354
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 instead of placing them in environment variables or providing them as arguments.
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,11 @@
1
1
  # Release History
2
2
 
3
+ ### 0.36.2 / 2021-07-08
4
+
5
+ #### Documentation
6
+
7
+ * Update AUTHENTICATION.md in handwritten packages
8
+
3
9
  ### 0.36.1 / 2021-06-17
4
10
 
5
11
  #### Bug Fixes
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module ResourceManager
19
- VERSION = "0.36.1".freeze
19
+ VERSION = "0.36.2".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.1
4
+ version: 0.36.2
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-06-17 00:00:00.000000000 Z
12
+ date: 2021-07-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: google-cloud-core