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: 476d8e33d00c1b137a2dda6aaee55b59dea7cf8e
4
- data.tar.gz: b9a84573f62e8bf7d6a38ba18ead4f93c3ff9d6b
3
+ metadata.gz: 715059c1784340a903fff4c86c75cdb7cd42fe0c
4
+ data.tar.gz: fdf778b06281f52038fb092212110c3f5dc33f21
5
5
  SHA512:
6
- metadata.gz: d2d4bb51ffcedc670c91e41dd8c3859d2b7df20b8b23ed774b2599755c65cd892672f2032896a9307aa70f7213e5d070ca7374419ad3bec4b647efc76478076b
7
- data.tar.gz: 88d85b46a59cab625f53fd02a110ee303ee3e23a8099bfb90bb61dd13d32dcbf3603f3cb256fc2f4475c9e30031c8d1e600cd9555a8088996d38cb595ca92e68
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['*.Xamarin.sln'].first
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('..','*.Xamarin.sln')].first
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
@@ -1,6 +1,6 @@
1
1
  module Calabash
2
2
  module Cucumber
3
- VERSION = '0.9.155'
3
+ VERSION = '0.9.156'
4
4
  FRAMEWORK_VERSION = '0.9.155'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: calabash-cucumber
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.155
4
+ version: 0.9.156
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karl Krukow