google-cloud-functions 1.1.0 → 1.1.1

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: d92d7949161eb103a38b8f431ca8d77431e1be5924f90639411c7d9fed395f04
4
- data.tar.gz: 004c54f74c0f2f7c5d712beeb74c13ea2e7256b9809dac3c70a5efe4eea2313f
3
+ metadata.gz: 29584be3f344600aafbb42e7ccf24d43899d355a06a47b257c678a0e007da84a
4
+ data.tar.gz: f791974b9be705571d43e838ebb6cb2dc4ba46003c5ab8c2c18a5c2fb9292c43
5
5
  SHA512:
6
- metadata.gz: bd27b1028b39890463da4f6aae050331c866bcb72e09b82931a92e99c7fafcfed7825146947d94bc9f80146863ad672bb8dff08605194a07f5a45ddc49e73119
7
- data.tar.gz: 33726ed90d635e8d9ab904737555d1746954eac9dc977bced14c184eda32d7fb2792705a77da1c91bd3c650cb095c540e73eeb49241321fa195b195329da2f84
6
+ metadata.gz: 2db542416de49e45596ead5bd586340339d61c220a23f330c94daf46411db546e57ec6df185b185b0b44ac23b328e99c15cd100a14c63281d6eda6b4c03f1c1d
7
+ data.tar.gz: a371cf98eb35b3255f0d099cbd3d869741d29b9f21df05b124f5e664387a0f911a50a65c763a3c75d699bb56f5651ae139bed0104e76491335433f97202b37ca
data/AUTHENTICATION.md CHANGED
@@ -66,11 +66,11 @@ The environment variables that google-cloud-functions
66
66
  checks for credentials are configured on the service Credentials class (such as
67
67
  `::Google::Cloud::Functions::V1::CloudFunctionsService::Credentials`):
68
68
 
69
- 1. `FUNCTIONS_CREDENTIALS` - Path to JSON file, or JSON contents
70
- 2. `FUNCTIONS_KEYFILE` - Path to JSON file, or JSON contents
71
- 3. `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
- 4. `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
- 5. `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
69
+ * `FUNCTIONS_CREDENTIALS` - Path to JSON file, or JSON contents
70
+ * `FUNCTIONS_KEYFILE` - Path to JSON file, or JSON contents
71
+ * `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
+ * `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
+ * `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
74
74
 
75
75
  ```ruby
76
76
  require "google/cloud/functions"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Functions
23
- VERSION = "1.1.0"
23
+ VERSION = "1.1.1"
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.0
4
+ version: 1.1.1
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-03-09 00:00:00.000000000 Z
11
+ date: 2021-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core
@@ -16,28 +16,34 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.5'
19
+ version: '1.6'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.5'
26
+ version: '1.6'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: google-cloud-functions-v1
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0.0'
34
+ - - "<"
35
+ - !ruby/object:Gem::Version
36
+ version: 2.a
34
37
  type: :runtime
35
38
  prerelease: false
36
39
  version_requirements: !ruby/object:Gem::Requirement
37
40
  requirements:
38
- - - "~>"
41
+ - - ">="
39
42
  - !ruby/object:Gem::Version
40
43
  version: '0.0'
44
+ - - "<"
45
+ - !ruby/object:Gem::Version
46
+ version: 2.a
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: google-style
43
49
  requirement: !ruby/object:Gem::Requirement
@@ -183,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
183
189
  - !ruby/object:Gem::Version
184
190
  version: '0'
185
191
  requirements: []
186
- rubygems_version: 3.2.13
192
+ rubygems_version: 3.2.17
187
193
  signing_key:
188
194
  specification_version: 4
189
195
  summary: API Client library for the Cloud Functions API