raygun-apm 1.0.83-x64-mingw32 → 1.1.1-x64-mingw32
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: 28a4b752e20aa45f6208e4f3293bf20b2c194420347c6f8c7e76980b20cdf67a
|
4
|
+
data.tar.gz: 9ad2f90b3c63069076eab899ef73ef82fc165ab90178a42f60bb3346a7796140
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9353c1afabbe93e0fcf0e58d9cd4a5d513159fe8dd8723ea2ae078d63f64119daf77a5ff2ce608320a70c929e8b8193e6ec8d792ca52a9a258985d73d29800af
|
7
|
+
data.tar.gz: 2df55e2a11b23d2fa99fe82c2663c7e1036dcbc3e41697bdb83ee9488c44be6c4f98bd7797100932ec486c891a0e2fba32ecc45471a7434b4c34ac974512e826
|
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: x64-mingw32
|
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
|