google-cloud-dataproc 1.2.1 → 1.2.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: 6d6e5d5647031caba6028b21001024d6453bef227d419fb35f02ce3364ddee81
4
- data.tar.gz: 99a65fe37512260177dccb721a20ed5d39afe0c698b13f56dbfe7e62cea1589e
3
+ metadata.gz: f07347964660e01dc97b507a66c23feb40cdc6026f7ade2b9337e20d38fe558d
4
+ data.tar.gz: 3b8723e817b2023f5f573fd430e6d1aa333e29f9084b2f7944ce50c46f2fc04e
5
5
  SHA512:
6
- metadata.gz: 7e72f4777f786321af51b61bff70b00900b57f55564812761757bd267585c1767b848d332367aee49a3002521b2830a1b8798989c04dd2dede22999d3d8b1970
7
- data.tar.gz: 359d796f844be6057e8c46977a94016afeb2af7e7e74632655bde6c63f23fc0260336d28f4686b07d53da37c5c3a5aad6563893a5fe3cb1190d79d1c6c2ef00d
6
+ metadata.gz: 42d8c002ec8b24707954f3e441f14cb046e4d1b850e0cb883decbfc32762448de06216433b27f8cbd45ee53d90e0af00cfafaa335fe447a961bc05bb4e0f10eb
7
+ data.tar.gz: d3361c4b2b7ff0ad6164e90a910c7689e55b90229033a7d8dea69be7db10991befc3d47d497ae2b425b63c61da9006f6598b069c4c3bcc9465fab3c883139020
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Dataproc.autoscaling_policy_service
82
82
 
83
83
  ### Configuration
84
84
 
85
- The **Credentials JSON** can be configured instead of placing them in
86
- environment variables. Either on an individual client initialization:
85
+ The path to the **Credentials JSON** file can be configured instead of storing
86
+ it in an environment variable. Either on an individual client initialization:
87
87
 
88
88
  ```ruby
89
89
  require "google/cloud/dataproc"
@@ -93,7 +93,7 @@ client = Google::Cloud::Dataproc.autoscaling_policy_service do |config|
93
93
  end
94
94
  ```
95
95
 
96
- Or configured globally for all clients:
96
+ Or globally for all clients:
97
97
 
98
98
  ```ruby
99
99
  require "google/cloud/dataproc"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Dataproc
23
- VERSION = "1.2.1"
23
+ VERSION = "1.2.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dataproc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-30 00:00:00.000000000 Z
11
+ date: 2021-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core