uiauto 0.2.0 → 0.2.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3afb5260e2a269072122eb099792ea8a95b27547
4
- data.tar.gz: c120b7d250ce0524788a53404df05eac9321842e
3
+ metadata.gz: 28f8853dfc8d08d6837e1868c6da8b63b351631e
4
+ data.tar.gz: 92e555754db99454c18daf36e506ce4689659bcc
5
5
  SHA512:
6
- metadata.gz: 1184ac99f15aae6feadb3332fb1122e451190c29f36d165228e69e82edc6b6ae2925bdc6de5529311d9f12b979eee5350b6efa8221ef88404783adfad27cf4a6
7
- data.tar.gz: 37a0d0f6b8fb720379560cca0649fe4555f6547da3f7739e4834ec00d834b9d3800efb1badd2760d707519b8e6c5d81c77c4303c3fd08926a7bbe517bb3f43cc
6
+ metadata.gz: 6eac7cd3e92a466d2e038094849c670adc3fde8a33319249902db9f85691979be7b30453384cb81fbf38b2dce98e55b893d656881db7ed4279e0d2632b1ec1b2
7
+ data.tar.gz: 2f6d6ef1a3ce35b074ca138a9245fb05ce7ef3ddb084653a35de081c93ecf745dd124db170c490bfdb6e028af68f44bc29ff9fa9c6967857158361c183224bcd
@@ -43,7 +43,7 @@ module UIAuto
43
43
  end
44
44
 
45
45
  def self.open(simulator = nil)
46
- xcode_path = `xcode-select -p`.strip
46
+ xcode_path = `xcode-select --print-path`.strip
47
47
  simulator_path = File.join(xcode_path, "/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone Simulator.app")
48
48
 
49
49
  `open "#{simulator_path}"`
@@ -1,3 +1,3 @@
1
1
  module UIAuto
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uiauto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Enriquez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-16 00:00:00.000000000 Z
11
+ date: 2013-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler