fastlane-plugin-dynatrace 2.0.0 → 2.0.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 58ed6912adbea0ca9a55066716a2aa6dbc22affdac8ad25c4bc93fc0da852682
|
|
4
|
+
data.tar.gz: 3b0b6706d78c1243b2454b432532823a0043e6405aff4501ec15e16bc400d054
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 147aa55c0aef9dc4632fbe355a2a7ed38c864e3830e3e69be6627b0c9a21221f17504dfc7ed31b3734a33f5f75de3b0e358befadfe4acceee09c13fcbcf48c20
|
|
7
|
+
data.tar.gz: 7a683def56df76f503569f417a9691c1042642c3c0a6d588227d7d31379aba11f16f1876f5860dbb3c84a2cea6816aad6dd44544c79dbac022116ef7f793be95
|
|
@@ -59,8 +59,8 @@ module Fastlane
|
|
|
59
59
|
end
|
|
60
60
|
|
|
61
61
|
# only update if a file is missing or the local version is different
|
|
62
|
-
if !(File.
|
|
63
|
-
File.
|
|
62
|
+
if !(File.exist?(versionFilePath) and
|
|
63
|
+
File.exist?(dtxDssClientPath) and
|
|
64
64
|
File.read(versionFilePath) == remoteClientUrl and
|
|
65
65
|
File.size(dtxDssClientPath) > 0)
|
|
66
66
|
updatedClient = false
|
|
@@ -195,7 +195,7 @@ module Fastlane
|
|
|
195
195
|
def self.check_fallback_or_raise(fallback_client, error)
|
|
196
196
|
UI.important "If this error persists create an issue on our Github project (https://github.com/Dynatrace/fastlane-plugin-dynatrace/issues) or contact our support at https://www.dynatrace.com/support/contact-support/."
|
|
197
197
|
UI.important error
|
|
198
|
-
if File.
|
|
198
|
+
if File.exist?(fallback_client) and File.size(fallback_client) > 0
|
|
199
199
|
UI.important "Using cached client: #{fallback_client}"
|
|
200
200
|
else
|
|
201
201
|
UI.important "No cached fallback found."
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-dynatrace
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dynatrace LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-05-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pry
|