boxxspring 2.2.1 → 2.2.2

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: 86f37b9fbad2f3ef602f14ad4ffa5be39177706f
4
- data.tar.gz: f73aa7a314d82f75efb609a98db25ebc05f6c265
3
+ metadata.gz: ea1fb207a2ad2483e8128b7bf2b44b55dcca01f3
4
+ data.tar.gz: a34a6b053f96e70096620ca4b85e6e95d60322c7
5
5
  SHA512:
6
- metadata.gz: a26c9cabee0ad25f1639bbb08ca950e637d92607587c5e88d78744b37aecdb3297c0c049b6c7470e23661ef9cd7025076e2f6569d063229acc8b0ba4066393a3
7
- data.tar.gz: a5fe91f05ac5203dabc58cf39300533431d5a5ff61a10cf167c61a24175f280baefde3471035d35fe7aaf16264d9926d48ebe1818759d56245219f5880991328
6
+ metadata.gz: f954aa7fe903da9c5d7f1c7f1b47a1f8e9380a38b5966e1cce515918604bce38ed2835bdc7ac85f2a8c2eec01d410250b49a3da86b45d0133f1c4d1ea6b317eb
7
+ data.tar.gz: c6295d556fa1df0403ded4c1d8fad37df0355a45d7e0e8aa7614ec9fc05c2beda63d0db05a64e23c7f702433725faa6e7202fab883bd2edbfc8e4d92c7328964
@@ -34,6 +34,9 @@ module Boxxspring
34
34
  field :sponsor_id
35
35
  field :template_id
36
36
 
37
+ field :attribution_name
38
+ field :attribution_url
39
+
37
40
  has_one :attribution
38
41
 
39
42
  has_many :artifacts
@@ -0,0 +1,17 @@
1
+ module Boxxspring
2
+ class ArtifactRelationship < Base
3
+
4
+ field :type_name
5
+ field :id
6
+ field :created_at
7
+ field :uploaded_at
8
+ field :related_artifact_id
9
+ field :related_artifact_position
10
+ field :artifact_id
11
+ field :artifact_position
12
+ field :name
13
+
14
+ has_one :artifact
15
+
16
+ end
17
+ end
@@ -1,3 +1,3 @@
1
1
  module Boxxspring
2
- VERSION = '2.2.1'
2
+ VERSION = '2.2.2'
3
3
  end
data/lib/boxxspring.rb CHANGED
@@ -36,6 +36,7 @@ require 'boxxspring/resources/advertising_doubleclick_advertisement'
36
36
  require 'boxxspring/resources/advertising_liverail_advertisement'
37
37
  require 'boxxspring/resources/video'
38
38
  require 'boxxspring/resources/video_source'
39
+ require 'boxxspring/resources/artifact_relationship'
39
40
  require 'boxxspring/resources/artifact'
40
41
  require 'boxxspring/resources/story'
41
42
  require 'boxxspring/resources/page'
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.1
4
+ version: 2.2.2
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-23 00:00:00.000000000 Z
11
+ date: 2015-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -83,6 +83,7 @@ files:
83
83
  - lib/boxxspring/resources/analytics_media_sample.rb
84
84
  - lib/boxxspring/resources/artifact.rb
85
85
  - lib/boxxspring/resources/artifact_locator.rb
86
+ - lib/boxxspring/resources/artifact_relationship.rb
86
87
  - lib/boxxspring/resources/atomic_video_card.rb
87
88
  - lib/boxxspring/resources/attribute_error.rb
88
89
  - lib/boxxspring/resources/attribution.rb