vcs_ruby 1.1.4 → 1.1.5

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.
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: