xcselect 0.1.6 → 0.1.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/bin/xcsim +2 -1
  2. data/lib/xcselect/version.rb +1 -1
  3. metadata +2 -2
data/bin/xcsim CHANGED
@@ -73,7 +73,8 @@ class Main
73
73
  elsif @options[:print]
74
74
  puts p
75
75
  else
76
- `open -R "#{p}"`
76
+ # Open -R doesn't work a lot of the time so removing it
77
+ `open "#{p}"`
77
78
  end
78
79
  end
79
80
 
@@ -1,3 +1,3 @@
1
1
  module Xcselect
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xcselect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-05 00:00:00.000000000 Z
12
+ date: 2013-01-29 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: A more user friendly interface to the xcode-select command showing more
15
15
  info, xcsim - access the simulator application folders quickly