vcs_ruby 1.1.6 → 1.1.7

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.
data/lib/contact_sheet.rb CHANGED
@@ -328,7 +328,7 @@ private
328
328
  b.gravity 'East'
329
329
  b.fill Configuration.instance.header_color
330
330
  b.annotate '+0-1'
331
- b << "Dimensions: #{@video.video.width}x#{@video.video.height}\nFormat: #{@video.video.codec(true)} / #{@video.audio.codec(true)}\nFPS: #{"%.02f" % @video.video.frame_rate.to_f}"
331
+ b << "Dimensions: #{@video.video.width}x#{@video.video.height}\nFormat: #{@video.video.codec(true)} / #{@video.audio ? @video.audio.codec(true) : 'no audio'}\nFPS: #{"%.02f" % @video.video.frame_rate.to_f}"
332
332
  end
333
333
  a.bordercolor Configuration.instance.header_background
334
334
  a.border 9
data/lib/libAV/libav.rb CHANGED
@@ -91,7 +91,7 @@ private
91
91
  end
92
92
 
93
93
  def extract_format regexp
94
- @cache.scan() do |format|
94
+ @cache.scan(regexp) do |format|
95
95
  @info = LibAVMetaInfo.new(get_hash(format[0]))
96
96
  return true
97
97
  end
data/lib/version.info CHANGED
@@ -1 +1 @@
1
- 1.1.6
1
+ 1.1.7
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.6
4
+ version: 1.1.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: