vidibus-fileinfo 0.1.2 → 0.1.3

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/Rakefile CHANGED
@@ -17,7 +17,7 @@ end
17
17
 
18
18
  Rake::RDocTask.new do |rdoc|
19
19
  rdoc.rdoc_dir = "rdoc"
20
- rdoc.title = "vidibus-permalink #{Vidibus::Fileinfo::VERSION}"
20
+ rdoc.title = "vidibus-fileinfo #{Vidibus::Fileinfo::VERSION}"
21
21
  rdoc.rdoc_files.include("README*")
22
22
  rdoc.rdoc_files.include("lib/**/*.rb")
23
23
  rdoc.options << "--charset=utf-8"
@@ -7,7 +7,7 @@ module Vidibus
7
7
 
8
8
  # ImageMagick command
9
9
  def cmd
10
- "identify -verbose #{@path}"
10
+ %Q(identify -verbose "#{@path}")
11
11
  end
12
12
 
13
13
  def output
@@ -8,7 +8,7 @@ module Vidibus
8
8
 
9
9
  # FFmpeg command
10
10
  def cmd
11
- "ffmpeg -i #{@path}"
11
+ %Q(ffmpeg -i "#{@path}")
12
12
  end
13
13
 
14
14
  def output
@@ -1,5 +1,5 @@
1
1
  module Vidibus
2
2
  module Fileinfo
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vidibus-fileinfo
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 2
10
- version: 0.1.2
9
+ - 3
10
+ version: 0.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andre Pankratz
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-09-09 00:00:00 +02:00
18
+ date: 2011-10-10 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency