google-cloud-functions 1.1.1 → 1.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: 29584be3f344600aafbb42e7ccf24d43899d355a06a47b257c678a0e007da84a
4
- data.tar.gz: f791974b9be705571d43e838ebb6cb2dc4ba46003c5ab8c2c18a5c2fb9292c43
3
+ metadata.gz: 1c88f33b37122dd66e8a7514d2857d9a13faf0f2ed4f4fcf2400434f346aed03
4
+ data.tar.gz: 50deebceae0e6939d1f0a50f28c231e174b7dd26d78aaf8373b3ec3beaed6ddd
5
5
  SHA512:
6
- metadata.gz: 2db542416de49e45596ead5bd586340339d61c220a23f330c94daf46411db546e57ec6df185b185b0b44ac23b328e99c15cd100a14c63281d6eda6b4c03f1c1d
7
- data.tar.gz: a371cf98eb35b3255f0d099cbd3d869741d29b9f21df05b124f5e664387a0f911a50a65c763a3c75d699bb56f5651ae139bed0104e76491335433f97202b37ca
6
+ metadata.gz: 43a427b706124b97edee8ba27de3b16c3739f0e6b60b499beff15918d21ba811c00884dd8dfde5b4d7e0204dd706b267a9501329971574e45c77e328c76c769a
7
+ data.tar.gz: dd6fc695e58ae1084098a180a6d799d77d89a9b2ce433b6666f82591fb15d3376f018a858a5aca4d7c82c97f9e81f015ec7cab1d02d41fc8d962b94ee18090c9
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Functions.cloud_functions_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/functions"
@@ -93,7 +93,7 @@ client = Google::Cloud::Functions.cloud_functions_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/functions"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Functions
23
- VERSION = "1.1.1"
23
+ VERSION = "1.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-functions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.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