fastlane-plugin-waldo 3.1.0 → 3.2.0
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: 8382365c0ea6f5bbeb6bf55302d06ff08b9c2b58f20b70a65a7519b6c6b19a7d
|
|
4
|
+
data.tar.gz: 6e9cadfb12cea129d362cda805ced4e6b3bb96b4b075af5345ce794f886d6b88
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c53abad57353855c54c9dec994b3af36234db443df0552c7a8e3e9fe7e52d1414359b3dd5f59bcb445d9dfeabf457ab1a52eac891ba5f9a0dd78a604b9e875ff
|
|
7
|
+
data.tar.gz: 2baeb36edcc08caf4a51318eb6d6d9b0566ba9bfdfc035b8cb5c3a2378474b7c17788951792664ba0d0bfb7b08df3dfa76b0d4823f5fb7b67eb8b7f10a7201fa
|
|
@@ -27,7 +27,7 @@ module Fastlane
|
|
|
27
27
|
UI.error("Unsupported platform: #{platform}")
|
|
28
28
|
end
|
|
29
29
|
|
|
30
|
-
"waldo-#{os}-#{arch}#{ext}"
|
|
30
|
+
"waldo-agent-#{os}-#{arch}#{ext}"
|
|
31
31
|
end
|
|
32
32
|
|
|
33
33
|
def self.download(uri, path)
|
|
@@ -56,11 +56,11 @@ module Fastlane
|
|
|
56
56
|
def self.download_binary
|
|
57
57
|
asset_name = determine_asset_name
|
|
58
58
|
|
|
59
|
-
uri_string = 'https://github.com/waldoapp/waldo-go-
|
|
59
|
+
uri_string = 'https://github.com/waldoapp/waldo-go-agent/releases/latest/download/'
|
|
60
60
|
|
|
61
61
|
uri_string += asset_name
|
|
62
62
|
|
|
63
|
-
binary_path = File.join(Dir.tmpdir, 'waldo')
|
|
63
|
+
binary_path = File.join(Dir.tmpdir, 'waldo-agent')
|
|
64
64
|
|
|
65
65
|
download(URI(uri_string), binary_path)
|
|
66
66
|
|
|
@@ -134,7 +134,7 @@ module Fastlane
|
|
|
134
134
|
|
|
135
135
|
command = []
|
|
136
136
|
|
|
137
|
-
command << "WALDO_WRAPPER_NAME_OVERRIDE='Fastlane'"
|
|
137
|
+
command << "WALDO_WRAPPER_NAME_OVERRIDE='Waldo Fastlane Plugin'"
|
|
138
138
|
command << "WALDO_WRAPPER_VERSION_OVERRIDE='#{Fastlane::Waldo::VERSION}'"
|
|
139
139
|
|
|
140
140
|
command << download_binary.shellescape
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-waldo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- John Pusey
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-04-
|
|
11
|
+
date: 2022-04-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|