fastlane-plugin-automated_test_emulator_run_next 1.0.3 → 1.0.4
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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b1e9eacda79bae565a45ee9e440dec3f49c993ab122d4a07b4ddb2c87437cae7
|
4
|
+
data.tar.gz: a056936c9221780c2f71045fbcfad1fda05ab66a1ff858f8f21ef145fe95b7b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad053301fd5b2a935891536b782bd286d0cff55a24c1a02f512360c406ed439acfe0c8d23460bf33873a092b0d7afa0e3ae52041f872ac0c0b0be6eaf5f2e2e1
|
7
|
+
data.tar.gz: 2cdca4bb524bb4ce180dc21155ac7417b8dba5d4307882a7d91fe3f53cd57900514116300afea2baa60dd777da4572ffba8f35f9e600d26cf4240c6eb2d49c90
|
data/lib/fastlane/plugin/automated_test_emulator_run/actions/automated_test_emulator_run_action.rb
CHANGED
@@ -401,8 +401,8 @@ module Fastlane
|
|
401
401
|
optional: false),
|
402
402
|
FastlaneCore::ConfigItem.new(key: :SDK_path,
|
403
403
|
env_name: "SDK_PATH",
|
404
|
-
description: "The path to your android sdk directory (root).
|
405
|
-
default_value: ENV['
|
404
|
+
description: "The path to your android sdk directory (root). ANDROID_SDK_ROOT by default",
|
405
|
+
default_value: ENV['ANDROID_SDK_ROOT'] || ENV['ANDROID_HOME'],
|
406
406
|
is_string: true,
|
407
407
|
optional: true),
|
408
408
|
FastlaneCore::ConfigItem.new(key: :install_missing_image,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-automated_test_emulator_run_next
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hiroto Nakamura
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-03-
|
11
|
+
date: 2022-03-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pry
|