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: c236c8f7da15577b17f9c2515214671eb4e95c1f4cc5c1891105cc7ade2a59b2
4
- data.tar.gz: 4725bb74807832a320be5c4fb6aaf1b29bd6de7e3cfd4880fc1931e6dcb02589
3
+ metadata.gz: 58ed6912adbea0ca9a55066716a2aa6dbc22affdac8ad25c4bc93fc0da852682
4
+ data.tar.gz: 3b0b6706d78c1243b2454b432532823a0043e6405aff4501ec15e16bc400d054
5
5
  SHA512:
6
- metadata.gz: 5897a23dec9c27f728c55b4de5ff3ffab050a272a2825fdf066717417fcda7d88687792d4179ad0c53b0553acc659461eaf21141b6f6617b5f005796941a171c
7
- data.tar.gz: e36ce10fc9a35a563992c3e675999377073b6641f6b3325427838c79e00941d19e6f27b50fc55e68310d260fd747a05cfdd4fcad560df4080c68df841d016229
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.exists?(versionFilePath) and
63
- File.exists?(dtxDssClientPath) and
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.exists?(fallback_client) and File.size(fallback_client) > 0
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."
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Dynatrace
3
- VERSION = "2.0.0"
3
+ VERSION = "2.0.1"
4
4
  end
5
5
  end
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.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-04-04 00:00:00.000000000 Z
11
+ date: 2023-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry