fastlane-plugin-android_testlab_script_swit 0.1.44 → 0.1.45

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: c1e83b53bbf912cf6731e453639a218b03bacd388974542111478aeff31d7a30
4
- data.tar.gz: 83a1b728e78eea64ce33c11289a62f68bf7a0790fb22f27752eb9fadad75daef
3
+ metadata.gz: 81d7996e79452432390736401158fece4c297ba569c8b1b2c6e4c44519ec8802
4
+ data.tar.gz: 7e7502a8ca31ad5fa22f7cf3f85fc4e5bd363671a3f8f9e57f5e24d055328fd6
5
5
  SHA512:
6
- metadata.gz: 517fca216bdcefafda5058f001f16478636d73deaf8494af48b136f50d0ef610d4993eaf0eb7222c18dcf3fd94c4bbe18d6eca917d8c7692cc3474aff8f52292
7
- data.tar.gz: 7ab86e2d0f617e9ee85af5981060b01c578e00028017249565905d57d2ca950ece9b32860195aa522e0470885072cd1606756170eda8fe6f5954cef2535482e0
6
+ metadata.gz: ef23212bfe942b32cdfb0a9113abe9d8b87e596b26fd14d5dbf8bf95c997ca1d7bae78004e1819bac5a88a634cae50394abd43661afcfd43452c0549f4c964e9
7
+ data.tar.gz: 2dace34f2399fe1150faf148861cf11d74c631bc5c4fb5db23b5dab7c7d0ac120db6eca188f7fc40ca5d4aaef6865f5965b8856fcdce99fff973d6583473c951
@@ -182,14 +182,9 @@ module Fastlane
182
182
  FastlaneCore::ConfigItem.new(key: :gcloud_components_channel,
183
183
  env_name: "gcloud_components_channel",
184
184
  description: "If you use beta or alpha components. Default stable (alpha/beta)",
185
- is_string: true,
185
+ type: String",
186
186
  optional: true,
187
- default_value: "stable",
188
- verify_block: proc do |value|
189
- if value != "stable" && value != "alpha" && value != "beta"
190
- UI.user_error!("Unknown gcloud component channel.")
191
- end
192
- end),
187
+ default_value: "stable"),
193
188
 
194
189
  # console_log_file_name (false)
195
190
  FastlaneCore::ConfigItem.new(key: :console_log_file_name,
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidTestlabScriptSwit
3
- VERSION = "0.1.44"
3
+ VERSION = "0.1.45"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-android_testlab_script_swit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.44
4
+ version: 0.1.45
5
5
  platform: ruby
6
6
  authors:
7
7
  - 나비이쁜이