raygun-apm 1.0.81-universal-darwin → 1.1.3-universal-darwin

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c1997dcf776d8141dadf14b6dcb88d18cdf1b56015192d958501f2a3bfeecb5c
4
- data.tar.gz: c0d33d9b952e18631dfdea1f6ad308d9d98bd1cd191076e4fec3cf6a8d9efacc
3
+ metadata.gz: 0a086bb2286b0516176e50bfd8f2a3f655270fc1c8e2af8e8908f2c04967b479
4
+ data.tar.gz: 6f3f73f9a41c471f49b5fef0b1d952ce24d0c59248ce56ee890351288a67ab3e
5
5
  SHA512:
6
- metadata.gz: 7f22a1c520bcfc846cbb2fb281dffde68de95a73a775c356f3cd523cbdb187802c842439461188a9af3cf2d4eba861580d17a1100e476ee1739ee1da0dd5b138
7
- data.tar.gz: 26bf04565fd2a26861423b3d6a1a2cfda440c36338fa41148d47a1e550ae7640933d7ba1d8cce313e5e16af1ab4ca8f67266f020704466acf5b389941c04a06e
6
+ metadata.gz: b873590c9bf1ba60a0d6ce6fe4cd3d88c74f3833c9eb841aaf25a8ddc12df2115052f463c9e6bf9ec9592b500a40ef856b9499238855a9d6e695f0e87dffb028
7
+ data.tar.gz: 61b48db4180574fdd7ddb700074d323a41ce5132855cee90bd1fa5e84b19c5d46398086d18941ec797fbae02e7ce290bccfae8085aeb52523aa07655134e2232
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
@@ -21,6 +21,7 @@ The profiler only supports CRuby, also known as Matz's Ruby Interpreter (MRI).
21
21
  * 2.5.x
22
22
  * 2.6.x
23
23
  * 2.7.x
24
+ * 3.0.x
24
25
 
25
26
  {Contact us}[https://raygun.com/about/contact] to support other Ruby versions.
26
27
 
@@ -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
@@ -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{
@@ -1,6 +1,6 @@
1
1
  module Raygun
2
2
  module Apm
3
- VERSION = "1.0.81"
3
+ VERSION = "1.1.3"
4
4
  MINIMUM_AGENT_VERSION = "1.0.1190.0"
5
5
  end
6
6
  end
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.1.2"
28
- spec.add_development_dependency "rake", "~> 12.0"
29
- spec.add_development_dependency "minitest", "~> 5.0"
30
- spec.add_development_dependency "rake-compiler", "~> 1.1.0"
31
- spec.add_development_dependency "rake-compiler-dock", "~> 1.0.1"
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.0.81
4
+ version: 1.1.3
5
5
  platform: universal-darwin
6
6
  authors:
7
7
  - Raygun Limited
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-30 00:00:00.000000000 Z
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.1.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.1.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: '12.0'
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: '12.0'
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: '5.0'
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: '5.0'
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.0
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.0
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.1
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.1
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.bundle
224
226
  - lib/raygun/2.6/raygun_ext.bundle
225
227
  - lib/raygun/2.7/raygun_ext.bundle
228
+ - lib/raygun/3.0/raygun_ext.bundle
226
229
  - lib/raygun/apm.rb
227
230
  - lib/raygun/apm/blacklist.rb
228
231
  - lib/raygun/apm/blacklist/parser.rb
@@ -255,7 +258,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
255
258
  version: '2.5'
256
259
  - - "<"
257
260
  - !ruby/object:Gem::Version
258
- version: 2.8.dev
261
+ version: 3.1.dev
259
262
  required_rubygems_version: !ruby/object:Gem::Requirement
260
263
  requirements:
261
264
  - - ">="