google-cloud-video_intelligence 0.24.0 → 0.24.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/google/cloud/video_intelligence/credentials.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2f5b38496b9fb9f785ffc5482a451aa59493349b8d6005827338dc1e3bf11cb8
|
|
4
|
+
data.tar.gz: 20a985a2a0ba182387df3fd440fe84c6f8f7127fef3873e85a66ab07841f1e7d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d1f5c3fc0d09afb4ee47a1a5cd31915b347ceb4e61d03de6b407cdf1a840c3991ff3fb5c218fb31c414b0c2adaf4aaf9416c68059a16832a2bc107148b6ed8c9
|
|
7
|
+
data.tar.gz: 3e8f1addc2093cc4d5d5e5ca9ee1eb2b8893ea737b0042e0d7428b5ac1d24cb0b1521502ffda4c633788446a80fe2846c3cb28d87e92749f27b9e91d576cf079
|
|
@@ -21,8 +21,8 @@ module Google
|
|
|
21
21
|
SCOPE = [
|
|
22
22
|
"https://www.googleapis.com/auth/cloud-platform"
|
|
23
23
|
].freeze
|
|
24
|
-
PATH_ENV_VARS = %w(VIDEO_INTELLIGENCE_KEYFILE
|
|
25
|
-
JSON_ENV_VARS = %w(VIDEO_INTELLIGENCE_KEYFILE_JSON
|
|
24
|
+
PATH_ENV_VARS = %w(VIDEO_INTELLIGENCE_KEYFILE GOOGLE_CLOUD_KEYFILE GCLOUD_KEYFILE)
|
|
25
|
+
JSON_ENV_VARS = %w(VIDEO_INTELLIGENCE_KEYFILE_JSON GOOGLE_CLOUD_KEYFILE_JSON GCLOUD_KEYFILE_JSON)
|
|
26
26
|
DEFAULT_PATHS = ["~/.config/gcloud/application_default_credentials.json"]
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-video_intelligence
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.24.
|
|
4
|
+
version: 0.24.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google Inc
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-11-
|
|
11
|
+
date: 2017-11-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-gax
|