vident-typed 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/vident/typed/component.rb +2 -0
- data/lib/vident/typed/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e1538a8d7159f4a3dea4c3bd40f5c0edc30c00262aabf9a505da74d4e0d3c0b1
|
4
|
+
data.tar.gz: 43203f969a1050c33ecad71cf700ef61bfc395489e9f0b1841b931499c4fcc38
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 87d05c5014f1664dff493157015c2e32412a9c5771a409b4f0054a88fec8d9d3749ae8078b7a5b05536f811410ad5c27a1697a3f22bd1e229b20b0c185ad6d2c
|
7
|
+
data.tar.gz: 0edd2414cedc991e1410937ea2870ed193c146af30d839c76b80d5f3e928d9b58ebddb5c92930056414a791ae4380294d79cd330b7a6d3253ee337744c617318
|
@@ -17,6 +17,8 @@ module Vident
|
|
17
17
|
attribute :controllers, Array, default: [], delegates: false
|
18
18
|
attribute :actions, Array, default: [], delegates: false
|
19
19
|
attribute :outlets, Array, default: [], delegates: false
|
20
|
+
attribute :outlet_host, :any, delegates: false
|
21
|
+
|
20
22
|
attribute :targets, Array, default: [], delegates: false
|
21
23
|
attribute :data_maps, Array, default: [], delegates: false
|
22
24
|
|
data/lib/vident/typed/version.rb
CHANGED