fastlane-plugin-upload_to_gitlab 0.1.0 → 0.1.1

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
  SHA256:
3
- metadata.gz: deb942421bcb8b7c01cdd914d4022a7f081a654462c090fb0df5bfc98a86bdf4
4
- data.tar.gz: 88808b488610075e0a7bfe5bdccabd9602228f155f4d468709a13dc27fa3c70d
3
+ metadata.gz: 31710952535385c234ecae9220fe6b28d1b979cb4366e39161c929f8c6654960
4
+ data.tar.gz: 9f4422ab6b224990378f4f8ab4210f459a89fdbf717a41fc248c72bd94433edd
5
5
  SHA512:
6
- metadata.gz: 67b9678664e752c263a7f024192bf6498b4055d3ea8cbda7773b04da6663aafa337f20001a285c21624061701b65138bfa98a3f0741b3220c5973236559902c4
7
- data.tar.gz: 3e56c4853345e8bab6bc01857ef877b51c27a8d178eb6344d759f3fe67c1862444a71d2c795a3195641c19ececfe37388756574ea768d669e08b3b203a04cd58
6
+ metadata.gz: e30b6b891c6c95863ce619186eadb930b58163ced41a664a1a5886bb608a4368278ac547899dd7f75817a694e51cd4ef48d055afa97bb04d80bf182df6c3e164
7
+ data.tar.gz: 6c01999362607d425870a616c4dcb7518204418280ddefc02e069e7ac1905d256238ebd2dd2e9449b7785abef3240a5fe6ce3b8098501e4a9694c7cf4a95d17f
@@ -35,7 +35,7 @@ module Fastlane
35
35
  when Net::HTTPRedirection
36
36
  make_request(http, res["Location"], &block)
37
37
  else
38
- UI.crash!("Error making request #{req} due to #{res}")
38
+ UI.crash!("Error making request #{req.method} #{req.uri} #{req.path} due to #{res.inspect}")
39
39
  end
40
40
  end
41
41
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module UploadToGitlab
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-upload_to_gitlab
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hackintosh 5
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-26 00:00:00.000000000 Z
11
+ date: 2022-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler