calabash-android 0.9.0 → 0.9.1.pre1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 16fa5c6401f8d6fc80e1765035838c6da0a845f4
|
4
|
+
data.tar.gz: 70c4b3a549a006e732e0c3203021493af1f80d7d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc67ff6ce4574f02a9faba297575c4f221fa79fec2cdbbec2a46f5381a2612537cd9dbe28ba7bf27d193cef32fc00470035e85ae4aab8aa9edea3e2da45db89c
|
7
|
+
data.tar.gz: 97c7ff888702fbf06809b5cac32fc621171fa3c968057ba927568451347ad84a9985aaa35926f50495fda5165d077e6a9683e5bebff817aaa20ad9c33a4020ae
|
@@ -391,17 +391,17 @@ module Calabash
|
|
391
391
|
end
|
392
392
|
end
|
393
393
|
|
394
|
-
if File.exist?('~/Library/Developer/Xamarin/android-sdk-mac_x86/')
|
395
|
-
return '~/Library/Developer/Xamarin/android-sdk-mac_x86/'
|
394
|
+
if File.exist?(File.expand_path('~/Library/Developer/Xamarin/android-sdk-mac_x86/'))
|
395
|
+
return File.expand_path('~/Library/Developer/Xamarin/android-sdk-mac_x86/')
|
396
396
|
end
|
397
397
|
|
398
|
-
if File.exist?('~/Library/Developer/Xamarin/android-sdk-macosx/')
|
399
|
-
return '~/Library/Developer/Xamarin/android-sdk-macosx/'
|
398
|
+
if File.exist?(File.expand_path('~/Library/Developer/Xamarin/android-sdk-macosx/'))
|
399
|
+
return File.expand_path('~/Library/Developer/Xamarin/android-sdk-macosx/')
|
400
400
|
end
|
401
401
|
|
402
402
|
# Default location when installing with Android Studio
|
403
|
-
if File.exist?('~/Library/Android/sdk/')
|
404
|
-
return '~/Library/Android/sdk/'
|
403
|
+
if File.exist?(File.expand_path('~/Library/Android/sdk/'))
|
404
|
+
return File.expand_path('~/Library/Android/sdk/')
|
405
405
|
end
|
406
406
|
|
407
407
|
if File.exist?('C:\\Android\\android-sdk')
|
Binary file
|
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.9.
|
4
|
+
version: 0.9.1.pre1
|
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:
|
11
|
+
date: 2017-02-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cucumber
|
@@ -385,9 +385,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
385
385
|
version: '0'
|
386
386
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
387
387
|
requirements:
|
388
|
-
- - "
|
388
|
+
- - ">"
|
389
389
|
- !ruby/object:Gem::Version
|
390
|
-
version:
|
390
|
+
version: 1.3.1
|
391
391
|
requirements: []
|
392
392
|
rubyforge_project:
|
393
393
|
rubygems_version: 2.5.1
|