raygun-apm 1.0.39-x64-mingw32 → 1.0.40-x64-mingw32

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: 004601c17480be0fde60d8f516db00a5adb32ad07ec5338642e142e1ab6d19e6
4
- data.tar.gz: de9047a8e2f0eb04170f42a3a2dc7ca5da6ee932d07fe8345e5cd269d1cb0915
3
+ metadata.gz: 5a46888b06e0fed4bf011c3f590c1afbc4fa6b6b3060a5b85d181375dffb4ea7
4
+ data.tar.gz: c00ecfe7f7c23a569a6b578d237fa59786ded7dd7924852f8737b541690f97ae
5
5
  SHA512:
6
- metadata.gz: 9ef512efdb26f2f5df708706a5059c21fd85368edcdc5f324ca8fa2b98daba9dd81ee8528d1be15c92aff366249563694bcdade1f3dcf96c41f5c236c25e717d
7
- data.tar.gz: 716aa3a52618a39032da6c6df8e048bbc3f782c12b9e0780d7c2fcba1c41e501f4bfb807fb0e3942980e549c332b1141a3a5a7869f6cd290861bcbcff2814721
6
+ metadata.gz: bae25dd3332c852efe5dc9dac7c3b34dba123b0c20c4157f8fb06183b2c5685e6317eb34ee5b29e42bcaa5f13b380d3a55b783945aedc3a4018e20e63b698256
7
+ data.tar.gz: 513ffc8f70a92f3cc53716a05a21fd79349c039573ddddf201c5662f14499333c115f9ce0e88836f73c29f7b28bd911598c1d3911e272746ed502f683f64d990
Binary file
Binary file
Binary file
@@ -1,4 +1,5 @@
1
1
  require 'raygun/apm/blacklist'
2
+ require 'rbconfig'
2
3
 
3
4
  module Raygun
4
5
  module Apm
@@ -31,7 +32,7 @@ module Raygun
31
32
  self.log_level = config.loglevel
32
33
  self.environment = config.environment
33
34
  self.api_key = config.proton_api_key
34
- self.register_libraries Bundler.load.specs.map(&:full_gem_path).sort
35
+ self.register_libraries Bundler.load.specs.map(&:full_gem_path).sort << RbConfig::CONFIG['rubylibdir']
35
36
  ObjectSpace.define_finalizer(self, proc{ disable_tracepoints })
36
37
  # Any fails here is kamikaze for the tracer
37
38
  rescue => e
@@ -1,5 +1,5 @@
1
1
  module Raygun
2
2
  module Apm
3
- VERSION = "1.0.39"
3
+ VERSION = "1.0.40"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raygun-apm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.39
4
+ version: 1.0.40
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - Raygun
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2020-05-17 00:00:00.000000000 Z
12
+ date: 2020-05-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: debase-ruby_core_source