fastlane-plugin-gs_deliver 0.2.6 → 0.2.7

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: 2d076049e1b37ac677188af4f382af7908a3d801
4
- data.tar.gz: ee734a6aa0e2f2b00b6082c62fa32f983b3cfc59
3
+ metadata.gz: a82fdcb4cc77f28b3d42ec800dc4245481d42403
4
+ data.tar.gz: 9f4d3d67a677a62b44b6b4356b30c61012f1f526
5
5
  SHA512:
6
- metadata.gz: fa937a309afca16f1ed64f98dc72a6eac2a407c68e9e520da122cf3ecf411cbd5107de20f6cd6205b46318b48f187148b29c9c92a0bc297756cfc894a46de821
7
- data.tar.gz: a1f6dfaad67e6bcc591a045a682fcb30c08fc3bb762e2a2a4668ecda02edb616d0c3cdd22084d34f5fa04a4bee3582f6ffdb0516fc9c2d72c2b4dde54044ff81
6
+ metadata.gz: f21e8b6a358ae949efec0f24a8ba99f097516a036dd6b1d8ae2697a49952820158533873528e64da4f15bfa1b63b65ca4da9f180e1d5c8f9682776f0f5f16c1f
7
+ data.tar.gz: 3626d376f56deb29b0a2ac06d5531c00227324e2bd8f0ded73123a1615cd673acd4335495726bee1c5b0f7d04f76616eebfb7d5fa9d7c8c9786cae550e16a001
@@ -30,11 +30,11 @@ module Fastlane
30
30
  cmnd = options[:cmd]
31
31
  response = ""
32
32
  if cmnd.include? "file"
33
- response = `curl -H "Content-Type: application/json" -d '#{params}' https://mobile.geo4.io/bot/releaseBuilder/cmd`
33
+ response = `curl -k -H "Content-Type: application/json" -d '#{params}' https://mobile.geo4.io/bot/releaseBuilder/cmd`
34
34
  FileHelper.write(Dir.pwd + "/../../notes/" + options[:project] + "/" +
35
35
  options[:displayVersionName] + "_" + options[:lang] + ".txt", response)
36
36
  else
37
- response = `curl -H "Content-Type: application/json" -d '#{params}' https://mobile.geo4.io/bot/releaseBuilder/cmd`
37
+ response = `curl -k -H "Content-Type: application/json" -d '#{params}' https://mobile.geo4.io/bot/releaseBuilder/cmd`
38
38
  end
39
39
  response
40
40
  end
@@ -4,7 +4,7 @@ module Fastlane
4
4
  def self.run(options)
5
5
  require 'json'
6
6
  params = options.to_json
7
- response = `curl -H "Content-Type: application/json" -d '#{params}' https://mobile.geo4.io/bot/releaseBuilder/cmd`
7
+ response = `curl -k -H "Content-Type: application/json" -d '#{params}' https://mobile.geo4.io/bot/releaseBuilder/cmd`
8
8
  FileHelper.write(Dir.pwd + "/../../notes/" + options[:project] + "/" +
9
9
  options[:displayVersionName] + "_" + options[:lang] + ".txt", response)
10
10
  response
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GsDeliver
3
- VERSION = "0.2.6"
3
+ VERSION = "0.2.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-gs_deliver
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Сергей Веселовский"