fastlane-plugin-android_testlab_script_swit 0.1.37 → 0.1.38

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: 5c022838ee298ef493126bee4d45b3f57189b067498ace65b91e82e282de84ba
4
- data.tar.gz: 6739c6875e6b390e16ed55f13cc7f23a8f73f32b9c71290c229abad624d548df
3
+ metadata.gz: ac05a3cb02ce74a34b2aa3795c6543287aa6e2da4c7df8ab8405a3b284fa1fca
4
+ data.tar.gz: 5707540ccf5c2b38602ddaf0578759eb5e17b89b0bbbb6c5e30b65b71682d234
5
5
  SHA512:
6
- metadata.gz: 610d1881b5e91edfe3dc2c45209b611009495c91338a4fcdd2db6217e0c0be78db0d7bc93f3d77a331fbf2852cdafcc7ac88c827e7bdf14642a076821326ace2
7
- data.tar.gz: afd6ff095e267d2e73409a4182c76792bb2718a8d2a95241869035c0f8d70d848f399554d61e0c5d9343b882a43fef654a453602f7ead2cfc7279febd9498e18
6
+ metadata.gz: ee8ad34c894b2e6d4323dcfb6ec73121c712c01668bcffe18f4ffe07ea3080553c1f5a7c04a421ced60a129a717c1f87f9b3459df96a4d0d3122f851efeac0c5
7
+ data.tar.gz: 542e117d09c7ad829ed94d79cd5429070caffe375fd26c16fa21b4c5bd6438ed9bc02571a1e3ca16bc0071224c379a8e99fc34323784911b3849e224e27cb48c
@@ -1,7 +1,6 @@
1
1
  require 'fastlane/action'
2
2
  require 'json'
3
3
  require 'fileutils'
4
- require 'httparty'
5
4
  require 'open-uri'
6
5
 
7
6
  module Fastlane
@@ -40,10 +39,10 @@ module Fastlane
40
39
 
41
40
  wait_for_test_to_complete(test_results_url)
42
41
 
43
- swit_webhook_url = params[:swit_webhook_url]
44
- swit_webhook_payload = params[:swit_webhook_payload]
45
-
46
- HTTParty.post(swit_webhook_url, body: swit_webhook_payload.to_json, headers: { 'Content-Type' => 'application/json' })
42
+ # swit_webhook_url = params[:swit_webhook_url]
43
+ # swit_webhook_payload = params[:swit_webhook_payload]
44
+ #
45
+ # HTTParty.post(swit_webhook_url, body: swit_webhook_payload.to_json, headers: { 'Content-Type' => 'application/json' })
47
46
 
48
47
  # json = JSON.parse(File.read(params[:console_log_file_name]))
49
48
  # UI.message("Test status: #{json}")
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidTestlabScriptSwit
3
- VERSION = "0.1.37"
3
+ VERSION = "0.1.38"
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.37
4
+ version: 0.1.38
5
5
  platform: ruby
6
6
  authors:
7
7
  - 나비이쁜이