appium_connect 1.1.21 → 1.1.22

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/Appium.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 92f3b83b02547f0ea375338c9891b4c7a003cb13
4
- data.tar.gz: c1193e1b6ced68fba41988bd3b484db938d26ba2
3
+ metadata.gz: e2edc876b203ac66ea9f008fda428e49c3fe5f9e
4
+ data.tar.gz: 7e065d07c3596944ecd75defab949d56867a6beb
5
5
  SHA512:
6
- metadata.gz: 6873a2711800145c69898f94ca250986c64c86cf1170b3749ba27bf65920100d25c756abfa03a2fe950d80b96653b1ed82db7d06ef30f3c0418eceadf1c3c227
7
- data.tar.gz: b83a434604a078c6ed831973d4f7d30ef922d8ca768a4420e4c1e1d2b4f91e939bfc419383967ee9387b94698baaf0758fb0cfa880ebb4ffe0b4310f31d2372f
6
+ metadata.gz: 4f9fdb44bba963eee1fdd3dd6d81b6a6eddab695ef985304b219edf6342b39a8f34817e5cf34ceab230b11abc96a8af4af6b8f561324160218d7ab477d46b602
7
+ data.tar.gz: 56272b97474cf2a9075d0ebcbf50ba9baff53cf957c1be3dc40c95173c3cc18fc7e6f50297c1730b9a46369170b8a9ebd5d586b4bd1c0133744507ab0cfd6cdf
data/lib/Appium.rb CHANGED
@@ -34,7 +34,7 @@ def appium_server_start(**options)
34
34
  puts command
35
35
  Dir.chdir('.') {
36
36
  if Gem::Platform.local.os == 'linux'
37
- pid = system('x-terminal-emulator -e ' + command)
37
+ pid = system('x-terminal-emulator -e ' + command + '&')
38
38
  elsif Gem::Platform.local.os == 'darwin'
39
39
  `osascript -e 'tell app "Terminal" to do script "#{command}"'`
40
40
  `osascript -e 'tell app "Terminal" to do script "ios_webkit_debug_proxy -c #{options[:udid]}:#{options[:webkitPort]} -d"'`
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appium_connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.21
4
+ version: 1.1.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Watson