zephyrus 0.1.0 → 0.2.0

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: d767155594140e1d9015b8719daef8a282b9b923
4
- data.tar.gz: 65da044b30406b4867358ea7ec5ce9cd8aa4e196
3
+ metadata.gz: 34f4b4f9d39e4e505fa2ccd6389361db76f49a91
4
+ data.tar.gz: 219b380b84f3e308084b524933896395db3393f4
5
5
  SHA512:
6
- metadata.gz: b2ab7e5dee75cb06be4ab5e2068ea6c840c0f97d7f6645c4621c9894de45cc6f7116b2e7506e1804ba746818b9663e0dc48a589792debf099cd38975ece296a8
7
- data.tar.gz: 72c9705d9e91e571f18c8198909803ebc514f1be962c9870b24a0d55f9119a5c7ee0454d6bdafbdff3c652b6e1751c9dd33f0270e6e38e80bf8cc9dd19fd5743
6
+ metadata.gz: 30ec6167776c7c04421216bceadb2ff9fa20c5a93b79074007524b7f1ad9482e893a1b001fdc53960efa23fd4dc9cd676154a83146ef7bac827053311b0650cc
7
+ data.tar.gz: 246fb9a80632be3e605a18c7a951fb2e747636feac38569d58a611dfb2809aa9554b2fc5cbe639610570db88660140e6b9b31a5277d71b927122f3b841b92abf
@@ -1,10 +1,4 @@
1
-
2
1
  module Zephyrus
3
2
  class RecordingOutput < Output
4
-
5
- field :recording
6
- field :instance_id
7
- field :last_recording_started_at
8
-
9
3
  end
10
4
  end
@@ -2,12 +2,16 @@
2
2
  module Zephyrus
3
3
  class TranscodingOutput < Output
4
4
 
5
- field :mime_type
5
+ field :content_type
6
6
  field :video_bitrate
7
7
  field :audio_bitrate
8
8
  field :height
9
9
  field :width
10
10
  field :audio_sample_rate
11
+ field :segment_duration
12
+ field :segment_count
13
+ field :profile_idc
14
+ field :level_idc
11
15
 
12
16
  end
13
17
  end
@@ -1,3 +1,3 @@
1
1
  module Zephyrus
2
- VERSION = '0.1.0'
2
+ VERSION = '0.2.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zephyrus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Asher Kory
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-04 00:00:00.000000000 Z
11
+ date: 2017-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport