boxxspring 2.4.10 → 2.4.11

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
  SHA1:
3
- metadata.gz: d18789603f03e1cc96473a678c35b6fd99febb81
4
- data.tar.gz: f8946873274d586884bf3265048eb383c2dcec16
3
+ metadata.gz: 368eb24915949724eb4a18fa8d405180882838d7
4
+ data.tar.gz: 35f37aa0684ab395195bff83e0ff0293578c09f9
5
5
  SHA512:
6
- metadata.gz: a5d99f80209f64bdb9f420fb535d90513072183b66e21e3ee12f72541c2f6af2a10b6d8ef9e9d23e146f6b254e5fd31a7c21f7f0bf5f5094b3dfd2164766faf0
7
- data.tar.gz: eb9a1772ebf70137b95e946990d7e4f94172efe941f93f6db07ef6d369e2b5eb7477d6891938a411bf41e71b247e2e121c8506ad46ea7be7972c098130857de4
6
+ metadata.gz: 102e66df4177f9fe3c8d0fb117aeb4ea96bcbbc8036f8f73e8ddd32980a08699dca02032d6795e2ffff9e709d81efcd285ac22c0b04d57e9edec5f8437f5236b
7
+ data.tar.gz: 25e8fd8acc148babef0238f73f113c4566419c97d6b6fee3ad5c21f40b4311d08b2516a782b99bf1b0752db4fbacdd61890f1d95923707bef12c88574c5ac5e8
@@ -14,16 +14,16 @@ module Boxxspring
14
14
  field :picture_id
15
15
  field :height
16
16
  field :width
17
-
17
+ field :resolution
18
18
  field :codec
19
19
  field :codec_long
20
- field :color_and_chroma
20
+ field :pixel_format
21
21
  field :profile
22
22
  field :level
23
23
  field :bit_rate
24
24
  field :frame_rate
25
25
  field :display_aspect_ratio
26
- field :sample_aspect_ratio
26
+ field :storage_aspect_ratio
27
27
  field :audio_codec
28
28
  field :audio_codec_long
29
29
  field :audio_channels
@@ -0,0 +1,12 @@
1
+ module Boxxspring
2
+
3
+ class VideoBrandingTask < Task
4
+
5
+ field :distribution_id
6
+ field :branded_filename
7
+ field :original_video_id
8
+ field :branding_rule_id
9
+
10
+ end
11
+
12
+ end
@@ -0,0 +1,7 @@
1
+ module Boxxspring
2
+
3
+ class VideoInterrogationTask < Task
4
+
5
+ end
6
+
7
+ end
@@ -15,6 +15,7 @@ module Boxxspring
15
15
  field :alternate_provider
16
16
  field :alternate_provider_url
17
17
  field :auto_publish
18
+ field :artifact_id
18
19
 
19
20
  end
20
21
 
@@ -1,3 +1,3 @@
1
1
  module Boxxspring
2
- VERSION = '2.4.10'
2
+ VERSION = '2.4.11'
3
3
  end
data/lib/boxxspring.rb CHANGED
@@ -65,7 +65,7 @@ require 'boxxspring/resources/branding_rule'
65
65
  require 'boxxspring/resources/task'
66
66
  require 'boxxspring/resources/task_dependent'
67
67
  require 'boxxspring/resources/videos_ingestion_task'
68
- require 'boxxspring/resources/videos_interrogation_task'
68
+ require 'boxxspring/resources/video_interrogation_task'
69
69
  require 'boxxspring/resources/videos_picture_task'
70
70
  require 'boxxspring/resources/feed_generation_task'
71
71
  require 'boxxspring/resources/subscription_ingestion_task'
@@ -85,7 +85,7 @@ require 'boxxspring/resources/vimeo_subscription_metadata_task'
85
85
  require 'boxxspring/resources/dailymotion_subscription_metadata_task'
86
86
  require 'boxxspring/resources/artifact_curation_task'
87
87
  require 'boxxspring/resources/videos_curation_task'
88
- require 'boxxspring/resources/videos_branding_task'
88
+ require 'boxxspring/resources/video_branding_task'
89
89
  require 'boxxspring/resources/clip_creation_task'
90
90
 
91
91
  ## Analytics
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.4.10
4
+ version: 2.4.11
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: 2015-12-07 00:00:00.000000000 Z
11
+ date: 2016-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -137,14 +137,14 @@ files:
137
137
  - lib/boxxspring/resources/verizon_distribution_task.rb
138
138
  - lib/boxxspring/resources/video.rb
139
139
  - lib/boxxspring/resources/video_article_curation_task.rb
140
+ - lib/boxxspring/resources/video_branding_task.rb
141
+ - lib/boxxspring/resources/video_interrogation_task.rb
140
142
  - lib/boxxspring/resources/video_source.rb
141
143
  - lib/boxxspring/resources/video_source_segment.rb
142
144
  - lib/boxxspring/resources/video_text.rb
143
145
  - lib/boxxspring/resources/video_track.rb
144
- - lib/boxxspring/resources/videos_branding_task.rb
145
146
  - lib/boxxspring/resources/videos_curation_task.rb
146
147
  - lib/boxxspring/resources/videos_ingestion_task.rb
147
- - lib/boxxspring/resources/videos_interrogation_task.rb
148
148
  - lib/boxxspring/resources/videos_picture_task.rb
149
149
  - lib/boxxspring/resources/vimeo_subscription_metadata_task.rb
150
150
  - lib/boxxspring/resources/vimeo_subscription_task.rb
@@ -1,10 +0,0 @@
1
- module Boxxspring
2
-
3
- class VideosBrandingTask < Task
4
-
5
- field :distribution_id
6
- field :branded_filename
7
-
8
- end
9
-
10
- end
@@ -1,7 +0,0 @@
1
- module Boxxspring
2
-
3
- class VideosInterrogationTask < Task
4
-
5
- end
6
-
7
- end