pyroscope 0.5.12-arm64-darwin → 0.5.14-arm64-darwin
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/Gemfile.lock +1 -1
- data/ext/rbspy/Cargo.toml +4 -4
- data/ext/rbspy/include/rbspy.h +2 -2
- data/ext/thread_id/Cargo.toml +1 -1
- data/ext/thread_id/include/thread_id.h +2 -2
- data/lib/pyroscope/version.rb +1 -1
- data/lib/rbspy/rbspy.bundle +0 -0
- data/lib/thread_id/thread_id.bundle +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 027dce82d5b5694d7cb47a7c0035205b998ec5bc9d8d5f1bc9ef2ae15fdcbfa9
|
4
|
+
data.tar.gz: ded8381e26f7e3207458a0e739cf32a30c1a71102c3d5b6054038253aa46ebcc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45e599a3c3aeb8d3a011871499f657b8ec4f60947c8940c182e3567fd2ea37a1dc38c59563f111eff42e982f4ccc42bc27f6cdb69d8d3ea2dc4d82463616bec2
|
7
|
+
data.tar.gz: 6715c655e4add60cf846ce76358ef1b38628622a783a48f73aab9cfcaea73b534be58d1f4fbb7fb72888f96643ce16d27044ee133f766d1ef1ccafeba0b125e2
|
data/Gemfile.lock
CHANGED
data/ext/rbspy/Cargo.toml
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
[package]
|
2
|
-
name = "
|
2
|
+
name = "ffiruby"
|
3
3
|
version = "0.1.0"
|
4
4
|
edition = "2021"
|
5
5
|
rust-version = "1.64"
|
@@ -12,10 +12,10 @@ crate-type = ["cdylib"]
|
|
12
12
|
pyroscope = { path = "../../../../" }
|
13
13
|
pyroscope_rbspy = { path = "../../../../pyroscope_backends/pyroscope_rbspy" }
|
14
14
|
ffikit = { path = "../../../ffikit" }
|
15
|
-
|
16
|
-
|
15
|
+
# todo remove this dependency
|
16
|
+
pretty_env_logger = "0.5"
|
17
17
|
log = "0.4"
|
18
18
|
|
19
19
|
[build-dependencies]
|
20
|
-
cbindgen = "0.
|
20
|
+
cbindgen = "0.28"
|
21
21
|
|
data/ext/rbspy/include/rbspy.h
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
#ifndef RBSPY_H_
|
4
4
|
#define RBSPY_H_
|
5
5
|
|
6
|
-
/* Generated with cbindgen:0.
|
6
|
+
/* Generated with cbindgen:0.28.0 */
|
7
7
|
|
8
8
|
/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */
|
9
9
|
|
@@ -40,4 +40,4 @@ bool add_global_tag(const char *key, const char *value);
|
|
40
40
|
|
41
41
|
bool remove_global_tag(const char *key, const char *value);
|
42
42
|
|
43
|
-
#endif
|
43
|
+
#endif /* RBSPY_H_ */
|
data/ext/thread_id/Cargo.toml
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
#ifndef RBSPY_H_
|
4
4
|
#define RBSPY_H_
|
5
5
|
|
6
|
-
/* Generated with cbindgen:0.
|
6
|
+
/* Generated with cbindgen:0.28.0 */
|
7
7
|
|
8
8
|
/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */
|
9
9
|
|
@@ -14,4 +14,4 @@
|
|
14
14
|
|
15
15
|
uint64_t thread_id(void);
|
16
16
|
|
17
|
-
#endif
|
17
|
+
#endif /* RBSPY_H_ */
|
data/lib/pyroscope/version.rb
CHANGED
data/lib/rbspy/rbspy.bundle
CHANGED
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pyroscope
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.14
|
5
5
|
platform: arm64-darwin
|
6
6
|
authors:
|
7
7
|
- Pyroscope Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-04-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ffi
|
@@ -107,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
107
107
|
- !ruby/object:Gem::Version
|
108
108
|
version: '0'
|
109
109
|
requirements: []
|
110
|
-
rubygems_version: 3.3.
|
110
|
+
rubygems_version: 3.3.27
|
111
111
|
signing_key:
|
112
112
|
specification_version: 4
|
113
113
|
summary: Pyroscope
|