fastlane-plugin-automated_test_emulator_run_mik 1.6.13 → 1.6.14

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ab7df579095dbdc3169ce89b749e1e1eacf70469
4
- data.tar.gz: 5b023fc1b3de47f2af84a60e23642afd070330fb
3
+ metadata.gz: 5050c5e30d72adaa38cf2a5044c7afd6eb2996fa
4
+ data.tar.gz: 5584d1891080d00ad34f183b157d16d1a9c1691e
5
5
  SHA512:
6
- metadata.gz: 4ce0cd1b49cab42d050ab9238ddc8bc9bf402dc246e1f5513349b937589a8e23a5d65347bb5f3d1a2a142e873140c2062a8cd4268b5030df3d8c7aa22c7843e6
7
- data.tar.gz: 6f1c236a3e9250b5bec208a3ab863b53f1df4fc4b9285cf65c0978bce73cda1c88ae8532e72febfcd21b4d89a49d93398cd053144d249827cec812e4e2db22cc
6
+ metadata.gz: 186299efc6e91eedf5792be24439da6520fc78eda2ef30cbe96b65d6b787594baadaad5ca2c05c1915a1bd961253f3e1ca8bc30436931d83ee9626b2644656cb
7
+ data.tar.gz: 140be0447c460bc0e2ad56f45ac37133f7f6daed2cd101d749a7f207b6e14955a5de609565bf80004819ec5c47fc7048b1eaaed66a716edd181caa4d7135a9e9
@@ -78,6 +78,7 @@ module Fastlane
78
78
  if params[:ADB_restart]
79
79
  UI.message("Restarting adb".yellow)
80
80
  Action.sh(adb_controller.command_stop)
81
+ sleep(2)
81
82
  Action.sh(adb_controller.command_start)
82
83
  else
83
84
  UI.message("ADB won't be restarted. 'ADB_restart' set to false.".yellow)
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AutomatedTestEmulatorRunMik
3
- VERSION = "1.6.13"
3
+ VERSION = "1.6.14"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-automated_test_emulator_run_mik
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.13
4
+ version: 1.6.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kamil Krzyk
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-09-03 00:00:00.000000000 Z
11
+ date: 2018-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry