calabash-cucumber 0.9.155 → 0.9.156
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: 715059c1784340a903fff4c86c75cdb7cd42fe0c
|
4
|
+
data.tar.gz: fdf778b06281f52038fb092212110c3f5dc33f21
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e746d5950b9d3a7cb84e437f72d3e46703c827d0f22d7dc25284bf2f9d4cba6e5deb725a63eb5a4b4f5695bba65b8f4eb974f780e3813cf61fbe0b322d9357ae
|
7
|
+
data.tar.gz: d4352489b765393b9c1ce26ae1c03fe1792bec13cf6f63e74819467c9d574bf0a445f5f29e3fda1bdf84a0ed93f8d4c8c181a865ddd5bdf8c0d82fd6661d67f6
|
@@ -193,11 +193,11 @@ module Calabash
|
|
193
193
|
end
|
194
194
|
|
195
195
|
def self.xamarin_ios_csproj_path
|
196
|
-
solution_path = Dir['*.
|
196
|
+
solution_path = Dir['*.sln'].first
|
197
197
|
if solution_path
|
198
198
|
project_dir = Dir.pwd
|
199
199
|
else
|
200
|
-
solution_path = Dir[File.join('..','*.
|
200
|
+
solution_path = Dir[File.join('..','*.sln')].first
|
201
201
|
project_dir = File.expand_path('..') if solution_path
|
202
202
|
end
|
203
203
|
return nil unless project_dir
|