raygun-apm 1.0.46-universal-darwin → 1.0.49-universal-darwin

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: 10cb3e9bb68193b2981d1a9cc8b12952a2c25bf95f91dda9a61b98396dcec5b8
4
- data.tar.gz: 40c2a8f54ac62da87940c1595a000b1e779e9ba460ec21497e4f32a456458c60
3
+ metadata.gz: a6ee4985c968ef34d9e6c303ad25b11f1e66ac5b4afe9d57f2e045cccd84e7ed
4
+ data.tar.gz: 2283bbb34c45395d865be2cde588127c288d3195ca0f5d744a296580c210e049
5
5
  SHA512:
6
- metadata.gz: 82cba1020def7e3edc02593d73787fd8ad08b37a7605877579db6bbd083335fcf1e51eaab055f0fe3e7c84fbe6fa3c3d99356bd2e7af96c4cbcbd1cf8c957e6b
7
- data.tar.gz: 36d2cb2cf9e968a781b61a6644aa39072a7ea7627fbf54f87cf0ac38afaca77b48ce32c372112cc7a5179f52ebc10b79e0af4533d4eb39edb18022893568a155
6
+ metadata.gz: 7864703c49d89935592ac3efb793bdbaa4a5a492f62b760b062626d66cc4c78dd14b5b38a6eb73b307bca6ec614f33405956ffe04ab702430360fd91eb4fe450
7
+ data.tar.gz: 7fdb9a2dba8f5971282fa3fab7c83558c8ca223b0666843b665a0ae9111fa7f5b1e2c59cc4213c49fed032ee0d758d345d16baf93c8cbbbcca3068030019c203
@@ -145,6 +145,12 @@ module Raygun
145
145
  Mutex_m#
146
146
  ERB#
147
147
  ERB::
148
+ Gem#
149
+ Gem::
150
+ FileUtils#
151
+ FileUtils::
152
+ TempFile#
153
+ TempFile::
148
154
  }
149
155
 
150
156
  HTTP_OUT = %w{
@@ -5,6 +5,7 @@ module Raygun
5
5
  module Apm
6
6
  class Diagnostics
7
7
  AGENT_STATE_DOWN = "The Raygun APM Agent appears to not be running on the current host.\nIf not already installed, please consult https://raygun.com/documentation/product-guides/apm/agent/downloads/\nOtherwise refer to https://raygun.com/documentation/product-guides/apm/agent/installation/ for starting the Agent."
8
+ AGENT_STATE_UNKNOWN = "Unable to determine the state of the Raygun APM Agent."
8
9
  AGENT_STATE_UP_MISCONFIGURED = "The Raygun APM Agent is running, but misconfigured.\nThe API Key needs to be set through the Raygun_ApiKey environment variable.\nThe API key can be found under 'Application Settings' in the Raygun UI"
9
10
  AGENT_STATE_UP_CONFIGURED = "The Raygun APM Agent is configured properly!"
10
11
 
@@ -23,6 +24,8 @@ module Raygun
23
24
  end
24
25
  rescue Errno::ECONNREFUSED
25
26
  puts AGENT_STATE_DOWN
27
+ rescue
28
+ puts AGENT_STATE_UNKNOWN
26
29
  end
27
30
 
28
31
  private
@@ -1,5 +1,5 @@
1
1
  module Raygun
2
2
  module Apm
3
- VERSION = "1.0.46"
3
+ VERSION = "1.0.49"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raygun-apm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.46
4
+ version: 1.0.49
5
5
  platform: universal-darwin
6
6
  authors:
7
7
  - Raygun
8
8
  - Erkki Eilonen
9
- autorequire:
9
+ autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2020-06-29 00:00:00.000000000 Z
12
+ date: 2020-07-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: debase-ruby_core_source
@@ -193,7 +193,7 @@ dependencies:
193
193
  - - "~>"
194
194
  - !ruby/object:Gem::Version
195
195
  version: 2.8.3
196
- description:
196
+ description:
197
197
  email:
198
198
  - support@raygun.com
199
199
  - info@bearmetal.eu
@@ -224,7 +224,7 @@ files:
224
224
  homepage: https://raygun.com/platform/apm
225
225
  licenses: []
226
226
  metadata: {}
227
- post_install_message:
227
+ post_install_message:
228
228
  rdoc_options: []
229
229
  require_paths:
230
230
  - lib
@@ -244,7 +244,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
244
244
  version: '0'
245
245
  requirements: []
246
246
  rubygems_version: 3.1.2
247
- signing_key:
247
+ signing_key:
248
248
  specification_version: 4
249
249
  summary: Raygun application performance monitoring core Profiler
250
250
  test_files: []