google-cloud-video_intelligence 3.1.1 → 3.1.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 45efe356a12f39330b9c1959dce813fa1b5422485817ddba5ffff76af1c6e08b
4
- data.tar.gz: f572360bf2e2a085821d1e326a9d46f13bc97860c8199e0408b38d6cff008a9b
3
+ metadata.gz: cea4f30843b16fbee7e71da37146e6c3e9e29d73a8270b63a142d87f2be6a071
4
+ data.tar.gz: 14790743b9662e87d1c361c43394de6011d2a8c128b98ee316e16839671292df
5
5
  SHA512:
6
- metadata.gz: e62fae5b360cc35b54ec407e591aab23c7254a54ff7a9f1a692336e46ab2bed71dd5e145566ed6d6d0734d2b9b015e956ad5a537e17ec26588e869049425f4b6
7
- data.tar.gz: adc9e6875d99403d858e0b33f5707f1290e9a234148289bd907774760a5c7111f39bd46e443a98a73618e5b9d694873c6e2096dbf2faf08a4f729521d200253e
6
+ metadata.gz: c5d6be188a0745a72386d75403f8476f8e4e15a8bf524081d22ffd0b3fe5ae105e5af234d81705ccba3e1bfe2810c851eacd50a1bfa57424d8860f1c7f7a674b
7
+ data.tar.gz: 20e2e73750f47860a1b6b923da4308b1241684340039c9dc4c994127f597d2f834d7c04fc20061aa32f495029a0ee114549db376fe34dd1e1cbe7465ad2aa653
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::VideoIntelligence.video_intelligence_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/video_intelligence"
@@ -93,7 +93,7 @@ client = Google::Cloud::VideoIntelligence.video_intelligence_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/video_intelligence"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module VideoIntelligence
23
- VERSION = "3.1.1"
23
+ VERSION = "3.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-video_intelligence
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1
4
+ version: 3.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