vcs_ruby 1.1.4 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/libAV/libav.rb +1 -1
  2. data/lib/version.info +1 -1
  3. metadata +1 -1
data/lib/libAV/libav.rb CHANGED
@@ -162,7 +162,7 @@ private
162
162
  @cache.scan(/\[streams.stream.\d\](.*?)\n\n/m) do |stream|
163
163
  info = get_hash(stream[0])
164
164
  if info['codec_type'] == 'video'
165
- @vidio_streams << LibAVVidioStream.new(info)
165
+ @video_streams << LibAVVideoStream.new(info)
166
166
  parsed = true
167
167
  end
168
168
  end
data/lib/version.info CHANGED
@@ -1 +1 @@
1
- 1.1.4
1
+ 1.1.5
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vcs_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: