xcselect 0.0.11 → 0.0.12

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/bin/xcselect CHANGED
@@ -80,7 +80,7 @@ class Main
80
80
  projects = Dir["*.xcodeproj"]
81
81
  open_project = projects.size > 0 ? projects.first : ""
82
82
  puts "Opening Xcode in #{xcodepath}"
83
- `open -a #{xcodepath} #{open_project}`
83
+ `open -a "#{xcodepath}" "#{open_project}"`
84
84
  end
85
85
 
86
86
  # don't show line to ask for sudo pass
@@ -1,3 +1,3 @@
1
1
  module Xcselect
2
- VERSION = "0.0.11"
2
+ VERSION = "0.0.12"
3
3
  end
Binary file
Binary file
Binary file
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 11
9
- version: 0.0.11
8
+ - 12
9
+ version: 0.0.12
10
10
  platform: ruby
11
11
  authors:
12
12
  - Kim Hunter
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2012-01-03 00:00:00 +10:00
17
+ date: 2012-03-06 00:00:00 +10:00
18
18
  default_executable:
19
19
  dependencies: []
20
20
 
@@ -42,11 +42,14 @@ files:
42
42
  - lib/xcselect/xcode.rb
43
43
  - lib/xcselect/xcsimulator.rb
44
44
  - pkg/xcselect-0.0.1.gem
45
+ - pkg/xcselect-0.0.10.gem
46
+ - pkg/xcselect-0.0.11.gem
45
47
  - pkg/xcselect-0.0.3.gem
46
48
  - pkg/xcselect-0.0.4.gem
47
49
  - pkg/xcselect-0.0.5.gem
48
50
  - pkg/xcselect-0.0.6.gem
49
51
  - pkg/xcselect-0.0.7.gem
52
+ - pkg/xcselect-0.0.9.gem
50
53
  - xcselect.gemspec
51
54
  has_rdoc: true
52
55
  homepage: ""