boxxspring 2.8.2 → 2.8.3

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: 487938bf8edf77a880b23cff1e0ce02052ad1fe0
4
- data.tar.gz: c3b63a2c16aa9103aabc30549c2dcd9ca2d0bc3b
3
+ metadata.gz: 009de1a80cf0d8f253097496f349f2885eef0df0
4
+ data.tar.gz: 356f303ddb6057bdc07335109d770882d911b924
5
5
  SHA512:
6
- metadata.gz: 68eeeeb6e540d34077b73416e8722b26043dc8c2b8203bb673372e9e10eb481bf8dace6593649f7bc480e0c2612ba8f96832ff2db61b9cdba13cef11eb87937b
7
- data.tar.gz: 8353089ba23ae9d9c4e2c4902e057acf0ed4b88c76b4cd7ff8ce4ef6aa6e9e707bb98ac59f2f5b3944994f24d53c190aa1da60f25741b7b7540902be0e82ba14
6
+ metadata.gz: c8558b4384e1ef4a39bad38c5bba3b0d35c712e98ef0d5d198178c3ffc2e048ab76c7b2b7486fb6d3f534d541f25d0b843c0a745252d1302592f9793ed8e9a4c
7
+ data.tar.gz: aca5e8e7e934f35ea690a0a58815069062a1636e0c643fa4c2c8c3fd7a130890fe20bd9132db1022dcf61e3aaa02fbc335ce7a34a24d07708d827be06ad4d6a0
@@ -8,4 +8,4 @@ module Boxxspring
8
8
  field :video_tags
9
9
  end
10
10
 
11
- end
11
+ end
@@ -1,6 +1,8 @@
1
1
  module Boxxspring
2
2
 
3
3
  class YoutubeDistributionDeletionActivity < Activity
4
+ field :artifact_type_name
5
+ field :youtube_vod_id
4
6
  field :youtube_broadcast_id
5
7
  field :youtube_stream_id
6
8
  field :distribution_artifact_locator_id
@@ -2,6 +2,8 @@ module Boxxspring
2
2
 
3
3
  class YoutubeDistributionDeletionTask < Task
4
4
  field :distribution_id
5
+ field :artifact_type_name
6
+ field :youtube_vod_id
5
7
  field :youtube_broadcast_id
6
8
  field :youtube_stream_id
7
9
  field :distribution_artifact_locator_id
@@ -8,6 +8,7 @@ module Boxxspring
8
8
  field :video_title
9
9
  field :stream_key
10
10
  field :stream_url
11
+ field :stream_type
11
12
  field :youtube_stream_id
12
13
  field :youtube_broadcast_id
13
14
  end
@@ -7,6 +7,7 @@ module Boxxspring
7
7
  field :video_visibility
8
8
  field :video_description
9
9
  field :video_title
10
+ field :stream_type
10
11
  end
11
12
 
12
13
  end
@@ -1,3 +1,3 @@
1
1
  module Boxxspring
2
- VERSION = '2.8.2'
2
+ VERSION = '2.8.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boxxspring
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.2
4
+ version: 2.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kristoph Cichocki-Romanov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-11 00:00:00.000000000 Z
11
+ date: 2017-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport