raygun-apm 1.0.7-x86-linux → 1.0.8-x86-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: 62e75db77cf9d46b2db4f4fdd72fc62c5c3cf21ae7d0aef6582cf749068a2919
4
- data.tar.gz: 79b00ac0a4f59ffbacdba67da18f9ad605d7e88d660ca586fc48820ebfdabf87
3
+ metadata.gz: 91e6645c71922700cd367641735086cb6c68b4bd216360ff07ba63639b3fb6fc
4
+ data.tar.gz: a32677bc9aca8adf1e9a7737cdbb6bed7ec009be9d57778884caac7ebd740828
5
5
  SHA512:
6
- metadata.gz: 4a3dc327604ac9ee37f44d608d4a4c41337c205ccaf4b1135554f21ebdb0f40cdc9844ab4beafb8cc976572957d8a35d9f0e4971ee8a9e81c3a42758c76e6bfa
7
- data.tar.gz: 27ceaf290bdade89205079713a15e054c4742470fd57b3455ff10f288f8db0c898391649ed24c61e380a80f6ac3485726beefb2560252f108e86518b17f80ab4
6
+ metadata.gz: a79b964cbd29d1b755dd3e9d74dbfca409ff37053e707507f46757a3456753e515ac63e33e07a40d41ea4b344430bb97c1397391192fc731c72d1c68ce47a6d7
7
+ data.tar.gz: 7152e1eac48450a53417ebfda181e327c9e3745620fe2c2b74e0e0067b830170ee07d38a3fba3cc02f83b07d41977d353f5773f69ed2fe10a22445755d8a0bfe
Binary file
Binary file
Binary file
@@ -149,6 +149,8 @@ module Raygun
149
149
  Forwardable
150
150
  Gem
151
151
  FFI
152
+ Addrinfo
153
+ Webpacker
152
154
  }
153
155
 
154
156
  def self.extend_with(list)
@@ -1,5 +1,5 @@
1
1
  module Raygun
2
2
  module Apm
3
- VERSION = "1.0.7"
3
+ VERSION = "1.0.8"
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.7
4
+ version: 1.0.8
5
5
  platform: x86-linux
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-29 00:00:00.000000000 Z
12
+ date: 2020-03-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: debase-ruby_core_source