mxfinfo 0.0.3.4 → 0.0.3.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/mxfinfo/version.rb +1 -1
  2. data/lib/mxfinfo.rb +1 -1
  3. metadata +1 -1
@@ -1,3 +1,3 @@
1
1
  class MXFinfo
2
- VERSION = "0.0.3.4"
2
+ VERSION = "0.0.3.5"
3
3
  end
data/lib/mxfinfo.rb CHANGED
@@ -114,7 +114,7 @@ class MXFinfo
114
114
  private
115
115
  def mxfinfo
116
116
  # TODO: - add check if return data is valid
117
- `#{MXFinfo.binary} #{@filepath.shellescape} 2>&1`
117
+ `#{MXFinfo.binary} \"#{@filepath}\" 2>&1`
118
118
  end
119
119
 
120
120
  def process_data
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mxfinfo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3.4
4
+ version: 0.0.3.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: