calabash-android 0.8.0 → 0.8.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9ec647f9c577d97b9a1432d89d51fed63406de7d
|
|
4
|
+
data.tar.gz: 032a9fd2df25729235077f01c728d1745fd8eddf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 033eb8012e03ee8d32d7672c94cf9095d19044ea94dee803975343e4c1822398db1705ec50ab8230c88fdd86bcf04f58d4ba14e1048994bad0542992364aecef
|
|
7
|
+
data.tar.gz: d2d2739435aa413485e3c2f93d06a9945636e24c15bd46c85b60cba5a65c6c41e400c1a1decdc7f7d6d490380babbc96ac75ed3b982fea7ac847aa48dd8c1d0a
|
|
@@ -394,6 +394,10 @@ module Calabash
|
|
|
394
394
|
if File.exist?('~/Library/Developer/Xamarin/android-sdk-mac_x86/')
|
|
395
395
|
return '~/Library/Developer/Xamarin/android-sdk-mac_x86/'
|
|
396
396
|
end
|
|
397
|
+
|
|
398
|
+
if File.exist?('~/Library/Developer/Xamarin/android-sdk-macosx/')
|
|
399
|
+
return '~/Library/Developer/Xamarin/android-sdk-macosx/'
|
|
400
|
+
end
|
|
397
401
|
|
|
398
402
|
if File.exist?('C:\\Android\\android-sdk')
|
|
399
403
|
return 'C:\\Android\\android-sdk'
|
|
Binary file
|
|
@@ -29,6 +29,9 @@ module Calabash
|
|
|
29
29
|
|
|
30
30
|
perform_action("touch_coordinate", center_x, center_y)
|
|
31
31
|
else
|
|
32
|
+
if query_string.nil? && (options.nil? || options.empty?)
|
|
33
|
+
raise "Can't touch nil"
|
|
34
|
+
end
|
|
32
35
|
execute_gesture(Gesture.with_parameters(Gesture.tap(options), {query_string: query_string}.merge(options)))
|
|
33
36
|
end
|
|
34
37
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: calabash-android
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jonas Maturana Larsen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-08-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cucumber
|