frank-cucumber 0.7.0 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,9 +14,9 @@ Given /^I launch the app$/ do
14
14
  raise "APP_BUNDLE_PATH was not set. \nPlease set a APP_BUNDLE_PATH ruby constant or environment variable to the path of your compiled Frankified iOS app bundle" if app_path.nil?
15
15
 
16
16
  if( ENV['USE_SIM_LAUNCHER_SERVER'] )
17
- simulator = SimLauncher::Client.for_iphone_app( app_path, "4.2" )
17
+ simulator = SimLauncher::Client.for_iphone_app( app_path )
18
18
  else
19
- simulator = SimLauncher::DirectClient.for_iphone_app( app_path, "4.2" )
19
+ simulator = SimLauncher::DirectClient.for_iphone_app( app_path )
20
20
  end
21
21
 
22
22
  num_timeouts = 0
@@ -1,5 +1,5 @@
1
1
  module Frank
2
2
  module Cucumber
3
- VERSION = "0.7.0"
3
+ VERSION = "0.7.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 7
8
- - 0
9
- version: 0.7.0
8
+ - 1
9
+ version: 0.7.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Pete Hodgson
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-08-12 00:00:00 -07:00
18
+ date: 2011-08-13 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency