boxxspring 2.1.1 → 2.1.2
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: cab2dc28f0a1d1b90504b8f737dfc8ae66daa9b5
|
4
|
+
data.tar.gz: 6280224848f0dc0d9ba323a501ffc8d8b260fc84
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d9524d24452161b86193eedb3ff9a6f3ef8561218d752d7afcf501d2e67e2fb0cf6cb9b55709bd11e3dd872ec14196300267e1cc6b59f1e4b16d28602365631e
|
7
|
+
data.tar.gz: 9cd12e684a22f45ff607441ebc6b75035179ed913c093fbe84396464dfbad1dedd20f7ed0abe25cc9cf09e0e641f3415ca269504de749831a90ebe1a0db95646
|
@@ -0,0 +1,18 @@
|
|
1
|
+
module Boxxspring
|
2
|
+
|
3
|
+
class VideoSourceSegment < Base
|
4
|
+
|
5
|
+
field :created_at
|
6
|
+
field :updated_at
|
7
|
+
|
8
|
+
field :id
|
9
|
+
field :video_source_id
|
10
|
+
field :storage_key
|
11
|
+
field :name
|
12
|
+
field :content_type
|
13
|
+
field :width
|
14
|
+
field :height
|
15
|
+
|
16
|
+
end
|
17
|
+
|
18
|
+
end
|
data/lib/boxxspring/version.rb
CHANGED
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.1.
|
4
|
+
version: 2.1.2
|
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:
|
11
|
+
date: 2015-01-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: multi_json
|
@@ -114,6 +114,7 @@ files:
|
|
114
114
|
- lib/boxxspring/resources/video.rb
|
115
115
|
- lib/boxxspring/resources/video_card.rb
|
116
116
|
- lib/boxxspring/resources/video_source.rb
|
117
|
+
- lib/boxxspring/resources/video_source_segment.rb
|
117
118
|
- lib/boxxspring/resources/videos_picture_task.rb
|
118
119
|
- lib/boxxspring/response.rb
|
119
120
|
- lib/boxxspring/serializer.rb
|