fastlane-plugin-gs_project_flow_ios 0.3.8 → 0.3.9

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
  SHA1:
3
- metadata.gz: 9e78e9f1ead14e4ead3b783214b5a38595f52c7c
4
- data.tar.gz: 632e2f42497085c7f1ce8d555bfc2c733387ba72
3
+ metadata.gz: c106e04acc1477aa3daabd3dca108b3c10bbf717
4
+ data.tar.gz: ebd169a6700be75ff0c5a188f3df5f079a68681e
5
5
  SHA512:
6
- metadata.gz: 8ff263d6c08100ea6ef432b37ac292dfd35b1ee70a1769eafc965a42ca04abfaeb4fbb6020a2b85c3978b70573ee27083fd1d47417adad60e14b1ac84c0af220
7
- data.tar.gz: 9fca1bab65cba85bba42e4e6578b854d8e40b9c8b92405336b404ea7e3f5916b9ff26687969717385022d010d7b9b144b5ba067989fc8bc577b6db0f6b6ae030
6
+ metadata.gz: 765428119cb0320562076fb41df8384fbfdbb27af8f11f695e9dc331e0447e115fd3873bca5f879c36129ae973be37600097587ca5af04ebd4e4b0e04007282d
7
+ data.tar.gz: 3664a3d9ca3e861fe6dd9d0d076063c152c0ba8126c2b5f0a72d7b8d9a13fc52219fc217cb0d0b06d9dd50823ca4b4c06b394c2c6c8d9d09b22c69878f8d63df
@@ -107,7 +107,7 @@ module Fastlane
107
107
 
108
108
  paramsJSON = params.to_json
109
109
  require 'json'
110
- Actions::ShAction.run(FastlaneCore::Configuration.create(Actions::GsGetBetaVersionAction.available_options,
110
+ Actions::ShAction.run(FastlaneCore::Configuration.create(Actions::ShAction.available_options,
111
111
  {command:"curl -X POST -H \"Content-Type: application/json\" -d '#{paramsJSON}' http://mobile.geo4.io/bot/releaseBuilder/jobStates"}))
112
112
  # sh "sh build_reporter.sh " + chat_id.to_s + " " + message
113
113
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GsProjectFlowIos
3
- VERSION = "0.3.8"
3
+ VERSION = "0.3.9"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-gs_project_flow_ios
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.8
4
+ version: 0.3.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Сергей Веселовский