boxxspring 2.0.13 → 2.0.14

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: 00d1e797d7e307fbf0905e7458b946e008e0ea3a
4
- data.tar.gz: 29e917b916bd1dda89fc689423383d397ee6433f
3
+ metadata.gz: 1a64b1617e6df076786dd0ad2bed229381d385f0
4
+ data.tar.gz: fa3954fbfbdfd94a5ae719b7f5ff54d9e5342f09
5
5
  SHA512:
6
- metadata.gz: 01fdbdee24f23fbc1808daa11f5cb4f85998af4513130aa6fd1bf7d7b8082336877e015337b144b84ec686a29f8589a2c7900186d75d4cf13d7ac04dcd124f33
7
- data.tar.gz: a00d0662e2ced9473f6d2700a3363859f0397d0c31968d683ca917c4df1621207c24ca3e9a6df49e9397e9dccaae80166deb7caa2e9bdfa5625a2c662261fe73
6
+ metadata.gz: b8b1e157b8d11a0efc6db4e24818b5acd67fbc6c3aa33422c32eecc8eab07e65fea99801efa50bad0fc9e56925544f0b1e8119d7505103d32c9138fda0f4a131
7
+ data.tar.gz: 8ddcbfaf49c43c33c5d36034743c824385b6bbd8dc4c8dd803ec8186b86eb311a85abb88fa224a818d725d8b46966ee9854f52037858f0f33d58687d4a116072
@@ -8,7 +8,10 @@ module Boxxspring
8
8
  field :id
9
9
  field :storage_key
10
10
  field :filename
11
- field :output_sources
11
+ field :content_type
12
+ field :picture_id
13
+
14
+ has_many :video_sources
12
15
 
13
16
  end
14
17
 
@@ -0,0 +1,15 @@
1
+ module Boxxspring
2
+
3
+ class VideoSource < Base
4
+
5
+ field :created_at
6
+ field :updated_at
7
+
8
+ field :video_id
9
+ field :storage_key
10
+ field :width
11
+ field :height
12
+
13
+ end
14
+
15
+ end
@@ -1,3 +1,3 @@
1
1
  module Boxxspring
2
- VERSION = '2.0.13'
2
+ VERSION = '2.0.14'
3
3
  end
data/lib/boxxspring.rb CHANGED
@@ -20,6 +20,7 @@ require 'boxxspring/resources/picture_card'
20
20
  require 'boxxspring/resources/text_card'
21
21
  require 'boxxspring/resources/atomic_video_card'
22
22
  require 'boxxspring/resources/video'
23
+ require 'boxxspring/resources/video_source'
23
24
  require 'boxxspring/resources/artifact'
24
25
  require 'boxxspring/resources/story'
25
26
  require 'boxxspring/resources/page'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boxxspring
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.13
4
+ version: 2.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kristoph Cichocki-Romanov
@@ -102,6 +102,7 @@ files:
102
102
  - lib/boxxspring/resources/user_agent.rb
103
103
  - lib/boxxspring/resources/video.rb
104
104
  - lib/boxxspring/resources/video_card.rb
105
+ - lib/boxxspring/resources/video_source.rb
105
106
  - lib/boxxspring/response.rb
106
107
  - lib/boxxspring/version.rb
107
108
  homepage: http://bedrocket.com