xcselect 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Xcselect
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -47,7 +47,7 @@ class Xcode
47
47
 
48
48
  def self.current_xcode_path
49
49
  path = self.current_xcode
50
- if path =~ /(.*Xcode(.*DP.*).app)/
50
+ if path =~ /(.*Xcode(.*DP.*)?.app)/
51
51
  path = $1
52
52
  else
53
53
  path += "/Applications/Xcode.app"
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Kim Hunter