boxxspring 2.9.4 → 2.9.5

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: 35929a6bea87e32e3b0aeb4d65f2ca05041748f1
4
- data.tar.gz: ce0dfddc17da00b49d96367df38a120418e96e43
3
+ metadata.gz: 98f1f09db0dad656d932dba2d90f68419e6078a1
4
+ data.tar.gz: 4842a370dd9dea14b371cf12646b65fa5b0d7149
5
5
  SHA512:
6
- metadata.gz: c3bae2877517b2e9427356af1b97dc948deff2602c5c2f6ac7d5bd4074b00a73cd82e74c8fa9c1b8cfbd8205c59d6d596cf126b906f0d11dc43ebf41d98a41ae
7
- data.tar.gz: e3f92c120a7ed8d5fa4a1435007c33e1e0de4368c19671d8829c47b63d1059a6a5c021f1b46c010644d251e1e02dccee5ecfa33c79fbaf1e9686ab857c60d649
6
+ metadata.gz: '00834d462c19bda26e06000686d247f64db6b126674aca5cab80187e99a4e6fcaf3dda7b0ebcf524c5cfcc50f026db9a84309826f9fd51f7a2d0ee93942d89ce'
7
+ data.tar.gz: 1353eea289dfecbfbe6b168be2046391940e267fcd3c064b5d68c76230cf320600794e65a6de20da056d18411ae7388d67f5eb23bf41ebd6953853c2893054f3
@@ -44,6 +44,7 @@ require 'boxxspring/resources/advertising_doubleclick_advertisement'
44
44
  require 'boxxspring/resources/advertising_cbs_advertisement'
45
45
  require 'boxxspring/resources/advertising_liverail_advertisement'
46
46
  require 'boxxspring/resources/advertising_vast_advertisement'
47
+ require 'boxxspring/resources/advertising_custom_advertisement'
47
48
 
48
49
  # Binaries
49
50
  require 'boxxspring/resources/picture'
@@ -0,0 +1,9 @@
1
+ module Boxxspring
2
+
3
+ class AdvertisingCustomAdvertisement < AdvertisingAdvertisement
4
+ field :tag_url
5
+ field :group
6
+ field :options
7
+ end
8
+
9
+ end
@@ -1,3 +1,3 @@
1
1
  module Boxxspring
2
- VERSION = '2.9.4'
2
+ VERSION = '2.9.5'
3
3
  end
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.9.4
4
+ version: 2.9.5
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-05-31 00:00:00.000000000 Z
11
+ date: 2017-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -83,6 +83,7 @@ files:
83
83
  - lib/boxxspring/resources/advertising_btn_freewheel_advertisement.rb
84
84
  - lib/boxxspring/resources/advertising_campaign.rb
85
85
  - lib/boxxspring/resources/advertising_cbs_advertisement.rb
86
+ - lib/boxxspring/resources/advertising_custom_advertisement.rb
86
87
  - lib/boxxspring/resources/advertising_doubleclick_advertisement.rb
87
88
  - lib/boxxspring/resources/advertising_freewheel_advertisement.rb
88
89
  - lib/boxxspring/resources/advertising_liverail_advertisement.rb
@@ -206,7 +207,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
206
207
  version: '0'
207
208
  requirements: []
208
209
  rubyforge_project:
209
- rubygems_version: 2.6.8
210
+ rubygems_version: 2.6.10
210
211
  signing_key:
211
212
  specification_version: 4
212
213
  summary: Bedrocket Media Ventrures Boxxspring property API.