fastlane-plugin-automated_test_emulator_run 0.5.10 → 0.5.11

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: 5021ad96595fa165a103388965ae0f0cf42790e9
4
- data.tar.gz: 4786bc5646eadc974cf7b61bd830ffe7be688fe4
3
+ metadata.gz: a2ed0701e951b3b41ec938f0ab43c3e111b17a1c
4
+ data.tar.gz: 564d99f8c755b7c17691e317c9964ffdaeb4a600
5
5
  SHA512:
6
- metadata.gz: 4dc5be6a161be7378f3d08e9d5a5beb4766ab5c7b848720a216309d59309170d92ff6a91da56cf2895d9088a0698bc8df7182a0ae72d2cbafbedd1115229fdfe
7
- data.tar.gz: 4d7a172a913f9c485281c9cf9d56a4e6a48a0bc2cc74544557766df8b24a1d4999e9cf60119137e56cb1d668f88e5851181d8ecaeadf8f4ec92d5ed414909f0b
6
+ metadata.gz: d60aab1c34d9776604cdc8e3bb48a9cb626c7d216c5cca5df7ba44a7170b9069646113d944da4ba6239933f74bc28ba26acaf1c6058689a23925d18c3e11a825
7
+ data.tar.gz: 99f5f0de971daac0ea1f1f6c3f9dfdb41dbcdede5017fe2864f63e7c99da7a3f688a77c0c21c6ca2532c57be43ab1b87fa5026e396cdaea386408d44a8a48599
@@ -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? ["/platform-tools/adb -s emulator-", port, " offline"].join("")
127
+ if adb_devices_result.include? ["emulator-", port, " offline"].join("")
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.10"
3
+ VERSION = "0.5.11"
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.10
4
+ version: 0.5.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kamil Krzyk