fastlane-plugin-automated_test_emulator_run 1.3.1 → 1.3.2
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4efe1400bac26d1735995b06154b3346abffb700
|
|
4
|
+
data.tar.gz: fbd8571537739c15d7d6d68882966f51e51b0b0d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 86e0d37ccc35d80c396a5e4bea8b5f16d1bbafbbc2daafd1849746de37197a1a94df13df19802ef388518d0364b47efd6381e5238f807c1647e8869e105eb243
|
|
7
|
+
data.tar.gz: 59175c009d68a99b117508782ab199ebe699df48cb8a91d606274cfe5dc4d7d3f3448d04080ab0c7310d517265bce3db80e5fc2632dfbe77f0403c272178109b
|
data/lib/fastlane/plugin/automated_test_emulator_run/actions/automated_test_emulator_run_action.rb
CHANGED
|
@@ -271,8 +271,8 @@ module Fastlane
|
|
|
271
271
|
#paths
|
|
272
272
|
FastlaneCore::ConfigItem.new(key: :AVD_path,
|
|
273
273
|
env_name: "AVD_PATH",
|
|
274
|
-
description: "The path to your android AVD directory (root).
|
|
275
|
-
default_value: ENV['
|
|
274
|
+
description: "The path to your android AVD directory (root). ANDROID_SDK_HOME by default",
|
|
275
|
+
default_value: ENV['ANDROID_SDK_HOME'],
|
|
276
276
|
is_string: true,
|
|
277
277
|
optional: true),
|
|
278
278
|
FastlaneCore::ConfigItem.new(key: :AVD_setup_path,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-automated_test_emulator_run
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kamil Krzyk
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-02-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pry
|