boxxspring 2.1.3 → 2.1.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 +4 -4
- data/lib/boxxspring/resources/advertisingdoubleclickadvertisement.rb +10 -0
- data/lib/boxxspring/resources/advertisingliverailadvertisement.rb +9 -0
- data/lib/boxxspring/resources/artifact.rb +3 -3
- data/lib/boxxspring/resources/base.rb +1 -0
- data/lib/boxxspring/resources/card.rb +1 -1
- data/lib/boxxspring/resources/property.rb +3 -0
- data/lib/boxxspring/resources/story.rb +1 -0
- data/lib/boxxspring/resources/theme_template.rb +2 -0
- data/lib/boxxspring/resources/univision_subscription_task.rb +9 -0
- data/lib/boxxspring/resources/videos_ingestion_task.rb +1 -0
- data/lib/boxxspring/version.rb +1 -1
- data/lib/boxxspring.rb +3 -1
- metadata +5 -3
- data/lib/boxxspring/resources/flama_subscription_task.rb +0 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f3676ea28388989c3684f768c7492f78529a01eb
|
4
|
+
data.tar.gz: b5d290c0dfdb324dfb03e64cf2ee5d60cbd54f26
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a19a6f952d0aec21e40fed5bf1f6a8f6d4307a1e6a5f2816097617ee57541403130cbd32e175952f722373d43f60bbed0d5c5143bff84ed8a6453fcd84d9dd6
|
7
|
+
data.tar.gz: 399d14152b655433892a21e66c20cbcd9eaa286bed73684fcf864d2077f85088ceb068dcebc60bda72e8358885f6608ce2ddde26c6cb4f52ebcd0c967e68b2f9
|
@@ -8,6 +8,7 @@ module Boxxspring
|
|
8
8
|
field :updated_at
|
9
9
|
field :edited_at
|
10
10
|
field :published_at
|
11
|
+
field :originated_at
|
11
12
|
|
12
13
|
field :state
|
13
14
|
field :original
|
@@ -35,9 +36,8 @@ module Boxxspring
|
|
35
36
|
has_many :pictures
|
36
37
|
has_many :cards
|
37
38
|
has_many :sponsors
|
39
|
+
has_many :advertisements
|
38
40
|
|
39
|
-
|
40
|
-
|
41
|
-
end
|
41
|
+
end
|
42
42
|
|
43
43
|
end
|
data/lib/boxxspring/version.rb
CHANGED
data/lib/boxxspring.rb
CHANGED
@@ -29,6 +29,8 @@ require 'boxxspring/resources/video_card'
|
|
29
29
|
require 'boxxspring/resources/picture_card'
|
30
30
|
require 'boxxspring/resources/text_card'
|
31
31
|
require 'boxxspring/resources/atomic_video_card'
|
32
|
+
require 'boxxspring/resources/advertisingdoubleclickadvertisement'
|
33
|
+
require 'boxxspring/resources/advertisingliverailadvertisement'
|
32
34
|
require 'boxxspring/resources/video'
|
33
35
|
require 'boxxspring/resources/video_source'
|
34
36
|
require 'boxxspring/resources/artifact'
|
@@ -47,6 +49,6 @@ require 'boxxspring/resources/group'
|
|
47
49
|
require 'boxxspring/resources/property'
|
48
50
|
require 'boxxspring/resources/service'
|
49
51
|
require 'boxxspring/resources/task'
|
50
|
-
require 'boxxspring/resources/
|
52
|
+
require 'boxxspring/resources/univision_subscription_task'
|
51
53
|
require 'boxxspring/resources/videos_ingestion_task'
|
52
54
|
require 'boxxspring/resources/videos_picture_task'
|
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.1.
|
4
|
+
version: 2.1.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-01-
|
11
|
+
date: 2015-01-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: multi_json
|
@@ -78,6 +78,8 @@ files:
|
|
78
78
|
- lib/boxxspring/operation.rb
|
79
79
|
- lib/boxxspring/parser.rb
|
80
80
|
- lib/boxxspring/request.rb
|
81
|
+
- lib/boxxspring/resources/advertisingdoubleclickadvertisement.rb
|
82
|
+
- lib/boxxspring/resources/advertisingliverailadvertisement.rb
|
81
83
|
- lib/boxxspring/resources/artifact.rb
|
82
84
|
- lib/boxxspring/resources/atomic_video_card.rb
|
83
85
|
- lib/boxxspring/resources/attribute_error.rb
|
@@ -86,7 +88,6 @@ files:
|
|
86
88
|
- lib/boxxspring/resources/base.rb
|
87
89
|
- lib/boxxspring/resources/card.rb
|
88
90
|
- lib/boxxspring/resources/error.rb
|
89
|
-
- lib/boxxspring/resources/flama_subscription_task.rb
|
90
91
|
- lib/boxxspring/resources/forbidden_error.rb
|
91
92
|
- lib/boxxspring/resources/group.rb
|
92
93
|
- lib/boxxspring/resources/malformed_parameter_error.rb
|
@@ -111,6 +112,7 @@ files:
|
|
111
112
|
- lib/boxxspring/resources/theme.rb
|
112
113
|
- lib/boxxspring/resources/theme_environment.rb
|
113
114
|
- lib/boxxspring/resources/theme_template.rb
|
115
|
+
- lib/boxxspring/resources/univision_subscription_task.rb
|
114
116
|
- lib/boxxspring/resources/user_agent.rb
|
115
117
|
- lib/boxxspring/resources/video.rb
|
116
118
|
- lib/boxxspring/resources/video_card.rb
|