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: 8db732cbcfd1540ca1762091006f5699b0f95c7daadf8a61e8d23b829a4f7203
4
- data.tar.gz: fcbf5d87251a00ed68b3185871cc4999813e84bcd57540d5627633075a1658af
3
+ metadata.gz: 5d7ed4a0a9d749511bec75416ba92973ace84c89ba66b3a72334954fbcbf877b
4
+ data.tar.gz: '089dedc3f702c9d6e96eb524e52297d05fdc0cd2fb5c24b7bbd2ab05bda5bf8d'
5
5
  SHA512:
6
- metadata.gz: ca7ea18c1b4aeb7629e5fead3b71688a07cc856d21cfaa6eaac2439ff10b6d2109cc2f2bc22e376122448f652e7c2507619c06f815aabfc65a1e1c52f3db042f
7
- data.tar.gz: 67411b623cfd368c0105409ba63b33d18d4e77ba78cd5248d8b39187774343e39237f780a4ddcee27ed446cdb588f273dc4f99caaf49c3f170b4b7c94e36a024
6
+ metadata.gz: 48a14b02bd94c8af09891adea99ef689ed5c0f0098e470de9bcb528da947477f01e0b04bbb721fd44224ff7f0608bc7851a9d8b8b1265119015e84f3a0107120
7
+ data.tar.gz: 167b00c19c2cd8fa0e15d7b14cb4a02f45d15854d5a6104120463264696ddbd0d1cb67cc134146edb4dc89a9e40e72d0f9fe39a90735bbaac4883ce5b0e0a4e5
@@ -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),
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module FirebaseAppDistribution
3
- VERSION = "0.9.0.pre.2"
3
+ VERSION = "0.9.0.pre.3"
4
4
  end
5
5
  end
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.2
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-31 00:00:00.000000000 Z
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