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: dfa26aff66362f56dc480a7bd926f480f1862c7408ef3765a54e2ad994e0e197
4
- data.tar.gz: 3e78dac7b40ad0d8d52b17addcade452e2e9c37fc1ce095e79e16696c69c668f
3
+ metadata.gz: 0fd0bdf41179980b2bf1e90ab299a0561b5cfcca53edee34116003368a10bd6f
4
+ data.tar.gz: 46144762e5ac411df9fafb672908ab59446a9fba8b536831543a40b1ffc20253
5
5
  SHA512:
6
- metadata.gz: 79946dcc62b82f09f909dd25b241c784d919512c66b58ba55a02d6191af343a1e01a911c32d0a2a1ba937f67fb457c123fb230cd867a6b3ffbc9aae25e65ce06
7
- data.tar.gz: e54b6e47a3500d5195b1f184c43ec5cbe620e1b4ebe1de61fd12d5acf501163b248931ed4ec9de4a6e66ab368507b75a6de1db314ade179072914f3730bf6ab7
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://api.applivery.io') do |faraday|
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
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Applivery
3
- VERSION = "2.2.2"
3
+ VERSION = "2.3.0"
4
4
  end
5
5
  end
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.2.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: 2021-02-05 00:00:00.000000000 Z
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