raygun-apm 1.0.81-x86-linux → 1.1.3-x86-linux
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/COPYING.rax +9 -0
- data/LICENSE +4 -1
- data/LICENSE.bipbuffer +24 -0
- data/README.rdoc +1 -0
- data/ext/raygun/extconf.rb +2 -0
- 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/3.0/raygun_ext.so +0 -0
- data/lib/raygun/apm/blacklist.rb +3 -0
- data/lib/raygun/apm/version.rb +1 -1
- data/raygun-apm.gemspec +6 -6
- metadata +17 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 97c488de90279b9a68d29a2f1ea27778cedc86651560df2ea0a10268d745e3dd
|
4
|
+
data.tar.gz: d3e75bb3909ba623bf55ecee8d46dbf4cdec0c8f0b023dcc25d062aa2f0d1f1b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff11046aeb6c44da27bd5ae25edd4ae2faf7d35201e1b4ab90ab9bcc5910b4502b521b8d7b4a7103ee2336af7425b050417a0213cdf65b20e31f199fa8329c5d
|
7
|
+
data.tar.gz: 7d565f52ecd589aaef84d539fd40363363de0ae24ca1757a5dde41a476f07133853d3587a1bf546f46f98008e08ec279e9180ad014e5344104609a2624c7a57e
|
data/COPYING.rax
ADDED
@@ -0,0 +1,9 @@
|
|
1
|
+
Copyright (c) 2017, Salvatore Sanfilippo <antirez@gmail.com>
|
2
|
+
All rights reserved.
|
3
|
+
|
4
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
5
|
+
|
6
|
+
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
7
|
+
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
8
|
+
|
9
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
data/LICENSE
CHANGED
@@ -21,4 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
21
|
SOFTWARE.
|
22
22
|
|
23
23
|
This software bundles Rax, an open source project, released under the BSD two
|
24
|
-
clause license here https://github.com/antirez/rax/blob/master/COPYING
|
24
|
+
clause license here https://github.com/antirez/rax/blob/master/COPYING
|
25
|
+
|
26
|
+
This software also bundles bipbuffer, an open source project, released under
|
27
|
+
the BSD license here https://github.com/willemt/bipbuffer/blob/master/LICENSE
|
data/LICENSE.bipbuffer
ADDED
@@ -0,0 +1,24 @@
|
|
1
|
+
Copyright (c) 2011, Willem-Hendrik Thiart
|
2
|
+
All rights reserved.
|
3
|
+
|
4
|
+
Redistribution and use in source and binary forms, with or without
|
5
|
+
modification, are permitted provided that the following conditions are met:
|
6
|
+
* Redistributions of source code must retain the above copyright
|
7
|
+
notice, this list of conditions and the following disclaimer.
|
8
|
+
* Redistributions in binary form must reproduce the above copyright
|
9
|
+
notice, this list of conditions and the following disclaimer in the
|
10
|
+
documentation and/or other materials provided with the distribution.
|
11
|
+
* The names of its contributors may not be used to endorse or promote
|
12
|
+
products derived from this software without specific prior written
|
13
|
+
permission.
|
14
|
+
|
15
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
16
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
17
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
18
|
+
DISCLAIMED. IN NO EVENT SHALL WILLEM-HENDRIK THIART BE LIABLE FOR ANY
|
19
|
+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
20
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
21
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
22
|
+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
23
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
24
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
data/README.rdoc
CHANGED
data/ext/raygun/extconf.rb
CHANGED
@@ -21,6 +21,8 @@ append_cflags '-pedantic'
|
|
21
21
|
append_cflags '-Wall'
|
22
22
|
append_cflags '-Werror=switch'
|
23
23
|
append_cflags '-std=c99'
|
24
|
+
append_cflags '-fdeclspec'
|
25
|
+
append_cflags '-fms-extensions'
|
24
26
|
# Enables additional flags, stack protection and debug symbols
|
25
27
|
if ENV['DEBUG']
|
26
28
|
have_library 'ssp'
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/raygun/apm/blacklist.rb
CHANGED
@@ -148,6 +148,7 @@ module Raygun
|
|
148
148
|
PrettyPrint#
|
149
149
|
PP#
|
150
150
|
PP::
|
151
|
+
PP#sharing_detection
|
151
152
|
PrettyPrint#
|
152
153
|
PrettyPrint::
|
153
154
|
Minitest
|
@@ -163,6 +164,8 @@ module Raygun
|
|
163
164
|
Tempfile::
|
164
165
|
Logger#
|
165
166
|
Logger::
|
167
|
+
Ractor#
|
168
|
+
Ractor::
|
166
169
|
}
|
167
170
|
|
168
171
|
INTERNALS = %w{
|
data/lib/raygun/apm/version.rb
CHANGED
data/raygun-apm.gemspec
CHANGED
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
12
12
|
spec.homepage = "https://raygun.com/platform/apm"
|
13
13
|
spec.license = "MIT"
|
14
14
|
|
15
|
-
spec.files = Dir['README.rdoc', 'raygun-apm.gemspec', 'LICENSE', 'lib/**/*', 'bin/**/*'].reject { |f| f.match(/raygun_ext\./) }
|
15
|
+
spec.files = Dir['README.rdoc', 'raygun-apm.gemspec', 'LICENSE', 'LICENSE.bipbuffer', 'COPYING.rax', 'lib/**/*', 'bin/**/*'].reject { |f| f.match(/raygun_ext\./) }
|
16
16
|
spec.files += Dir['lib/raygun/**/{2}*/raygun_ext.*']
|
17
17
|
spec.bindir = "bin"
|
18
18
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
@@ -24,11 +24,11 @@ Gem::Specification.new do |spec|
|
|
24
24
|
spec.required_ruby_version = '>= 2.5.0'
|
25
25
|
|
26
26
|
spec.add_development_dependency "debase-ruby_core_source", "~> 0.10.9"
|
27
|
-
spec.add_development_dependency "bundler", "~> 2.
|
28
|
-
spec.add_development_dependency "rake", "~>
|
29
|
-
spec.add_development_dependency "minitest", "~> 5.
|
30
|
-
spec.add_development_dependency "rake-compiler", "~> 1.1.
|
31
|
-
spec.add_development_dependency "rake-compiler-dock", "~> 1.0
|
27
|
+
spec.add_development_dependency "bundler", "~> 2.2.15"
|
28
|
+
spec.add_development_dependency "rake", "~> 13.0.3"
|
29
|
+
spec.add_development_dependency "minitest", "~> 5.14.4"
|
30
|
+
spec.add_development_dependency "rake-compiler", "~> 1.1.1"
|
31
|
+
spec.add_development_dependency "rake-compiler-dock", "~> 1.1.0"
|
32
32
|
spec.add_development_dependency "benchmark_driver", "~> 0.15.9"
|
33
33
|
spec.add_development_dependency "faraday", "~> 1.0.1"
|
34
34
|
spec.add_development_dependency "multipart-post", "~> 2.1.1"
|
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.
|
4
|
+
version: 1.1.3
|
5
5
|
platform: x86-linux
|
6
6
|
authors:
|
7
7
|
- Raygun Limited
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-06-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: debase-ruby_core_source
|
@@ -30,70 +30,70 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 2.
|
33
|
+
version: 2.2.15
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 2.
|
40
|
+
version: 2.2.15
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: rake
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version:
|
47
|
+
version: 13.0.3
|
48
48
|
type: :development
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version:
|
54
|
+
version: 13.0.3
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: minitest
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
59
|
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version:
|
61
|
+
version: 5.14.4
|
62
62
|
type: :development
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version:
|
68
|
+
version: 5.14.4
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: rake-compiler
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 1.1.
|
75
|
+
version: 1.1.1
|
76
76
|
type: :development
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 1.1.
|
82
|
+
version: 1.1.1
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: rake-compiler-dock
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
87
|
- - "~>"
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: 1.0
|
89
|
+
version: 1.1.0
|
90
90
|
type: :development
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - "~>"
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version: 1.0
|
96
|
+
version: 1.1.0
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: benchmark_driver
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
@@ -214,7 +214,9 @@ executables: []
|
|
214
214
|
extensions: []
|
215
215
|
extra_rdoc_files: []
|
216
216
|
files:
|
217
|
+
- COPYING.rax
|
217
218
|
- LICENSE
|
219
|
+
- LICENSE.bipbuffer
|
218
220
|
- README.rdoc
|
219
221
|
- bin/console
|
220
222
|
- bin/raygun-diagnostics
|
@@ -223,6 +225,7 @@ files:
|
|
223
225
|
- lib/raygun/2.5/raygun_ext.so
|
224
226
|
- lib/raygun/2.6/raygun_ext.so
|
225
227
|
- lib/raygun/2.7/raygun_ext.so
|
228
|
+
- lib/raygun/3.0/raygun_ext.so
|
226
229
|
- lib/raygun/apm.rb
|
227
230
|
- lib/raygun/apm/blacklist.rb
|
228
231
|
- lib/raygun/apm/blacklist/parser.rb
|
@@ -255,14 +258,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
255
258
|
version: '2.5'
|
256
259
|
- - "<"
|
257
260
|
- !ruby/object:Gem::Version
|
258
|
-
version:
|
261
|
+
version: 3.1.dev
|
259
262
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
260
263
|
requirements:
|
261
264
|
- - ">="
|
262
265
|
- !ruby/object:Gem::Version
|
263
266
|
version: '0'
|
264
267
|
requirements: []
|
265
|
-
rubygems_version: 3.
|
268
|
+
rubygems_version: 3.2.3
|
266
269
|
signing_key:
|
267
270
|
specification_version: 4
|
268
271
|
summary: Raygun application performance monitoring core Profiler
|