unimatrix 2.4.2 → 2.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ed292811a1941eaed362b535c42f65fb5e567e98
4
- data.tar.gz: 0971b1f61add81fb08c2e818942495994cf18759
3
+ metadata.gz: 818b703de00b58aa52a33b94165e4be237c7bf54
4
+ data.tar.gz: 7bc4aa5e5d1e74d78949ba3a4501ed70c34bd99f
5
5
  SHA512:
6
- metadata.gz: 15a014c4b463d4a1b8a984f79b9bc592613e7690dbefd5395a223a92883e6499a8f68cdc77f7df60cdd873764eedfd366b5e418f333c00ce063921d8d910aeae
7
- data.tar.gz: 72b534d6c49cb4e2c6e3e065fddbf19cee5defeed7c786fe6b9ddf2c05fbc45d3af4bebe91f419ede755e7f252d4d550f637b9d483ae3b20a0850d9b1246b020
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'
@@ -0,0 +1,17 @@
1
+ module Unimatrix::Analyst
2
+
3
+ class Rule < Unimatrix::Resource
4
+
5
+ field :id
6
+ field :realm_id
7
+ field :condition
8
+ field :field
9
+ field :value
10
+ field :segment_id
11
+ field :created_at
12
+ field :updated_at
13
+ field :name
14
+
15
+ end
16
+
17
+ end
@@ -1,3 +1,3 @@
1
1
  module Unimatrix
2
- VERSION = "2.4.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.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-13 00:00:00.000000000 Z
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.4.8
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.