ffprober 0.4.3 → 0.4.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 306b36d59aa22bb245c100a23f9a14450d5fc1d8
4
- data.tar.gz: 0d58a6bfc02b06a77b6f744fec9c061be9016f63
3
+ metadata.gz: 7da22d34efac0d8d74a13b43f8caf306b6edeed0
4
+ data.tar.gz: 589b4b79dbb4ff8e6d1c1de315acd74aeacd4b65
5
5
  SHA512:
6
- metadata.gz: eb7124ebc99d9aeb5a806da63d6a1ce5a6fbed7ba0a192c68569dca6b9673f28c5a57ed4644dda7de197f43f9100d53d81f117f040c492cddc98fec72c65c368
7
- data.tar.gz: 4a85f7444a3ef9ab811d0cc75f17593b63793a19eac6d31cdede26f11d7ceb0abbc7bf2da2d7b7e7f313acfc5e80b49ce6cfbcc3a437b527ea739c3a173f9dbb
6
+ metadata.gz: 54e161aae1859f45b4502584be5f0ff605d76d5fc1e9daf7ffd4df6cde49c2018d8ad636b3378f76102716e7f8934977a7a39eb0ee6b5b716f56fc8f456c0b38
7
+ data.tar.gz: 56898c68fe1612b3fd7011d51a7c3944ddf60179a60dad4522ce3145600b71478d11be31641fe293c8ab1ebad9ca25f167da2f3043c6a8e40224fa0c27fe318f
data/Changes.md CHANGED
@@ -1,3 +1,8 @@
1
+ 0.4.4 / 2015-06-30
2
+ ===================
3
+
4
+ * fix bug handling file with single quotes in the filename (thanks kaczowkad)
5
+
1
6
  0.4.3 / 2015-06-22
2
7
  ===================
3
8
 
@@ -10,7 +10,7 @@ module Ffprober
10
10
  end
11
11
 
12
12
  def load
13
- json_output = `#{ffprobe_finder.path} #{options} '#{@file_to_parse}'`
13
+ json_output = `#{ffprobe_finder.path} #{options} #{Shellwords.escape(@file_to_parse)}`
14
14
  Ffprober::Parsers::Json.new(json_output)
15
15
  end
16
16
 
@@ -1,3 +1,3 @@
1
1
  module Ffprober
2
- VERSION = "0.4.3"
2
+ VERSION = "0.4.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ffprober
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - beanieboi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-06-22 00:00:00.000000000 Z
11
+ date: 2015-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake