boxxspring 2.7.6 → 2.7.7

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: e37a122cde937121b2532ef55c2c989a2bded7fd
4
- data.tar.gz: 61f14228f7ee71cfcaf4d9e6089547d315a90831
3
+ metadata.gz: 507f8ad74d15ad40c653238f370bce922cb8b60f
4
+ data.tar.gz: a41536725249dbe4288406f25c638c1669463d73
5
5
  SHA512:
6
- metadata.gz: 9bbad10bb01dd2694f1c484addc98e01b11ad3a9357e69e6e97a545810ea50433e3550f266f409be4c8bf4df7e238c93f0fcb80377fa7e70623e6c5282fee202
7
- data.tar.gz: 6a85a296ec98964edec93769102cfdf1b2f1188d5bc7578af2da466de0c4d826685871efa3fcb3e1323a3f423db47bcfcce7d8a1054b43d5f26d252a7ead7013
6
+ metadata.gz: 956f07e1e5ec24d38f590544f599e46822d5516c862f9de28c38f2f5ff40e44d127c092f0fc70e0337a951c5a110a6a67656bbf953d3d2e72a2eada6056d543f
7
+ data.tar.gz: 8b8ba229687c7f15fe19d08945660b0dab7ca4beb4b7e68027ed57461e7b88927a2665bc6d8f4e46d91f1adc4ce61fd2aa9f0637b9dbbb746429db778adae13c
@@ -8,6 +8,7 @@ module Boxxspring
8
8
  field :id
9
9
  field :uuid
10
10
  field :operator
11
+ field :property_id
11
12
 
12
13
  has_many :filter_criteria
13
14
 
@@ -7,6 +7,7 @@ module Boxxspring
7
7
 
8
8
  field :id
9
9
  field :filter_id
10
+ field :property_id
10
11
  field :condition
11
12
  field :field
12
13
  field :values
@@ -13,6 +13,7 @@ module Boxxspring
13
13
  field :uuid
14
14
  field :host_url
15
15
  field :in_host_url
16
+ field :transcoder_url
16
17
 
17
18
  end
18
19
 
@@ -1,8 +1,10 @@
1
1
  module Boxxspring
2
2
 
3
3
  class TwitterDistributionActivity < Activity
4
- field :tweet_status
5
- field :upload_video
4
+ field :card_type
5
+ field :creator
6
+ field :tweet_status
7
+ field :upload_video
6
8
  end
7
9
 
8
- end
10
+ end
@@ -1,11 +1,11 @@
1
1
  module Boxxspring
2
2
 
3
3
  class TwitterDistributionTask < Task
4
-
5
4
  field :distribution_id
5
+ field :card_type
6
+ field :creator
6
7
  field :tweet_status
7
8
  field :upload_video
8
-
9
9
  end
10
10
 
11
- end
11
+ end
@@ -1,3 +1,3 @@
1
1
  module Boxxspring
2
- VERSION = '2.7.6'
2
+ VERSION = '2.7.7'
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.7.6
4
+ version: 2.7.7
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-12-07 00:00:00.000000000 Z
11
+ date: 2017-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -191,7 +191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
191
191
  version: '0'
192
192
  requirements: []
193
193
  rubyforge_project:
194
- rubygems_version: 2.6.8
194
+ rubygems_version: 2.2.2
195
195
  signing_key:
196
196
  specification_version: 4
197
197
  summary: Bedrocket Media Ventrures Boxxspring property API.