raygun-apm 1.1.9-x86-mingw32 → 1.1.10-x86-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: 8a21bebec9a791583a1b93a63d540b7c2e6c828317ef352f732ccc209f6d4bc0
4
- data.tar.gz: d00e7d836cb3124c9cc13173a967b8a40a678c30dbe87c2b5a5ceef772405d73
3
+ metadata.gz: 7cebf18aadb7694f565252acd8b0e03062dcca556ea62572d913deecb186dc5b
4
+ data.tar.gz: 8692d8bd313bbbab40468116951448e39541255d177435b1192201dd1c54a512
5
5
  SHA512:
6
- metadata.gz: bbf386dada4af3f77cc2786bd350e2fce2094c9b1e19f5478595044913b4e0f812deccf7bb14191c577fdf5d67408c247f765a22c2abae3f52e798b5286f89a6
7
- data.tar.gz: f572d84d2a64cdbf6545245d0ea259f9453d12c28735ecdf968961cda7cbd1c2881573b0be937048ac9a0a74b8d94435cd2a78b40afd5f4ce34bf3f9df69ff0c
6
+ metadata.gz: 7978f84c8623d25af49ade021464fe7774a438d877bff5ae4beeb9a46f472b1461ada8bcf7458f853382c1f75e2e2c489197a6133412d21b5538db06f6370c31
7
+ data.tar.gz: 6e2ec2366dd86e3a3e49bdfae16247ae980d0e8ff4a1d2f46a5bd7ee7b8adfe0cee69736809ea52f38bc1c9339e378108b07ac941fb19b8782356832d8655827
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-mingw32
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