unimatrix 3.0.0 → 3.1.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: 4344e3e42d575fbf08f8267a7e0e3a546c7d48d4
4
- data.tar.gz: 2aa2efd5c15c702fbba8b5a944210343bc838af6
3
+ metadata.gz: 1e0635d1ddc9d70f94b32378807df22fadd75daf
4
+ data.tar.gz: 5621029c2f3db637a5d6038ab1531f534957778e
5
5
  SHA512:
6
- metadata.gz: f1d7b43535c668da3a3df7f018f57dc9860dbbec02746abcf0c11c9ddcc3ddbebd8b1bb334e05f6ab027d2e8d6073608a4445dffea362de0808639710e3fab13
7
- data.tar.gz: 71ec51345c28f823c5d7d40d1e6cef186c45deece4c2986c1e0af929905c130ccab30dfb156b516d541b65add88eb7c26a261fa44bf57f3443639410d5da906a
6
+ metadata.gz: 58b8eff39639dd79e705557378aeb79dd8614c95c4eed8fe04bd3d5b157178e819f22562073bc60b2062dd0006099612e735c74f70db7e19bbccaca45410c545
7
+ data.tar.gz: f5c28d7bd01dd7923cbb8d9917b2516b90d5e1882359ada0f19830c7c3ad13db7e74fbdb993ee4088e1497c3927173263c120ed2bc70352165903577242be7c3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.0
1
+ 3.1.0
@@ -10,6 +10,7 @@ module Unimatrix::Alchemist
10
10
  field :bit_rate
11
11
  field :created_at
12
12
  field :updated_at
13
+ field :transcoder
13
14
 
14
15
  has_many :renditions
15
16
  has_many :activity_proxies
@@ -17,4 +18,4 @@ module Unimatrix::Alchemist
17
18
 
18
19
  end
19
20
 
20
- end
21
+ end
@@ -22,7 +22,7 @@ module Unimatrix::Archivist
22
22
  field :note
23
23
  field :legacy_id
24
24
  field :legacy_uid
25
- field relationships: [ :category, :person, :season, :asset, :athlete ]
25
+ field relationships: [ :category, :person, :season, :asset, :athlete, :service_provider ]
26
26
  field :created_at
27
27
  field :updated_at
28
28
  field :originated_at
@@ -8,6 +8,7 @@ module Unimatrix::Archivist
8
8
  field :type_name
9
9
  field :created_at
10
10
  field :updated_at
11
+ field :artifact_uuid
11
12
  field :destroyed_at
12
13
 
13
14
  has_one :artifact
@@ -1,7 +1,7 @@
1
1
  module Unimatrix::Archivist
2
2
 
3
3
  class GalleryComponent < Component
4
-
4
+
5
5
  end
6
6
 
7
7
  end
@@ -1,7 +1,6 @@
1
1
  module Unimatrix::Archivist
2
2
 
3
3
  class VideoComponent < Component
4
-
5
4
  end
6
5
 
7
6
  end
@@ -3,6 +3,7 @@ module Unimatrix::Regent
3
3
  class Setting < Unimatrix::Resource
4
4
 
5
5
  field :id
6
+ field :uuid
6
7
  field :realm_id
7
8
  field :name
8
9
  field :content
data/lib/unimatrix.rb CHANGED
@@ -64,6 +64,14 @@ require 'unimatrix/archivist/artifact_relationship'
64
64
  require 'unimatrix/archivist/blueprint'
65
65
  require 'unimatrix/archivist/blueprint_attribute'
66
66
  require 'unimatrix/archivist/component'
67
+ require 'unimatrix/archivist/embed_component'
68
+ require 'unimatrix/archivist/gallery_component'
69
+ require 'unimatrix/archivist/headline_component'
70
+ require 'unimatrix/archivist/picture_component'
71
+ require 'unimatrix/archivist/section_component'
72
+ require 'unimatrix/archivist/text_component'
73
+ require 'unimatrix/archivist/unknown_component'
74
+ require 'unimatrix/archivist/video_component'
67
75
 
68
76
  # authorization
69
77
  require 'unimatrix/authorization/operation'
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.0.0
4
+ version: 3.1.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-07-05 00:00:00.000000000 Z
11
+ date: 2018-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport