boxxspring 2.7.2 → 2.7.3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 748bb87f38586a2422139704aba680f1ff5b6138
|
4
|
+
data.tar.gz: e0f3318d585ec96d382c91ae81e5d670e9465752
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c91fce2999b3da3dbf56abe9bbfc7f31021b5d8beb677d965cef627a8cb38426936020dd5a2772dcb555935a603f1a47ed21ecf36b2767a65b0bb8624cc4a160
|
7
|
+
data.tar.gz: d1c4ba9b4505e2665a6298ed2ab412250fb0d1675bb267ed0fd1d9178635ecfc8d5a4b3eb261de2563c3bf9f9036eb52c895232405dff036e77ec3b13addb80c
|
data/lib/boxxspring/version.rb
CHANGED
@@ -1,3 +1,3 @@
|
|
1
1
|
module Boxxspring
|
2
|
-
VERSION = '2.7.
|
3
|
-
end
|
2
|
+
VERSION = '2.7.3'
|
3
|
+
end
|
data/lib/boxxspring.rb
CHANGED
@@ -39,6 +39,7 @@ require 'boxxspring/resources/filter_criteria'
|
|
39
39
|
require 'boxxspring/resources/advertising_advertisement'
|
40
40
|
require 'boxxspring/resources/advertising_campaign'
|
41
41
|
require 'boxxspring/resources/advertising_freewheel_advertisement'
|
42
|
+
require 'boxxspring/resources/advertising_btn_freewheel_advertisement'
|
42
43
|
require 'boxxspring/resources/advertising_doubleclick_advertisement'
|
43
44
|
require 'boxxspring/resources/advertising_liverail_advertisement'
|
44
45
|
require 'boxxspring/resources/advertising_vast_advertisement'
|
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.7.
|
4
|
+
version: 2.7.3
|
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: 2016-
|
11
|
+
date: 2016-08-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -80,6 +80,7 @@ files:
|
|
80
80
|
- lib/boxxspring/request.rb
|
81
81
|
- lib/boxxspring/resources/activity.rb
|
82
82
|
- lib/boxxspring/resources/advertising_advertisement.rb
|
83
|
+
- lib/boxxspring/resources/advertising_btn_freewheel_advertisement.rb
|
83
84
|
- lib/boxxspring/resources/advertising_campaign.rb
|
84
85
|
- lib/boxxspring/resources/advertising_doubleclick_advertisement.rb
|
85
86
|
- lib/boxxspring/resources/advertising_freewheel_advertisement.rb
|
@@ -187,9 +188,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
187
188
|
version: '0'
|
188
189
|
requirements: []
|
189
190
|
rubyforge_project:
|
190
|
-
rubygems_version: 2.
|
191
|
+
rubygems_version: 2.2.2
|
191
192
|
signing_key:
|
192
193
|
specification_version: 4
|
193
194
|
summary: Bedrocket Media Ventrures Boxxspring property API.
|
194
195
|
test_files: []
|
195
|
-
has_rdoc:
|