airvideo 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/airvideo.rb +1 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.5
|
data/lib/airvideo.rb
CHANGED
@@ -116,7 +116,7 @@ module AirVideo
|
|
116
116
|
AvMap::Hash.new("air.video.ConversionRequest", {
|
117
117
|
"itemId" => fileobj.location[1..-1],
|
118
118
|
"audioStream"=>1,
|
119
|
-
"allowedBitrates"=> BitrateList["512", "768", "1536", "1024", "384", "1280", "256"],
|
119
|
+
"allowedBitrates"=> AirVideo::AvMap::BitrateList["512", "768", "1536", "1024", "384", "1280", "256"],
|
120
120
|
"audioBoost"=>0.0,
|
121
121
|
"cropRight"=>0,
|
122
122
|
"cropLeft"=>0,
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: airvideo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 5
|
10
|
+
version: 0.0.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- JP Hastings-Spital
|