google-cloud-essential_contacts 0.1.2 → 0.1.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: c2df3bb749c4e407ab13790a33922d7c8d60c3cdeb79cfac788a9baebecf4453
4
- data.tar.gz: 90e668edc878dbc96bf07ef5eb3a5bd855ff1bb55d34a0a9292d81390384e659
3
+ metadata.gz: c589ee007d8c9f57f95409868c1e862279ac0390061fac992fa2543ff8329028
4
+ data.tar.gz: f50cb702caeecd47ae4f53d35a36908405efe97713d058d45ba7196a7a9d7c42
5
5
  SHA512:
6
- metadata.gz: 16281ea85cb2430e5f3f3234ce2aea42b948f7a2ca253810f611667170f4e5db8243d518d498227da17310c4e37169d020f38f77383ca847c4d929d2ac61b8de
7
- data.tar.gz: 766ed8b9ee87917f61aae0bd58a9058e0f1114bf76a665d0402bc0d7ce162cb9e758a165f4bf27a14302642effa7f35c628242de7bb75a11c0e9ea57d8682f00
6
+ metadata.gz: b75a35ce97e0ffbe769a050c04a0ce3006351638b29727c91ab2d50ff260dd1b7584544ca16e3570aa52640d7db27b96e78548e761775b8f6f0bbdcf31bec39e
7
+ data.tar.gz: 272459e4b42841e61fd11ffe72afaa02e508ad6fb1f590381ade2408474fcf3ccf8d841c694eefb471a4cb01e9a1a05d28b4f10e3ea8730d6daaf93d0e80f7df
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::EssentialContacts.essential_contacts_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/essential_contacts"
@@ -93,7 +93,7 @@ client = Google::Cloud::EssentialContacts.essential_contacts_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/essential_contacts"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module EssentialContacts
23
- VERSION = "0.1.2"
23
+ VERSION = "0.1.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-essential_contacts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.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-core