raygun-apm 1.0.5-x86-mingw32 → 1.0.6-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: 50b2465f421acd4f69788172dda300140c9f5e67e05458f5cc37615777815da8
4
- data.tar.gz: 03e7360c95f3522262547632ccf35a27e40f3cdfeacae64c06964dcf2b0bd6f9
3
+ metadata.gz: 3428c896af75f852862f7e162aa478356bdd180daa4d2e11fb070553647f6609
4
+ data.tar.gz: 9e3820711deb001bcb9e525670c65341d32296b708fa46700d405044b68cbe43
5
5
  SHA512:
6
- metadata.gz: b061d518326f9d18582fd83f3919913a57d278fc0f2d05f6881c65b5a2a3cf80a595c4da95af19d8f897416d2fa70ca0e87fb63c7c4c6aeb213007d6f470e60b
7
- data.tar.gz: 2b7e214c5314fd988c347ae10e1774c87363dfa87fba68f546a72c4e2bb61350a0c19428e71f312615aeb64c80a6b48c09aa00063e942f392478e59008adf957
6
+ metadata.gz: 80febd4375d662c9764b9829c33834dcaa897965e496752befce5f7c849594fcf53c07c233710f06128ab373341bbf535520ec85bd568bfd8732b6c53ac6dfed
7
+ data.tar.gz: 8b931db067e97e28f1f9e09a91d42f1c3419be3e891cbdf851c957cc180a5e19e04b2681ed86785ec0cb2b304cd01d3377b85e662f2eb9b0dc0d3e0162d66160
Binary file
Binary file
Binary file
@@ -146,6 +146,9 @@ module Raygun
146
146
  Net::
147
147
  OpenSSL
148
148
  BasicSocket
149
+ Forwardable
150
+ Gem
151
+ FFI
149
152
  }
150
153
 
151
154
  def self.extend_with(list)
@@ -1,5 +1,5 @@
1
1
  module Raygun
2
2
  module Apm
3
- VERSION = "1.0.5"
3
+ VERSION = "1.0.6"
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.5
4
+ version: 1.0.6
5
5
  platform: x86-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-02-27 00:00:00.000000000 Z
12
+ date: 2020-02-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: debase-ruby_core_source