vident-typed 0.2.0 → 0.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1c62b73fc3c8017b0cb9f55dce8b790d0e0d443c6677a8e261036cc9f07cea5f
4
- data.tar.gz: 8bda67ce86e51ba65c44ce3fb1963c279d0e61877929a161a1c187dba45624cd
3
+ metadata.gz: e1538a8d7159f4a3dea4c3bd40f5c0edc30c00262aabf9a505da74d4e0d3c0b1
4
+ data.tar.gz: 43203f969a1050c33ecad71cf700ef61bfc395489e9f0b1841b931499c4fcc38
5
5
  SHA512:
6
- metadata.gz: 7f305ae7a2b4334a9a7b4b669d417b4b54a434ce1760e8937a1fd27d20241f6ebc1c4411957abbff7ca1c2a44096840c33f1471632cbf538b00829785c1314bd
7
- data.tar.gz: c991fa5738ab08d4d563b9b9028d8ce9165628d74d96c10d93bbe29fc8dd1583d8a721624a400cb95016638de9704ec4c75d422cd11651979bd7add8ced6d54a
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
 
@@ -1,5 +1,5 @@
1
1
  module Vident
2
2
  module Typed
3
- VERSION = "0.2.0"
3
+ VERSION = "0.3.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vident-typed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen Ierodiaconou