fastlane-plugin-android_testlab_script_swit 0.1.2 → 0.1.3
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fffe4a12826e7f9f81cf63e1d5c15c1a2ce27e53cc9ed78100683a926306a42c
|
|
4
|
+
data.tar.gz: 3a3bb1dcb7d3b5469f3a2eb9b1ff5c7c95915e8861595acfe29d34c3cc85b8c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 88c8505b4f80aaba157b347ad5ee6beb841b338c925a8743d4e20320614e42bf5e75618bbb654c670dde95f50e7aa0619eec66a3660c3870021f434da543ddb0
|
|
7
|
+
data.tar.gz: 9598dd82847629c00a9b15679e64972f33c6a9e424188cb475ad17494e72784661c3bfca3117c8e142615030fa6cee2c939ecd7b0999007580b02c6229a00a5b
|
data/lib/fastlane/plugin/android_testlab_script_swit/actions/android_testlab_script_swit_action.rb
CHANGED
|
@@ -2,8 +2,6 @@ require 'fastlane/action'
|
|
|
2
2
|
require 'json'
|
|
3
3
|
require 'fileutils'
|
|
4
4
|
|
|
5
|
-
require_relative '../helper/android_testlab_script_swit_helper.rb'
|
|
6
|
-
|
|
7
5
|
module Fastlane
|
|
8
6
|
module Actions
|
|
9
7
|
class FirebaseTestlabWithScriptAndroidAction < Action
|
|
@@ -225,6 +223,7 @@ module Fastlane
|
|
|
225
223
|
optional: true,
|
|
226
224
|
verify_block: proc do |value|
|
|
227
225
|
UI.user_error!("Couldn't find JSON file at path '#{value}'") unless File.exist?(value) end)
|
|
226
|
+
]
|
|
228
227
|
end
|
|
229
228
|
|
|
230
229
|
def self.check_has_property(hash_obj, property)
|