fastlane-plugin-pgyer 0.2.7 → 0.2.8
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d1b63cb189966ff6893098dcd7b8720dee79ad87ba3d50ffc05b5eae6559673a
|
|
4
|
+
data.tar.gz: 74f4bd228aad0cd218ba9d8dff1b705c293f8b9e36580d01c78a437d0eae49d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9ef5ffa5c621a464240cfad1a8f436d8bfb4e9bc44719315a83168c826c0b39b13b189a971686f893ad8173f63be7bbb2a4317af9c16c29dea9ac55eb20c1e43
|
|
7
|
+
data.tar.gz: 0ebbd2dc74d1c2df1b04fa2a6a5dad5f9c1e950bf443be98c96e9e00f44d4e06e61e733981dd8582b079c53e97563f7bf6c2d08efbe2c32d9e9f11bc0cc150f0
|
|
@@ -73,7 +73,7 @@ module Fastlane
|
|
|
73
73
|
},
|
|
74
74
|
}
|
|
75
75
|
|
|
76
|
-
api_host = "https://www.
|
|
76
|
+
api_host = "https://www.pgyer.com/apiv2/app"
|
|
77
77
|
|
|
78
78
|
pgyer_client = Faraday.new(nil, conn_options) do |c|
|
|
79
79
|
c.request :multipart
|
|
@@ -243,7 +243,7 @@ module Fastlane
|
|
|
243
243
|
if shortUrl.nil? || shortUrl == ""
|
|
244
244
|
shortUrl = info["data"]["buildKey"]
|
|
245
245
|
end
|
|
246
|
-
info["data"]["fastlaneAddedWholeVisitUrl"] = "https://www.
|
|
246
|
+
info["data"]["fastlaneAddedWholeVisitUrl"] = "https://www.pgyer.com/#{shortUrl}"
|
|
247
247
|
UI.success "Upload success. Visit this URL to see: #{info["data"]["fastlaneAddedWholeVisitUrl"]}"
|
|
248
248
|
return info["data"]
|
|
249
249
|
elsif code == 1246 || code == 1247
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-pgyer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- rexshi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-11-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|