fastlane-plugin-waldo 3.1.0 → 3.2.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: dd1dc057170631344e00479670d7a24783fb646ed259d6c3dd24c70b03a0778f
4
- data.tar.gz: e7cf97ce2e4ab0035ef472eb0c4e9eb28146afcfe421810101cf4e73972e646d
3
+ metadata.gz: 8382365c0ea6f5bbeb6bf55302d06ff08b9c2b58f20b70a65a7519b6c6b19a7d
4
+ data.tar.gz: 6e9cadfb12cea129d362cda805ced4e6b3bb96b4b075af5345ce794f886d6b88
5
5
  SHA512:
6
- metadata.gz: 450c1adf34a74785d8e13db163a59f5e806e6d3eb2e8779a83e19e78e61a15d41ef80b20270da18ce2041befe304a0d4ac23062ee3a16c4c1bc9639adcac2a08
7
- data.tar.gz: 705cc3019a2dfcb221b0d1084a7a1c30014bbafceb534532d806b8badb6a12cba6395076d84cc4aad276bfd44ee1907f5d149b069636185f6c6a584863b8d057
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-cli/releases/latest/download/'
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
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Waldo
3
- VERSION = "3.1.0"
3
+ VERSION = "3.2.0"
4
4
  end
5
5
  end
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.1.0
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-13 00:00:00.000000000 Z
11
+ date: 2022-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler