raygun-apm 1.0.83-universal-darwin → 1.1.1-universal-darwin
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.bundle +0 -0
- data/lib/raygun/2.6/raygun_ext.bundle +0 -0
- data/lib/raygun/2.7/raygun_ext.bundle +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: 6c09f8bef1e70f67c548dfc1ec2fa0982865146f43cf65ee44c555cb8ca3c33d
|
4
|
+
data.tar.gz: 1555e361270651e635cd94b374513558429ac8b1bc66b7f6aace339443719760
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e84a43f63d9090073bdf459ef6cb43642db66b6c5c03c828833b129142792e4f4516ff49fd68465bf323f80eeec50a9ab6d2f581ff7961d0b3d00ca7105aade
|
7
|
+
data.tar.gz: 2570ad558cded83dc5308f4592bea559bd69ba23bb56591d1a454876a043ceb7c6833fe77dc5c5931761af44abff668b2e71e55f9aa07d6b0e3ae2d4b5e70e64
|
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: universal-darwin
|
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
|