pyroscope 0.5.12-x86_64-darwin → 0.5.14-x86_64-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0e16b0029331054508773882a6f2151a6b2c176fea787a2f81890d22b6ed513a
4
- data.tar.gz: 203cd000a1fb0d1cd2bcb06e1723e1b6e0357d325df3a2fdd9f08cb364903281
3
+ metadata.gz: 9cd721f69ebae2a22fa814c03b1202234d2b05b20bd184999510dcd175185cb4
4
+ data.tar.gz: 5fbd41abc8845afde300feecdc8feb2f11d3cc7c485c43f05f48fc432724d448
5
5
  SHA512:
6
- metadata.gz: 3aced5286c942d71068f322301695361f035668251652688d2b87a68d2f69f5d095973368592948d091aae11c328694c7db180cba1e09a84fa58c2fe584aaefd
7
- data.tar.gz: 6f520cd11f52536905886ddfb5de621583ec936c489d0f4ff6876e54b0873493028b69c7f64f18be464d35ecba9f9ef29bb699e7e009f7af099a440bbe50d376
6
+ metadata.gz: 1838c41235f2d79dff84a387567954331ccb29f0d41bf961947008b09d54181fe5b45429b20be32e2bb76b5aead66ec231ce6359ee90cc1a2299eb02a50e228a
7
+ data.tar.gz: b8d184c1e17b823b834e2168c3a1e88ab383323dab96b273d065a76fc30b1d50f93f66d8a852c792bdf4240762747df978e503b8bc5b63e105ee6010786309bb
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pyroscope (0.5.12)
4
+ pyroscope (0.5.14)
5
5
  ffi
6
6
 
7
7
  GEM
data/ext/rbspy/Cargo.toml CHANGED
@@ -1,5 +1,5 @@
1
1
  [package]
2
- name = "rbspy"
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
- pretty_env_logger = "0.4.0"
16
- inferno = "=0.11.14"
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.0"
20
+ cbindgen = "0.28"
21
21
 
@@ -3,7 +3,7 @@
3
3
  #ifndef RBSPY_H_
4
4
  #define RBSPY_H_
5
5
 
6
- /* Generated with cbindgen:0.20.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 /* RBSPY_H_ */
43
+ #endif /* RBSPY_H_ */
@@ -12,4 +12,4 @@ crate-type = ["cdylib"]
12
12
  libc = "*"
13
13
 
14
14
  [build-dependencies]
15
- cbindgen = "0.20.0"
15
+ cbindgen = "0.28.0"
@@ -3,7 +3,7 @@
3
3
  #ifndef RBSPY_H_
4
4
  #define RBSPY_H_
5
5
 
6
- /* Generated with cbindgen:0.20.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 /* RBSPY_H_ */
17
+ #endif /* RBSPY_H_ */
@@ -1,3 +1,3 @@
1
1
  module Pyroscope
2
- VERSION = '0.5.12'.freeze
2
+ VERSION = '0.5.14'.freeze
3
3
  end
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.12
4
+ version: 0.5.14
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Pyroscope Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-15 00:00:00.000000000 Z
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.26
110
+ rubygems_version: 3.3.27
111
111
  signing_key:
112
112
  specification_version: 4
113
113
  summary: Pyroscope