appium_connect_pi 1.0.12 → 1.0.13

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: c9b5ba0133327b029a28aafcd20d47c90e07afdf
4
- data.tar.gz: 797300c823520c2a2bafc9d49c1a626adc056398
3
+ metadata.gz: 11f5b309c02e0afa0ef3dd6aeb20ed9632891e71
4
+ data.tar.gz: 482c9c46a9a843ee8d9a2de39bbd3407b941f841
5
5
  SHA512:
6
- metadata.gz: 3ba1a6da97b29d980b714c03c807f8ce0151d0f6331fc18a7192233b4ce2125f7d816e75bd76aa5aa0c921cd848b729fd73e751041745a607dbff9d74d7976ce
7
- data.tar.gz: 08d6d09cd6f4a7959632adb7ab04256c32358e6c77399ca3bf7cddc6c1e1d2eadecd5f50e184f9090384c5e7b95701038d2910bc881d9cb329ab8d1b3e354f02
6
+ metadata.gz: 4120e380cb9fe65970db1549bc47c48ea0217587353d7c5655754c14f316620b5a3c913942aa6a8b79cf2160dd7fded808ba61a521f4f5709f3a2d6d0054c167
7
+ data.tar.gz: 7f63fbf0cc93203f4293163faf4d5d1e4a845a5253355afc859bf7662500073e52d82c6cb68a2ea1fb8ee2707818d8f6cb4039b11efe8055fb2c40557f66c3f8
data/lib/Appium.rb CHANGED
@@ -13,7 +13,7 @@ def appium_server_start(**options)
13
13
  command << " --command-timeout 180"
14
14
  Dir.chdir('.') {
15
15
  if Gem::Platform.local.os == 'linux'
16
- pid = system('x-terminal-emulator -e ' + command)
16
+ pid = system(command)
17
17
  elsif Gem::Platform.local.os == 'darwin'
18
18
  `osascript -e 'tell app "Terminal" to do script "#{command}"'`
19
19
  else
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appium_connect_pi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.12
4
+ version: 1.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Watson