raygun-apm 1.0.83-x86-linux → 1.1.1-x86-linux
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +9 -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/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: 415249fcff222b267268c46272194c33b48d6b587468d1028eb934270aa196da
|
4
|
+
data.tar.gz: dd4252bd19c1b09b74cddbb9b060990eb124e3b9c414555cf6ca9e2fb5495bee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8ba2f80311893b0c994b6e7697a5e55a837c3ff8511b3ec43dce0be3371d2e0ac983cb6c5c4aa58ce75755223a34fd9f37568df58ab6437f8d936fa27a9aef21
|
7
|
+
data.tar.gz: 61d502719ba0c4337b957c978bbd66b8705e753d13ee88c04b346f295d66ec4d49d7eda224872b2e0d5615fc52a88e9694c270a13f7ccfba5b2610aa64b1a5ad
|
data/LICENSE
CHANGED
@@ -1,6 +1,12 @@
|
|
1
|
+
<<<<<<< HEAD
|
2
|
+
MIT License
|
3
|
+
|
4
|
+
Copyright (c) 2021 Raygun
|
5
|
+
=======
|
1
6
|
The MIT License (MIT)
|
2
7
|
|
3
8
|
Copyright (c) 2021 Raygun Limited
|
9
|
+
>>>>>>> Open Source the profiler
|
4
10
|
|
5
11
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
12
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -19,9 +25,12 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
25
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
26
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
27
|
SOFTWARE.
|
28
|
+
<<<<<<< HEAD
|
29
|
+
=======
|
22
30
|
|
23
31
|
This software bundles Rax, an open source project, released under the BSD two
|
24
32
|
clause license here https://github.com/antirez/rax/blob/master/COPYING
|
25
33
|
|
26
34
|
This software also bundles bipbuffer, an open source project, released under
|
27
35
|
the BSD license here https://github.com/willemt/bipbuffer/blob/master/LICENSE
|
36
|
+
>>>>>>> Open Source the profiler
|
Binary file
|
Binary file
|
Binary file
|
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.
|
4
|
+
version: 1.1.1
|
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-05-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: debase-ruby_core_source
|