frank-cucumber 0.5.2 → 0.5.2.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.
@@ -190,6 +190,12 @@ application "iPhone Simulator" activate
190
190
  sleep 5 # TODO: replace this with polling for the frank server
191
191
  end
192
192
 
193
+ def quit_simulator
194
+ %x{osascript<<APPLESCRIPT-
195
+ application "iPhone Simulator" quit
196
+ APPLESCRIPT}
197
+ end
198
+
193
199
  #Note this needs to have "Enable access for assistive devices"
194
200
  #chcked in the Universal Access system preferences
195
201
  def simulator_hardware_menu_press( menu_label )
@@ -1,5 +1,5 @@
1
1
  module Frank
2
2
  module Cucumber
3
- VERSION = "0.5.2"
3
+ VERSION = "0.5.2.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -6,7 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 5
8
8
  - 2
9
- version: 0.5.2
9
+ - 1
10
+ version: 0.5.2.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Pete Hodgson
@@ -15,7 +16,7 @@ autorequire:
15
16
  bindir: bin
16
17
  cert_chain: []
17
18
 
18
- date: 2011-02-15 00:00:00 -08:00
19
+ date: 2011-02-16 00:00:00 -08:00
19
20
  default_executable:
20
21
  dependencies:
21
22
  - !ruby/object:Gem::Dependency