google-cloud-channel 1.0.2 → 1.0.3

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: 94fe4e664e8d686191cae1dde2e880628b77cce7d105a6280a0be3dc606520ac
4
- data.tar.gz: 61df912393388661e8a78cbacc49dcab0c08f72194acf3a8463c6403280de6ef
3
+ metadata.gz: bb577014651dd54e5530e0360557d4bc0f9eb1da257820eacbf4269c6d03adb5
4
+ data.tar.gz: 7925b82f34e8cab71f0ead0811cb303e24b5baaf6f944a8a88373df36dc418fe
5
5
  SHA512:
6
- metadata.gz: 8575be8c3c7b9dd8e6b4900605b2277ff87a2f0e306116fa2db13ef995ef71fc9d224b90f73c2aad0913a98b23e760b4d57be4e73aa8a655f134b7603732c199
7
- data.tar.gz: 94617f30b0c8a2cb0127ee89b1b5e7f56befdf5ddd8367076bd347084096f6ea7620028fe882dd9d078c09b5912e07507d59f6c0c9a31f73a2ce9a8cc537359f
6
+ metadata.gz: bec9edebadf40dedbd86e4bf5aff57b62ed8d85fe73979ae7b709577441c3929eedf0ac372489246e45baf748263864c68eabc9c75933b51aa4a6ebbe120d6bc
7
+ data.tar.gz: d78644f24734ed99edf556bfa7c4a518dd50e4eda8a1550d615072de724d9f6dc66083dc3d2bf303b3d08576f3fece501336b1facc505fba535f65636089595c
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Channel.cloud_channel_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/channel"
@@ -93,7 +93,7 @@ client = Google::Cloud::Channel.cloud_channel_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/channel"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Channel
23
- VERSION = "1.0.2"
23
+ VERSION = "1.0.3"
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-channel
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
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-channel-v1