unimatrix 3.3.2 → 3.3.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: 1e4a9781565879afc0c5d8edf0efdc4291a772bc
4
- data.tar.gz: 2c8bfda82d8c2438d8dc8368eebbdff6fada85a5
3
+ metadata.gz: 71affb0257dacf5bb14f458dff80d1e9ba26286d
4
+ data.tar.gz: 4b007d61ff573047c98f336877276919c2fb209f
5
5
  SHA512:
6
- metadata.gz: 5e017c0e73f8b915f4add49d20e4597ea1e350c9410561f497c798a8794ecb58ecd311689174f50ca25e27bae36470238e67c31a91016265cf76b46c44acd760
7
- data.tar.gz: c4afdc30cc2b46c36668cbfeb169215d37a9994a4631a61d29bc39cd7f513252e38faaa101d055f3a68ddace1fd2263459132ccdbf7457910e51115abe5e7577
6
+ metadata.gz: 4627d185ea05e30a7437aa486ca32d558f4cd675e757aa9167ac03acb55b3f1476be051ba9004db8e02be73b75278b5e9cd3bb1dd36675c3aee2cc7ef27c8ade
7
+ data.tar.gz: d7b4b35f30c44bad821f8341df81d0b650c05d40bc22ec91baa34cbc934c6845938c12b57d20159b30517d9376f382f3dc8eee2b05b6f41ef996ed88437cc641
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.3.2
1
+ 3.3.3
@@ -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
 
@@ -0,0 +1,6 @@
1
+ module Unimatrix
2
+
3
+ class MissingPolicyError < Error
4
+ end
5
+
6
+ end
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.2
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-12 00:00:00.000000000 Z
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