boxxspring 2.8.0 → 2.8.1

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: 2f1f2b017c9f80e2d85afce74d0e21b63f2e41f0
4
- data.tar.gz: d0186457b3e5f3d500490bc212d3531426151011
3
+ metadata.gz: b72c68e4ac9769f661a78f6cbd5bde533224e4db
4
+ data.tar.gz: eb132704918f054423a01f88bd75591766b576c9
5
5
  SHA512:
6
- metadata.gz: 864e9506bfb1c83a0368dc4ebb758769411bc886983a6ea8f952c7e567f8c73e15cb0594e80c28c78abdf78c49b214846d7e90ce2c7395c66d78d1738e63bc10
7
- data.tar.gz: ac982435546d4ad42ca5c1001755f6c1e28d981e0049a789a267e40d33a7fcdd6cf7942b1def918e7c0c49e57dfff45ea470fdae22bfe6a43214087cb3e1d630
6
+ metadata.gz: 266c81c9dea43ca7f6f8038a7532cf90fb0fe97d94d484f49b621e17f012f1848ecfb72bfcea92be9962c6b0cb0237f66c61e3f9c49c93d42d360e544189fc42
7
+ data.tar.gz: 3f39f37195dea736ef867cf250ed1c57049773eabd3b8974a1c7714c8db7970ecf710d9ba742cd934309f894b55399a541e371cf3708273824582591cfae4c72
@@ -0,0 +1,5 @@
1
+ module Boxxspring
2
+ class AdvertisingCbsAdvertisement < AdvertisingAdvertisement
3
+ field :tag_url
4
+ end
5
+ end
@@ -1,7 +1,7 @@
1
1
  module Boxxspring
2
2
 
3
3
  class FacebookDistributionDeletionActivity < Activity
4
- field :distribution_activity_id
4
+ field :distribution_artifact_locator_id
5
5
  end
6
6
 
7
7
  end
@@ -2,7 +2,7 @@ module Boxxspring
2
2
 
3
3
  class FacebookDistributionDeletionTask < Task
4
4
  field :distribution_id
5
- field :distribution_activity_id
5
+ field :distribution_artifact_locator_id
6
6
  end
7
7
 
8
8
  end
@@ -1,3 +1,3 @@
1
1
  module Boxxspring
2
- VERSION = '2.8.0'
2
+ VERSION = '2.8.1'
3
3
  end
data/lib/boxxspring.rb CHANGED
@@ -41,6 +41,7 @@ require 'boxxspring/resources/advertising_campaign'
41
41
  require 'boxxspring/resources/advertising_freewheel_advertisement'
42
42
  require 'boxxspring/resources/advertising_btn_freewheel_advertisement'
43
43
  require 'boxxspring/resources/advertising_doubleclick_advertisement'
44
+ require 'boxxspring/resources/advertising_cbs_advertisement'
44
45
  require 'boxxspring/resources/advertising_liverail_advertisement'
45
46
  require 'boxxspring/resources/advertising_vast_advertisement'
46
47
 
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.0
4
+ version: 2.8.1
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-03-21 00:00:00.000000000 Z
11
+ date: 2017-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -82,6 +82,7 @@ files:
82
82
  - lib/boxxspring/resources/advertising_advertisement.rb
83
83
  - lib/boxxspring/resources/advertising_btn_freewheel_advertisement.rb
84
84
  - lib/boxxspring/resources/advertising_campaign.rb
85
+ - lib/boxxspring/resources/advertising_cbs_advertisement.rb
85
86
  - lib/boxxspring/resources/advertising_doubleclick_advertisement.rb
86
87
  - lib/boxxspring/resources/advertising_freewheel_advertisement.rb
87
88
  - lib/boxxspring/resources/advertising_liverail_advertisement.rb