frank-cucumber 1.2.1 → 1.2.2

Sign up to get free protection for your applications and to get access to all the features.
Binary file
Binary file
Binary file
@@ -63,9 +63,9 @@ end
63
63
  %x{osascript -s o <<APPLESCRIPT
64
64
  activate application id "com.apple.iphonesimulator"
65
65
  tell application "System Events"
66
- set process_name_list to name of (application processes where bundle identifier is "com.apple.iphonesimulator")
66
+ set process_name_list to name of (application processes where bundle identifier is "com.apple.iphonesimulator")
67
67
  set process_name to first item of process_name_list
68
- click menu item "#{menu_label}" of menu "#{Localize.t(:hardware)}" of menu bar of process process_name
68
+ click menu item "#{menu_label}" of menu "#{Localize.t(:hardware)}" of menu bar 1 of process process_name
69
69
  end tell
70
70
  APPLESCRIPT}
71
71
  end
@@ -1,5 +1,5 @@
1
1
  module Frank
2
2
  module Cucumber
3
- VERSION = "1.2.1"
3
+ VERSION = "1.2.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: frank-cucumber
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-11-20 00:00:00.000000000 Z
13
+ date: 2013-12-04 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: cucumber