fastlane-plugin-automated_test_emulator_run 0.5.11 → 0.5.12

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: a2ed0701e951b3b41ec938f0ab43c3e111b17a1c
4
- data.tar.gz: 564d99f8c755b7c17691e317c9964ffdaeb4a600
3
+ metadata.gz: 43feb1b897dcbd45493a3b1c681aced15f75156f
4
+ data.tar.gz: 503880f92c49c4aa0b5d17736f1147fc925ed5ad
5
5
  SHA512:
6
- metadata.gz: d60aab1c34d9776604cdc8e3bb48a9cb626c7d216c5cca5df7ba44a7170b9069646113d944da4ba6239933f74bc28ba26acaf1c6058689a23925d18c3e11a825
7
- data.tar.gz: 99f5f0de971daac0ea1f1f6c3f9dfdb41dbcdede5017fe2864f63e7c99da7a3f688a77c0c21c6ca2532c57be43ab1b87fa5026e396cdaea386408d44a8a48599
6
+ metadata.gz: 357d16d6d9d1067f8802543cb457e5e8a4b708854be3c3e151a610540cad0440f78cb7df5493fa2d5a1dba3a17ea78cef607f7d364efc66857cc320e34809b87
7
+ data.tar.gz: 5bf000e5bcc352db3839ff0482b866e8d587cf919d064770b020cc2c34c579121ac2232587d43ecd3bfebd4f69e84f10b35d2d4b6f64e9f47267563dc932fd17
@@ -124,7 +124,7 @@ module Fastlane
124
124
  if (currentTime - startTime) >= timeoutInSeconds
125
125
  UI.message("Emulator loading took more than 3 minutes. Restarting emulator launch until.".yellow)
126
126
  adb_devices_result = Action.sh(sdkRoot + "/platform-tools/adb devices")
127
- if adb_devices_result.include? ["emulator-", port, " offline"].join("")
127
+ if adb_devices_result.include? "offline"
128
128
  launchEmulator(start_avd_command, sdkRoot, port, params)
129
129
  break
130
130
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AutomatedTestEmulatorRun
3
- VERSION = "0.5.11"
3
+ VERSION = "0.5.12"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-automated_test_emulator_run
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.11
4
+ version: 0.5.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kamil Krzyk