raygun-apm 1.1.9-x86_64-linux → 1.1.10-x86_64-linux

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: 558377a4f7b6a8db270da8f6dabf76a17fa22c7d894fc1c7d04ade52e96b6bf9
4
- data.tar.gz: 71bc8591eb1b5d6d5e532d84e906837e3543bb5e7fa36e809770f1acb6001b53
3
+ metadata.gz: 9899c704b83082a4464e08beef065cf11bc3af3cbdce1bbcf9baee6f458cc50f
4
+ data.tar.gz: c5ffeeaca7ae073a268fea1215d5dc25b7f6d8fc9b0167f1dd1f2626a4feb2fe
5
5
  SHA512:
6
- metadata.gz: 6d64a09e5928e41dde7558049b92324f1d183c181482662341a23ab7e8bac0c51f322fe8364715547be150931c9faf313c571653557f0839271a6b844c07a991
7
- data.tar.gz: 408fa6b11bf1ca27695670e3b84484230b5adb4c02680e6bf13fb80d41ebc37ebd7cbcc14b818898677e733bb4220d0d60db3a5e660f5c3f71e347985ac1959a
6
+ metadata.gz: 31d8d894e0451b798494ec0eaee57a59b7b967188b4ca9994566e066715b6e29c2da2e9636e29defd53f86a79a49ff42c5cd29e5060ce9e2d3701b7541ccbbc1
7
+ data.tar.gz: ecea89b76da510c2001e14a36a5ff535976270a38ec68049cca7ff755d01f3b7f745d1275f8f735b743ac355e5322f262dde21e0b156adb68177f316191859ab
Binary file
Binary file
Binary file
Binary file
@@ -4,8 +4,14 @@ require 'rbconfig'
4
4
  module Raygun
5
5
  module Apm
6
6
  class Tracer
7
+ @__mutex = Mutex.new
8
+
7
9
  @__pids ||= {}
8
10
  class << self
11
+ def synchronize(&block)
12
+ @__mutex.synchronize { block.call }
13
+ end
14
+
9
15
  def instance
10
16
  @__pids[Process.pid]
11
17
  end
@@ -1,6 +1,6 @@
1
1
  module Raygun
2
2
  module Apm
3
- VERSION = "1.1.9"
3
+ VERSION = "1.1.10"
4
4
  MINIMUM_AGENT_VERSION = "1.0.1190.0"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raygun-apm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.9
4
+ version: 1.1.10
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Raygun Limited
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-13 00:00:00.000000000 Z
11
+ date: 2022-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: debase-ruby_core_source