boxxspring 2.2.2 → 2.2.4

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: ea1fb207a2ad2483e8128b7bf2b44b55dcca01f3
4
- data.tar.gz: a34a6b053f96e70096620ca4b85e6e95d60322c7
3
+ metadata.gz: 0ca57b73be4832226da9d4b5ebdc4a3311e4d18a
4
+ data.tar.gz: b7ec5bd333d0d7d85417c92c2982e34646fecdec
5
5
  SHA512:
6
- metadata.gz: f954aa7fe903da9c5d7f1c7f1b47a1f8e9380a38b5966e1cce515918604bce38ed2835bdc7ac85f2a8c2eec01d410250b49a3da86b45d0133f1c4d1ea6b317eb
7
- data.tar.gz: c6295d556fa1df0403ded4c1d8fad37df0355a45d7e0e8aa7614ec9fc05c2beda63d0db05a64e23c7f702433725faa6e7202fab883bd2edbfc8e4d92c7328964
6
+ metadata.gz: 827affbcf7787b3c6ef9ce4579fd0de31d9a88dfbb2df8750ae56f7141e3439a5673df667cfdf335083b13de265750c83df6f6d7b6032bbb4ec908d96467fd38
7
+ data.tar.gz: a795099c95602d1d8d5d13fd51b89637077ffeeeed61101e2b1547699c745c701a030b7e812816a2e442ddccee010603d4557562f64c713701cc4649644e7bd4
@@ -15,6 +15,7 @@ module Boxxspring
15
15
  field :provider_uid
16
16
  field :provider_url
17
17
 
18
+ field :attribution_id
18
19
  field :properties
19
20
 
20
21
  end
@@ -0,0 +1,19 @@
1
+ module Boxxspring
2
+
3
+ class VideosCurationTask < Task
4
+
5
+ field :video_title
6
+ field :video_description
7
+ field :video_picture_url
8
+ field :video_provider_uid
9
+ field :video_provider_url
10
+ field :video_originated_at
11
+ field :provider
12
+ field :attribution_name
13
+ field :attribution_provider_uid
14
+ field :attribution_picture_url
15
+ field :card_id
16
+
17
+ end
18
+
19
+ end
@@ -1,3 +1,3 @@
1
1
  module Boxxspring
2
- VERSION = '2.2.2'
2
+ VERSION = '2.2.4'
3
3
  end
data/lib/boxxspring.rb CHANGED
@@ -74,5 +74,6 @@ require 'boxxspring/resources/artifact_locator'
74
74
  require 'boxxspring/resources/youtube_channel_service'
75
75
  require 'boxxspring/resources/facebook_page_service'
76
76
  require 'boxxspring/resources/twitter_service'
77
+ require 'boxxspring/resources/videos_curation_task'
77
78
 
78
79
  require 'boxxspring/resources/analytics_media_sample'
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.2.2
4
+ version: 2.2.4
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-04-30 00:00:00.000000000 Z
11
+ date: 2015-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -137,6 +137,7 @@ files:
137
137
  - lib/boxxspring/resources/video_card.rb
138
138
  - lib/boxxspring/resources/video_source.rb
139
139
  - lib/boxxspring/resources/video_source_segment.rb
140
+ - lib/boxxspring/resources/videos_curation_task.rb
140
141
  - lib/boxxspring/resources/videos_ingestion_task.rb
141
142
  - lib/boxxspring/resources/videos_picture_task.rb
142
143
  - lib/boxxspring/resources/youtube_channel_service.rb