unimatrix 2.7.1 → 2.8.0
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/VERSION +1 -1
- data/lib/unimatrix.rb +1 -0
- data/lib/unimatrix/authorization_error.rb +15 -0
- data/lib/unimatrix/iris/stream_transcriber.rb +0 -1
- data/lib/unimatrix/zephyrus/transcribing_output.rb +0 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3b8851c0c59e5587aec42a017edac543dc7e35a5
|
|
4
|
+
data.tar.gz: b90b695322bba20c0b266627a3c13a7e81f5d5d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ffd85037206500beca3543f21533743cf7155938bc57242e9f8d03da54727d61f29f4095dce57055455a49c31d9602182c21df0a8605e7d3ba2a600b319fa2f2
|
|
7
|
+
data.tar.gz: 540247f643c40af799dd919386329b92a04da8f3d131f8f8a5ab885b0f52bdf812de88607c1e8f0957ac71e3413256ffd155e176bdcb04ca925324485fd057b8
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.
|
|
1
|
+
2.8.0
|
data/lib/unimatrix.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: unimatrix
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.8.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jackson Souza
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-04-
|
|
11
|
+
date: 2018-04-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -129,6 +129,7 @@ files:
|
|
|
129
129
|
- lib/unimatrix/authorization/resource_owner.rb
|
|
130
130
|
- lib/unimatrix/authorization/resource_server.rb
|
|
131
131
|
- lib/unimatrix/authorization/response.rb
|
|
132
|
+
- lib/unimatrix/authorization_error.rb
|
|
132
133
|
- lib/unimatrix/bad_request_error.rb
|
|
133
134
|
- lib/unimatrix/blueprint_operation.rb
|
|
134
135
|
- lib/unimatrix/blueprintable.rb
|
|
@@ -201,7 +202,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
201
202
|
version: '0'
|
|
202
203
|
requirements: []
|
|
203
204
|
rubyforge_project:
|
|
204
|
-
rubygems_version: 2.
|
|
205
|
+
rubygems_version: 2.5.2
|
|
205
206
|
signing_key:
|
|
206
207
|
specification_version: 4
|
|
207
208
|
summary: Unimatrix is used to communicate with Unimatrix APIs.
|