unimatrix 3.3.2 → 3.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/unimatrix.rb +1 -0
- data/lib/unimatrix/missing_policy_error.rb +6 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 71affb0257dacf5bb14f458dff80d1e9ba26286d
|
4
|
+
data.tar.gz: 4b007d61ff573047c98f336877276919c2fb209f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4627d185ea05e30a7437aa486ca32d558f4cd675e757aa9167ac03acb55b3f1476be051ba9004db8e02be73b75278b5e9cd3bb1dd36675c3aee2cc7ef27c8ade
|
7
|
+
data.tar.gz: d7b4b35f30c44bad821f8341df81d0b650c05d40bc22ec91baa34cbc934c6845938c12b57d20159b30517d9376f382f3dc8eee2b05b6f41ef996ed88437cc641
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.3.
|
1
|
+
3.3.3
|
data/lib/unimatrix.rb
CHANGED
@@ -28,6 +28,7 @@ require 'unimatrix/bad_request_error'
|
|
28
28
|
require 'unimatrix/forbidden_error'
|
29
29
|
require 'unimatrix/malformed_parameter_error'
|
30
30
|
require 'unimatrix/missing_parameter_error'
|
31
|
+
require 'unimatrix/missing_policy_error'
|
31
32
|
require 'unimatrix/not_found_error'
|
32
33
|
require 'unimatrix/timeout_error'
|
33
34
|
|
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: 3.3.
|
4
|
+
version: 3.3.3
|
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-10-
|
11
|
+
date: 2018-10-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -169,6 +169,7 @@ files:
|
|
169
169
|
- lib/unimatrix/iris/stream_transmutator.rb
|
170
170
|
- lib/unimatrix/malformed_parameter_error.rb
|
171
171
|
- lib/unimatrix/missing_parameter_error.rb
|
172
|
+
- lib/unimatrix/missing_policy_error.rb
|
172
173
|
- lib/unimatrix/not_found_error.rb
|
173
174
|
- lib/unimatrix/operation.rb
|
174
175
|
- lib/unimatrix/parser.rb
|