fastlane-plugin-firebase_app_distribution 0.9.0.pre.2 → 0.9.0.pre.3
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5d7ed4a0a9d749511bec75416ba92973ace84c89ba66b3a72334954fbcbf877b
|
4
|
+
data.tar.gz: '089dedc3f702c9d6e96eb524e52297d05fdc0cd2fb5c24b7bbd2ab05bda5bf8d'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 48a14b02bd94c8af09891adea99ef689ed5c0f0098e470de9bcb528da947477f01e0b04bbb721fd44224ff7f0608bc7851a9d8b8b1265119015e84f3a0107120
|
7
|
+
data.tar.gz: 167b00c19c2cd8fa0e15d7b14cb4a02f45d15854d5a6104120463264696ddbd0d1cb67cc134146edb4dc89a9e40e72d0f9fe39a90735bbaac4883ce5b0e0a4e5
|
data/lib/fastlane/plugin/firebase_app_distribution/actions/firebase_app_distribution_action.rb
CHANGED
@@ -513,12 +513,12 @@ module Fastlane
|
|
513
513
|
# Release Testing
|
514
514
|
FastlaneCore::ConfigItem.new(key: :test_devices,
|
515
515
|
env_name: "FIREBASEAPPDISTRO_TEST_DEVICES",
|
516
|
-
description: "List of devices to run automated tests on, in the format 'model=<model-id>,version=<os-version-id>,locale=<locale>,orientation=<orientation>;model=<model-id>,...'. Run 'gcloud firebase test android|ios models list' to see available devices. Note: This feature is in beta
|
516
|
+
description: "List of devices to run automated tests on, in the format 'model=<model-id>,version=<os-version-id>,locale=<locale>,orientation=<orientation>;model=<model-id>,...'. Run 'gcloud firebase test android|ios models list' to see available devices. Note: This feature is in beta",
|
517
517
|
optional: true,
|
518
518
|
type: String),
|
519
519
|
FastlaneCore::ConfigItem.new(key: :test_devices_file,
|
520
520
|
env_name: "FIREBASEAPPDISTRO_TEST_DEVICES_FILE",
|
521
|
-
description: "Path to file containing a list of devices to run automated tests on, in the format 'model=<model-id>,version=<os-version-id>,locale=<locale>,orientation=<orientation>;model=<model-id>,...'. Run 'gcloud firebase test android|ios models list' to see available devices. Note: This feature is in beta
|
521
|
+
description: "Path to file containing a list of devices to run automated tests on, in the format 'model=<model-id>,version=<os-version-id>,locale=<locale>,orientation=<orientation>;model=<model-id>,...'. Run 'gcloud firebase test android|ios models list' to see available devices. Note: This feature is in beta",
|
522
522
|
optional: true,
|
523
523
|
type: String),
|
524
524
|
FastlaneCore::ConfigItem.new(key: :test_username,
|
@@ -538,7 +538,7 @@ module Fastlane
|
|
538
538
|
optional: true,
|
539
539
|
type: String),
|
540
540
|
FastlaneCore::ConfigItem.new(key: :test_async,
|
541
|
-
description: "Run tests asynchronously. Visit the Firebase console for the automatic test results
|
541
|
+
description: "Run tests asynchronously. Visit the Firebase console for the automatic test results",
|
542
542
|
optional: false,
|
543
543
|
default_value: false,
|
544
544
|
type: Boolean),
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-firebase_app_distribution
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.0.pre.
|
4
|
+
version: 0.9.0.pre.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stefan Natchev
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2024-01
|
13
|
+
date: 2024-02-01 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: google-apis-firebaseappdistribution_v1
|