fastlane-plugin-applivery 2.2.2 → 2.3.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0fd0bdf41179980b2bf1e90ab299a0561b5cfcca53edee34116003368a10bd6f
|
4
|
+
data.tar.gz: 46144762e5ac411df9fafb672908ab59446a9fba8b536831543a40b1ffc20253
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ffbc3c30f0c7814efdb5b17d1f71b4e62cb47deeb7fac86a059b6f5bf21d2a8249bbfaaa402b06f0cd1839891f3565680f16d919d18fc74133b063b1c0581506
|
7
|
+
data.tar.gz: 16d91e7953acc50a1d7ce7c62b41189e893dc857636020acff91154fe2cf1f6f8374e4b535d86feeba34db09409a2447ccdf8d1d5ee80072fc4c88dd1801dfc4
|
@@ -13,7 +13,7 @@ module Fastlane
|
|
13
13
|
build_path = params[:build_path]
|
14
14
|
build = Faraday::UploadIO.new(build_path, 'application/octet-stream') if build_path && File.exist?(build_path)
|
15
15
|
|
16
|
-
conn = Faraday.new(url: 'https://
|
16
|
+
conn = Faraday.new(url: 'https://upload.applivery.io') do |faraday|
|
17
17
|
faraday.request :multipart
|
18
18
|
faraday.request :url_encoded
|
19
19
|
# faraday.response :logger
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-applivery
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alejandro Jimenez
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-05-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pry
|
@@ -125,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
125
125
|
- !ruby/object:Gem::Version
|
126
126
|
version: '0'
|
127
127
|
requirements: []
|
128
|
-
rubygems_version: 3.0.3
|
128
|
+
rubygems_version: 3.0.3.1
|
129
129
|
signing_key:
|
130
130
|
specification_version: 4
|
131
131
|
summary: Upload new build to Applivery
|