raygun-apm 1.0.0-universal-darwin → 1.0.1-universal-darwin
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5839aa33c82fca7a0b5a695988c1d6803878afa0ba352def3e9dd950b992cca7
|
4
|
+
data.tar.gz: a2e90b2f1783b5b66d5434152dfb7a555772b768ba650e86d11e60e1fe404427
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dbf85765213d531e8f68b4b8b2d8b2edd514bb1cb15553f5cdefbce692a7fb6aeec709d8037fb50b6abb4852d923b61c4519cc9959be89c8705d3a95bf5f1004
|
7
|
+
data.tar.gz: e16398a988e37575856c65cfad5d615c4028169d456ee2c7af1570a980a680698282bae6eca7e4eb3b4080c465a4b8820ebdbe14f506c3a077ac1397b6d4d180
|
Binary file
|
Binary file
|
Binary file
|
data/lib/raygun/apm/blacklist.rb
CHANGED
@@ -10,6 +10,7 @@ module Raygun
|
|
10
10
|
#<refinement:
|
11
11
|
#<Module:
|
12
12
|
#<Class:
|
13
|
+
#<#<Class:
|
13
14
|
ARGF
|
14
15
|
ArgumentError
|
15
16
|
Array
|
@@ -117,6 +118,7 @@ module Raygun
|
|
117
118
|
Signal
|
118
119
|
SignalException
|
119
120
|
SizedQueue
|
121
|
+
Socket
|
120
122
|
StandardError
|
121
123
|
StopIteration
|
122
124
|
String
|
data/lib/raygun/apm/version.rb
CHANGED
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.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: universal-darwin
|
6
6
|
authors:
|
7
7
|
- Erkki Eilonen
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-02-
|
11
|
+
date: 2020-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: debase-ruby_core_source
|