cognitive_vision 0.4.1 → 0.4.3
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bcb511e764d76b177d665736d8c6074daec3bb0e
|
|
4
|
+
data.tar.gz: b6d251fb44eb9148bd475519f6a9ccb023d1b354
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 036cb0aefc28856d98c81a5cf0788a46ac376ccc02447637d35c33e2d0a866b0920aed887a7d5a10240c587cda780e528eed5dc5b12a286a136faa75cf5af3fd
|
|
7
|
+
data.tar.gz: c7360c6b5db66239f445e23fd8c754f0d9d83a4532329995674d4f6eb52658d23d2e0b1c594f4d4c32225713f60cd97534765e0db774616502905bbd9a22dca5
|
data/cognitive_vision.gemspec
CHANGED
|
@@ -6,8 +6,8 @@ require 'cognitive_vision/version'
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = 'cognitive_vision'
|
|
8
8
|
spec.version = CognitiveVision::VERSION
|
|
9
|
-
spec.authors = ['Carlos Ribeiro']
|
|
10
|
-
spec.email = ['mail@carlosribeiro.me']
|
|
9
|
+
spec.authors = ['Carlos Ribeiro', 'Jason Adkison']
|
|
10
|
+
spec.email = ['mail@carlosribeiro.me', 'jadkison@gmail.com']
|
|
11
11
|
|
|
12
12
|
spec.summary = 'Client to integrate with Microsoft Cognitive - Computer Vision API'
|
|
13
13
|
spec.description = 'Client to integrate with Microsoft Cognitive - Computer Vision API'
|
metadata
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cognitive_vision
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Carlos Ribeiro
|
|
8
|
+
- Jason Adkison
|
|
8
9
|
autorequire:
|
|
9
10
|
bindir: exe
|
|
10
11
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
12
|
+
date: 2017-05-12 00:00:00.000000000 Z
|
|
12
13
|
dependencies:
|
|
13
14
|
- !ruby/object:Gem::Dependency
|
|
14
15
|
name: bundler
|
|
@@ -153,6 +154,7 @@ dependencies:
|
|
|
153
154
|
description: Client to integrate with Microsoft Cognitive - Computer Vision API
|
|
154
155
|
email:
|
|
155
156
|
- mail@carlosribeiro.me
|
|
157
|
+
- jadkison@gmail.com
|
|
156
158
|
executables: []
|
|
157
159
|
extensions: []
|
|
158
160
|
extra_rdoc_files: []
|
|
@@ -207,7 +209,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
207
209
|
version: '0'
|
|
208
210
|
requirements: []
|
|
209
211
|
rubyforge_project:
|
|
210
|
-
rubygems_version: 2.
|
|
212
|
+
rubygems_version: 2.6.8
|
|
211
213
|
signing_key:
|
|
212
214
|
specification_version: 4
|
|
213
215
|
summary: Client to integrate with Microsoft Cognitive - Computer Vision API
|