google-cloud-video_intelligence 3.1.3 → 3.2.0

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: b7292112e039e63bb4318388c8667964edc1ad7814215beab7d7de41e79b191b
4
- data.tar.gz: 1dc26159424e0a95e84102e9d5cd5f178b5e7e139d38f403219b5055e27c0f56
3
+ metadata.gz: fe4c81f3d8b3830a8f63df325c30f91debcedb181e663bee96c944470928a86d
4
+ data.tar.gz: c15e7745cada9c39c5229a22ffa317092ae5974d7fe85bace690516a498f9fe2
5
5
  SHA512:
6
- metadata.gz: cd46253d5eabb6bd56211eff3ff5e73743431d5d827fc3a313fd5033c215d5d2ae301ca4fd6b4d31daae30a413661e62d4da59fb5f20cbc5e22d91719b5a5b90
7
- data.tar.gz: 6b9aacaeabdab767cfbfa1a92b193c6b85e4b5c89c5e1c4c66ac58a3077767d5e3f3becf25686d3b3c0e19275782e56e3e75ba587e76fff4b69da23ed91648da
6
+ metadata.gz: 5529fc7d01f00b9538141ddc2139eb44e5d83e1cc59c05f08ac545457c137050916a4410809abe3fc32d970e73b22996e0f1ff2f941d80aacbc43687b6944b4a
7
+ data.tar.gz: 2207f79dba2c5be910679159372fa0bda5dee35b25e31f836dafe6e31a1408661304cc76b53c141357e1eb6d3c603a1dde8665d2355e137eef19d79a12118ad6
data/README.md CHANGED
@@ -11,7 +11,7 @@ verisoned gems in as dependencies, and provides high-level methods for
11
11
  constructing clients. More information on versioned clients can be found below
12
12
  in the section titled *Which client should I use?*.
13
13
 
14
- View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-video_intelligence/latest)
14
+ View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-video_intelligence/latest)
15
15
  for this library, google-cloud-video_intelligence, to see the convenience methods for
16
16
  constructing client objects. Reference documentation for the client objects
17
17
  themselves can be found in the client library documentation for the versioned
@@ -73,14 +73,14 @@ end
73
73
 
74
74
  ## Supported Ruby Versions
75
75
 
76
- This library is supported on Ruby 2.5+.
76
+ This library is supported on Ruby 2.6+.
77
77
 
78
78
  Google provides official support for Ruby versions that are actively supported
79
79
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
80
- in security maintenance, and not end of life. Currently, this means Ruby 2.5
81
- and later. Older versions of Ruby _may_ still work, but are unsupported and not
82
- recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details
83
- about the Ruby support schedule.
80
+ in security maintenance, and not end of life. Older versions of Ruby _may_
81
+ still work, but are unsupported and not recommended. See
82
+ https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby
83
+ support schedule.
84
84
 
85
85
  ## Which client should I use?
86
86
 
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module VideoIntelligence
23
- VERSION = "3.1.3"
23
+ VERSION = "3.2.0"
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.3
4
+ version: 3.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-11 00:00:00.000000000 Z
11
+ date: 2022-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core
@@ -110,28 +110,28 @@ dependencies:
110
110
  requirements:
111
111
  - - "~>"
112
112
  - !ruby/object:Gem::Version
113
- version: 1.25.1
113
+ version: 1.26.1
114
114
  type: :development
115
115
  prerelease: false
116
116
  version_requirements: !ruby/object:Gem::Requirement
117
117
  requirements:
118
118
  - - "~>"
119
119
  - !ruby/object:Gem::Version
120
- version: 1.25.1
120
+ version: 1.26.1
121
121
  - !ruby/object:Gem::Dependency
122
122
  name: minitest
123
123
  requirement: !ruby/object:Gem::Requirement
124
124
  requirements:
125
125
  - - "~>"
126
126
  - !ruby/object:Gem::Version
127
- version: '5.14'
127
+ version: '5.16'
128
128
  type: :development
129
129
  prerelease: false
130
130
  version_requirements: !ruby/object:Gem::Requirement
131
131
  requirements:
132
132
  - - "~>"
133
133
  - !ruby/object:Gem::Version
134
- version: '5.14'
134
+ version: '5.16'
135
135
  - !ruby/object:Gem::Dependency
136
136
  name: minitest-focus
137
137
  requirement: !ruby/object:Gem::Requirement
@@ -166,14 +166,14 @@ dependencies:
166
166
  requirements:
167
167
  - - ">="
168
168
  - !ruby/object:Gem::Version
169
- version: '12.0'
169
+ version: '13.0'
170
170
  type: :development
171
171
  prerelease: false
172
172
  version_requirements: !ruby/object:Gem::Requirement
173
173
  requirements:
174
174
  - - ">="
175
175
  - !ruby/object:Gem::Version
176
- version: '12.0'
176
+ version: '13.0'
177
177
  - !ruby/object:Gem::Dependency
178
178
  name: redcarpet
179
179
  requirement: !ruby/object:Gem::Requirement
@@ -244,14 +244,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
244
244
  requirements:
245
245
  - - ">="
246
246
  - !ruby/object:Gem::Version
247
- version: '2.5'
247
+ version: '2.6'
248
248
  required_rubygems_version: !ruby/object:Gem::Requirement
249
249
  requirements:
250
250
  - - ">="
251
251
  - !ruby/object:Gem::Version
252
252
  version: '0'
253
253
  requirements: []
254
- rubygems_version: 3.3.4
254
+ rubygems_version: 3.3.14
255
255
  signing_key:
256
256
  specification_version: 4
257
257
  summary: API Client library for the Cloud Video Intelligence API