raygun-apm 1.1.1-x64-mingw32 → 1.1.2-x64-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/LICENSE +0 -9
- 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: 75a52d64b54b741aa2ec57d6dde04a0a3b029303a09c9b7fba58ebbf2c8d04bc
|
4
|
+
data.tar.gz: 8fcdf76ee41ee2fdc1501f8218381b2a665ecf3c1fca3133cb318cef04ec2730
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b44e1e4647e0bd4fff6035e800a17d6bce5bea4d7131b263f4b7120987f725e077cf803618179a52e1b836929a8ca56dd2dabd12c81a607000b3050f6db445f
|
7
|
+
data.tar.gz: d5b59d47bdb64d1da78bb54dfc74749271440825584f5650870b166ffb21cd9d80847c62029f39425f46236f2b7cbdac081996cd2992939cd50484a9a5cee1cb
|
data/LICENSE
CHANGED
@@ -1,12 +1,6 @@
|
|
1
|
-
<<<<<<< HEAD
|
2
|
-
MIT License
|
3
|
-
|
4
|
-
Copyright (c) 2021 Raygun
|
5
|
-
=======
|
6
1
|
The MIT License (MIT)
|
7
2
|
|
8
3
|
Copyright (c) 2021 Raygun Limited
|
9
|
-
>>>>>>> Open Source the profiler
|
10
4
|
|
11
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
12
6
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -25,12 +19,9 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
25
19
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
26
20
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
27
21
|
SOFTWARE.
|
28
|
-
<<<<<<< HEAD
|
29
|
-
=======
|
30
22
|
|
31
23
|
This software bundles Rax, an open source project, released under the BSD two
|
32
24
|
clause license here https://github.com/antirez/rax/blob/master/COPYING
|
33
25
|
|
34
26
|
This software also bundles bipbuffer, an open source project, released under
|
35
27
|
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.1.
|
4
|
+
version: 1.1.2
|
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-06-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: debase-ruby_core_source
|