fastlane-plugin-automated_test_emulator_run_next 1.0.1 → 1.0.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
  SHA256:
3
- metadata.gz: 27b646d002da322ae2a1b3b78901c8c1bcd37ce1034101c6ee7d48a90c7f4d7e
4
- data.tar.gz: a1ca615cb563af564f750ec0248c5e8b48700f62035758f7b6899e487eeed826
3
+ metadata.gz: 15f9b6cb75b17dee48b9ea8d6c914e011969fe82f0f9925f9d8e819ef13091ed
4
+ data.tar.gz: 3e287cbe9636344669abf1d01e13e002d26265683299cc6a4f0663748ccf1ff0
5
5
  SHA512:
6
- metadata.gz: c4a7e1d9ec62d6dc7e29a87711f99354d65b6f35ab12529e8c71cc6d9679b28265224f34aeb5abc6280c9f30788062f44ae507bd69a18993b98d1fc1ea3374fa
7
- data.tar.gz: 33af3bd42137dc73fc7ffbb550efacbdbe4fd1b7e8b7823ab31784f74182d09a1435845c04369fb3ad3f3037f4d2d8fe472ce7a64baf699c6df486665677e32a
6
+ metadata.gz: 39fdf0572412c212b5cb747116cef5741cf8f3a0e0522f1b5aba343dfffa07c81482edf1ddee3dc284ad98d0d0f3f1cba4f52d6a378ddae122cac24b85da2b7f
7
+ data.tar.gz: 7bcf269703f7ed395bd331c3b5ef2bfcad8bfba70d39eab9d1fde7302516bde93448fdcde44113dabcfdb4d7a8f18b1dab7abd0b1c67d585139fe67beb46ca56
data/LICENSE CHANGED
File without changes
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # automated_test_emulator_run plugin
1
+ # automated_test_emulator_run_next plugin
2
2
 
3
- [![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-automated_test_emulator_run)
3
+ [![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-automated_test_emulator_run_next)
4
4
 
5
5
  ## About this fork
6
6
 
@@ -14,10 +14,10 @@ Starts any number of AVDs. AVDs are created and configured automatically accordi
14
14
 
15
15
  This project is a [fastlane](https://github.com/fastlane/fastlane) plugin.
16
16
 
17
- 1. To get started with `fastlane-plugin-automated_test_emulator_run`, add it to your project by running:
17
+ 1. To get started with `fastlane-plugin-automated_test_emulator_run_next`, add it to your project by running:
18
18
 
19
19
  ```bash
20
- fastlane add_plugin automated_test_emulator_run
20
+ fastlane add_plugin automated_test_emulator_run_next
21
21
  ```
22
22
  2. Create your \*.JSON config file to create AVD launch plan according to schema below/provided example.
23
23
 
@@ -477,6 +477,7 @@ module Fastlane
477
477
  env_name: "LANE_PLATFORM",
478
478
  description: "The platform of the lane you want to execute",
479
479
  conflicting_options: [:shell_command, :gradle_task],
480
+ default_value: 'android',
480
481
  is_string: true,
481
482
  optional: true),
482
483
  FastlaneCore::ConfigItem.new(key: :lane_options,
@@ -32,4 +32,4 @@ module Fastlane
32
32
  end
33
33
  end
34
34
  end
35
- end
35
+ end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- module AutomatedTestEmulatorRun
3
- VERSION = "1.0.1"
2
+ module AutomatedTestEmulatorRunNext
3
+ VERSION = "1.0.2"
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_next
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
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-01 00:00:00.000000000 Z
11
+ date: 2022-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry
@@ -128,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
128
128
  - !ruby/object:Gem::Version
129
129
  version: '0'
130
130
  requirements: []
131
- rubygems_version: 3.1.6
131
+ rubygems_version: 3.0.3.1
132
132
  signing_key:
133
133
  specification_version: 4
134
134
  summary: Starts multiple AVDs based on JSON file config. AVDs are created and configured