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 +4 -4
- data/VERSION +1 -1
- data/lib/unimatrix/alchemist/rendition_profile.rb +2 -1
- data/lib/unimatrix/archivist/artifact.rb +1 -1
- data/lib/unimatrix/archivist/component.rb +1 -0
- data/lib/unimatrix/archivist/gallery_component.rb +1 -1
- data/lib/unimatrix/archivist/video_component.rb +0 -1
- data/lib/unimatrix/regent/setting.rb +1 -0
- data/lib/unimatrix.rb +8 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1e0635d1ddc9d70f94b32378807df22fadd75daf
|
4
|
+
data.tar.gz: 5621029c2f3db637a5d6038ab1531f534957778e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58b8eff39639dd79e705557378aeb79dd8614c95c4eed8fe04bd3d5b157178e819f22562073bc60b2062dd0006099612e735c74f70db7e19bbccaca45410c545
|
7
|
+
data.tar.gz: f5c28d7bd01dd7923cbb8d9917b2516b90d5e1882359ada0f19830c7c3ad13db7e74fbdb993ee4088e1497c3927173263c120ed2bc70352165903577242be7c3
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.
|
1
|
+
3.1.0
|
@@ -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
|
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.
|
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-
|
11
|
+
date: 2018-07-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|