raygun-apm 1.0.45-x64-mingw32 → 1.0.46-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/raygun/2.5/raygun_ext.so +0 -0
- data/lib/raygun/2.6/raygun_ext.so +0 -0
- data/lib/raygun/2.7/raygun_ext.so +0 -0
- data/lib/raygun/apm/blacklist.rb +130 -147
- data/lib/raygun/apm/blacklist/parser.rb +1 -1
- data/lib/raygun/apm/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c83e13f6e84ccd2e5f13435704ebe4af854c5f0dbe1937894f80c2222161d313
|
4
|
+
data.tar.gz: 163959b6958b04eb36b1bb2d38e9204030152a11b76231fd919a172b189f1d3c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d226432118cbfe5eb11818d3c10ac8e62d2f4cff5aab1de10fc1dc93eb62e80efa436f4ef1378e47d6cf4f8f2d185b4af743c0ca1970e8e8e95e58b7a3e92b61
|
7
|
+
data.tar.gz: 6b543d52e0fad93967e09c8827cd29b3ed001128911fbf8c01df8e069e30f48ab3041342a54e6f0c1ce9b8fe981605cd1ef0b1e75a3c7689a5ab379be8bf0f63
|
Binary file
|
Binary file
|
Binary file
|
data/lib/raygun/apm/blacklist.rb
CHANGED
@@ -12,156 +12,139 @@ module Raygun
|
|
12
12
|
#<Module:
|
13
13
|
#<Class:
|
14
14
|
#<#<Class:
|
15
|
-
ARGF
|
16
|
-
ArgumentError
|
17
|
-
Array
|
18
|
-
Base64
|
19
|
-
BasicObject
|
20
|
-
Binding
|
21
|
-
Class
|
22
|
-
ClosedQueueError
|
23
|
-
Comparable
|
24
|
-
Complex
|
25
|
-
ConditionVariable
|
26
|
-
Continuation
|
27
|
-
Data
|
28
|
-
Dir
|
29
|
-
ENV
|
30
|
-
EOFError
|
31
|
-
Encoding
|
32
|
-
Encoding::
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
IO::EWOULDBLOCKWaitWritable
|
67
|
-
IO::WaitReadable
|
68
|
-
IO::WaitWritable
|
69
|
-
IOError
|
70
|
-
IndexError
|
71
|
-
Integer
|
72
|
-
Interrupt
|
73
|
-
JSON
|
74
|
-
Kernel
|
75
|
-
KeyError
|
76
|
-
LoadError
|
77
|
-
LocalJumpError
|
78
|
-
Marshal
|
79
|
-
MatchData
|
80
|
-
Math
|
81
|
-
Math::DomainError
|
15
|
+
ARGF#
|
16
|
+
ArgumentError#
|
17
|
+
Array#
|
18
|
+
Base64#
|
19
|
+
BasicObject#
|
20
|
+
Binding#
|
21
|
+
Class#
|
22
|
+
ClosedQueueError#
|
23
|
+
Comparable#
|
24
|
+
Complex#
|
25
|
+
ConditionVariable#
|
26
|
+
Continuation#
|
27
|
+
Data#
|
28
|
+
Dir#
|
29
|
+
ENV#
|
30
|
+
EOFError#
|
31
|
+
Encoding#
|
32
|
+
Encoding::
|
33
|
+
EncodingError#
|
34
|
+
Enumerable#
|
35
|
+
Enumerator#
|
36
|
+
Enumerator::
|
37
|
+
Errno#
|
38
|
+
Exception#
|
39
|
+
FalseClass#
|
40
|
+
Fiber#
|
41
|
+
FiberError#
|
42
|
+
File#
|
43
|
+
File::
|
44
|
+
FileTest#
|
45
|
+
Float#
|
46
|
+
FloatDomainError#
|
47
|
+
FrozenError#
|
48
|
+
GC#
|
49
|
+
GC::Profiler#
|
50
|
+
Hash#
|
51
|
+
IO#
|
52
|
+
IO::
|
53
|
+
IOError#
|
54
|
+
IndexError#
|
55
|
+
Integer#
|
56
|
+
Interrupt#
|
57
|
+
JSON#
|
58
|
+
Kernel#
|
59
|
+
KeyError#
|
60
|
+
LoadError#
|
61
|
+
LocalJumpError#
|
62
|
+
Marshal#
|
63
|
+
MatchData#
|
64
|
+
Math#
|
65
|
+
Math::
|
82
66
|
Method#
|
83
|
-
Module
|
84
|
-
Mutex
|
85
|
-
NameError
|
86
|
-
NilClass
|
87
|
-
NoMemoryError
|
88
|
-
NoMethodError
|
89
|
-
NotImplementedError
|
90
|
-
Numeric
|
91
|
-
Object
|
92
|
-
ObjectSpace
|
93
|
-
ObjectSpace::
|
94
|
-
Proc
|
95
|
-
Process
|
96
|
-
Process::
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
UnboundMethod
|
142
|
-
UncaughtThrowError
|
143
|
-
UnicodeNormalize
|
144
|
-
Warning
|
145
|
-
ZeroDivisionError
|
146
|
-
IPAddr
|
67
|
+
Module#
|
68
|
+
Mutex#
|
69
|
+
NameError#
|
70
|
+
NilClass#
|
71
|
+
NoMemoryError#
|
72
|
+
NoMethodError#
|
73
|
+
NotImplementedError#
|
74
|
+
Numeric#
|
75
|
+
Object#
|
76
|
+
ObjectSpace#
|
77
|
+
ObjectSpace::
|
78
|
+
Proc#
|
79
|
+
Process#
|
80
|
+
Process::
|
81
|
+
Psych#
|
82
|
+
Queue#
|
83
|
+
Random#
|
84
|
+
Random::
|
85
|
+
Range#
|
86
|
+
RangeError#
|
87
|
+
Rational#
|
88
|
+
Regexp#
|
89
|
+
RegexpError#
|
90
|
+
RubyVM#
|
91
|
+
RubyVM::
|
92
|
+
RuntimeError#
|
93
|
+
ScriptError#
|
94
|
+
SecurityError#
|
95
|
+
Set#
|
96
|
+
SimpleDelegator#
|
97
|
+
Signal#
|
98
|
+
SignalException#
|
99
|
+
SizedQueue#
|
100
|
+
Socket#
|
101
|
+
StandardError#
|
102
|
+
StopIteration#
|
103
|
+
String#
|
104
|
+
Struct#
|
105
|
+
Symbol#
|
106
|
+
SyntaxError#
|
107
|
+
SystemCallError#
|
108
|
+
SystemExit#
|
109
|
+
SystemStackError#
|
110
|
+
Thread#
|
111
|
+
Thread::
|
112
|
+
ThreadError#
|
113
|
+
ThreadGroup#
|
114
|
+
Timeout
|
115
|
+
Time#
|
116
|
+
TracePoint#
|
117
|
+
TrueClass#
|
118
|
+
TypeError#
|
119
|
+
UnboundMethod#
|
120
|
+
UncaughtThrowError#
|
121
|
+
UnicodeNormalize#
|
122
|
+
Warning#
|
123
|
+
ZeroDivisionError#
|
124
|
+
IPAddr#
|
147
125
|
Net::
|
148
|
-
OpenSSL
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
126
|
+
OpenSSL#
|
127
|
+
OpenSSL::
|
128
|
+
BasicSocket#
|
129
|
+
Forwardable#
|
130
|
+
Gem#
|
131
|
+
FFI#
|
132
|
+
Addrinfo#
|
133
|
+
Open3#
|
134
|
+
Shellwords#
|
135
|
+
WeakRef#
|
136
|
+
RbConfig#
|
137
|
+
Singleton#
|
138
|
+
OpenStruct#
|
139
|
+
Bundler#
|
140
|
+
Delegator#
|
141
|
+
PrettyPrint#
|
142
|
+
PP#
|
164
143
|
Minitest
|
144
|
+
Psych
|
145
|
+
Mutex_m#
|
146
|
+
ERB#
|
147
|
+
ERB::
|
165
148
|
}
|
166
149
|
|
167
150
|
HTTP_OUT = %w{
|
data/lib/raygun/apm/version.rb
CHANGED
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.
|
4
|
+
version: 1.0.46
|
5
5
|
platform: x64-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-06-
|
12
|
+
date: 2020-06-27 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: debase-ruby_core_source
|