juretta-ipt 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/ipt.gemspec +1 -1
  2. data/tasks/iphone_tools.rake +2 -2
  3. metadata +1 -1
data/ipt.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "ipt"
3
- s.version = "1.0.6"
3
+ s.version = "1.0.7"
4
4
  s.date = "2008-11-21"
5
5
  s.summary = "iPhone Project Tools"
6
6
  s.email = "s@juretta.com"
@@ -34,8 +34,8 @@ module IPT
34
34
  class Parser
35
35
  def initialize(path)
36
36
  if File.file?(path)
37
- type = `file #{path}`
38
- @xml = type =~ /Apple binary property list/ ? `plutil -convert xml1 -o - #{path}` : path
37
+ type = `file '#{path}'`
38
+ @xml = type =~ /Apple binary property list/ ? `plutil -convert xml1 -o - '#{path}'` : path
39
39
  end
40
40
  end
41
41
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: juretta-ipt
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Saasen