unimatrix 2.4.2 → 2.5.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/lib/unimatrix.rb +3 -0
- data/lib/unimatrix/analyst/rule.rb +17 -0
- data/lib/unimatrix/version.rb +2 -2
- 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: 818b703de00b58aa52a33b94165e4be237c7bf54
|
|
4
|
+
data.tar.gz: 7bc4aa5e5d1e74d78949ba3a4501ed70c34bd99f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1371e18405d592836491369996b54626ba1932b87a6f89ffcbad5526ab5bcb08fbe18a76d0663b4c485ce17c499261d2907cdeee590199d5e25e8ad5043edd6a
|
|
7
|
+
data.tar.gz: 2e653deb36ece6e67c67c09283164b251d0b67cde472a3a443793cf4feec87ead1c47cc03670bb17aae6774f270dd9a0a86d5be774ec6b9e99296f9e527c5c13
|
data/lib/unimatrix.rb
CHANGED
|
@@ -54,6 +54,9 @@ require 'unimatrix/alchemist/video_rendition'
|
|
|
54
54
|
require 'unimatrix/alchemist/video_sprite_activity_proxy'
|
|
55
55
|
require 'unimatrix/alchemist/video_storage_interrogation_picture_activity_proxy'
|
|
56
56
|
|
|
57
|
+
# analyst
|
|
58
|
+
require 'unimatrix/analyst/rule'
|
|
59
|
+
|
|
57
60
|
# archivist
|
|
58
61
|
require 'unimatrix/archivist/artifact'
|
|
59
62
|
require 'unimatrix/archivist/artifact_locator'
|
data/lib/unimatrix/version.rb
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
module Unimatrix
|
|
2
|
-
VERSION = "2.
|
|
3
|
-
end
|
|
2
|
+
VERSION = "2.5.0"
|
|
3
|
+
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: 2.
|
|
4
|
+
version: 2.5.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-03-
|
|
11
|
+
date: 2018-03-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -107,6 +107,7 @@ files:
|
|
|
107
107
|
- lib/unimatrix/alchemist/video_rendition.rb
|
|
108
108
|
- lib/unimatrix/alchemist/video_sprite_activity_proxy.rb
|
|
109
109
|
- lib/unimatrix/alchemist/video_storage_interrogation_picture_activity_proxy.rb
|
|
110
|
+
- lib/unimatrix/analyst/rule.rb
|
|
110
111
|
- lib/unimatrix/archivist/artifact.rb
|
|
111
112
|
- lib/unimatrix/archivist/artifact_locator.rb
|
|
112
113
|
- lib/unimatrix/archivist/artifact_relationship.rb
|
|
@@ -198,7 +199,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
198
199
|
version: '0'
|
|
199
200
|
requirements: []
|
|
200
201
|
rubyforge_project:
|
|
201
|
-
rubygems_version: 2.
|
|
202
|
+
rubygems_version: 2.5.2
|
|
202
203
|
signing_key:
|
|
203
204
|
specification_version: 4
|
|
204
205
|
summary: Unimatrix is used to communicate with Unimatrix APIs.
|