google-cloud-gke_hub 0.1.1 → 0.1.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: 2f43892f4e1b14ad83faefcc7b6d8f45ecf2d5b5ab7c3dfc02068717fdebea2f
4
- data.tar.gz: 7ebc94db3565c257c0c2101bdc21bc89e0363a11892b0e925c7592a0f88087f4
3
+ metadata.gz: d25081fef4cfb86db9671d74eb228a3ee1077b8ad5d2eac3428d81852d43190b
4
+ data.tar.gz: a55ceac81646018f24e3e7c4fe3fc561248bf35b91685690b361003ba35d8a98
5
5
  SHA512:
6
- metadata.gz: 2520d374ed7b8a7449a286ddf5c5a1c3e70400fceeb92a8c1f877ce82cae108512e256f3339539ef97587a706c655c60b121cb8ca59714af18c01ec743118e6d
7
- data.tar.gz: 365ac3a2b43518716c7a4482bf6825cae3507879a2c2a45a36b9d0d22bd442a47002ca9a6a2c23e57a6e57cd62033da9ddf3669ffdefbfce21e73a3e38532d65
6
+ metadata.gz: 74c54f13196fa3c6e705a33e337fae7eeeab5076079ed13621c5e94b73245f17abeb20794b68abd823e0fdf3f16435a0eb407142711a73f29e59eb631a229489
7
+ data.tar.gz: 03ed263f22ceb3adf7f8df0dc5d28fc2858984cb7a309ed471aa35dfd04c3ee6275b56dc0ece3ba8db04a219966a5df1ef062a51a4b6f84440ba8abfcc880038
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::GkeHub.gke_hub_membership_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/gke_hub"
@@ -93,7 +93,7 @@ client = Google::Cloud::GkeHub.gke_hub_membership_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/gke_hub"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module GkeHub
23
- VERSION = "0.1.1"
23
+ VERSION = "0.1.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-gke_hub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.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