fastlane-plugin-android_testlab_script_swit 0.1.2 → 0.1.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: e93124b8e59702a6ff9337ed377bf6ba3f1a9d33814915161f3e28370f8d3422
4
- data.tar.gz: ba846c1b4b1f6a722ddcbafb81fe5424b71df30839e4f497ca3ce7f7e7e65289
3
+ metadata.gz: fffe4a12826e7f9f81cf63e1d5c15c1a2ce27e53cc9ed78100683a926306a42c
4
+ data.tar.gz: 3a3bb1dcb7d3b5469f3a2eb9b1ff5c7c95915e8861595acfe29d34c3cc85b8c4
5
5
  SHA512:
6
- metadata.gz: c7e462efe0ee18e14df5346031555b8a5dbd1f0c7843e2550b5cbc435ce3532f08b89820f5be82066cc1b0864f229fc32d3eb7217ad4065f286ac1e1d48b3e00
7
- data.tar.gz: 7f381468f6f55b1d4dac9caf2926066f8776630aeee817889db26c8fc442faa2071ea355971a20cde8cf54627d8810f3ebaaf4cf7b0b3e1e3bc2bb6292f87980
6
+ metadata.gz: 88c8505b4f80aaba157b347ad5ee6beb841b338c925a8743d4e20320614e42bf5e75618bbb654c670dde95f50e7aa0619eec66a3660c3870021f434da543ddb0
7
+ data.tar.gz: 9598dd82847629c00a9b15679e64972f33c6a9e424188cb475ad17494e72784661c3bfca3117c8e142615030fa6cee2c939ecd7b0999007580b02c6229a00a5b
@@ -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)
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidTestlabScriptSwit
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
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.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - 나비이쁜이