google-cloud-dialogflow 1.3.0 → 1.3.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: 52e48b0ee78c9bbf6e482267696e240b0acf24083f68da2f286ce627b468bd96
4
- data.tar.gz: 2d9f547058339df85b66561738561d08ac40221067a17b98eb0f00a4a6ff49a4
3
+ metadata.gz: d8a26e30d9f2b3acab2169b62b26ffeb05b85df2bc95e3b3126c77d6153b88d2
4
+ data.tar.gz: 065e1f6bf91ec602439fc1d7e2822aee1dd59effc287def796534677779abad4
5
5
  SHA512:
6
- metadata.gz: ec42693762751785fdbc41598b3dda558ec783bb70da2ad15fe104cdc98bf19938654394a2080e5267915d2670fb2476d95bf8d88e5b1b4669a02dff62d30322
7
- data.tar.gz: a47fb63ffc9291507f4d7ed1b608e43125f162cfa8e872358256c35b352d6c049b65f574609c2c6076b09cd4692461e4ba2b1d65ee9a48ce0a6c8bf9c35b3a68
6
+ metadata.gz: 0e621329ca587787fc8f07f54e89af001e660430243b6cd9ad8a99da2432fad991c4989de8717efbf81e6185f196f85abd0c18f8bfdd80cd48a84f5a9d1b7845
7
+ data.tar.gz: a8c071ddc0c975ef1bc12d20ff22b877227257688affdd5cd771724a03b82d82b376e090284d49594ce1e02e31474b9f311bd8e9c0713f2819c850d09409c3d6
data/AUTHENTICATION.md CHANGED
@@ -66,11 +66,11 @@ The environment variables that google-cloud-dialogflow
66
66
  checks for credentials are configured on the service Credentials class (such as
67
67
  `::Google::Cloud::Dialogflow::V2::Agents::Credentials`):
68
68
 
69
- 1. `DIALOGFLOW_CREDENTIALS` - Path to JSON file, or JSON contents
70
- 2. `DIALOGFLOW_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
+ * `DIALOGFLOW_CREDENTIALS` - Path to JSON file, or JSON contents
70
+ * `DIALOGFLOW_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/dialogflow"
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Dialogflow
19
- VERSION = "1.3.0".freeze
19
+ VERSION = "1.3.1".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dialogflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.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-05-19 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-dialogflow-v2
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0.8'
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.8'
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