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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2b8ca5f25969d1cfb684f5f2cdd068dfe3400faa346902bd03fefc197c6a7742
4
- data.tar.gz: 29bc713a63004f639e2cbaa8301901f64bd255a951c47e80379a3d5a39798e57
3
+ metadata.gz: 027dce82d5b5694d7cb47a7c0035205b998ec5bc9d8d5f1bc9ef2ae15fdcbfa9
4
+ data.tar.gz: ded8381e26f7e3207458a0e739cf32a30c1a71102c3d5b6054038253aa46ebcc
5
5
  SHA512:
6
- metadata.gz: 50066397e4f0b5b5f7ee8e8a344beee604377c8f62a8f97d805c689804b32c7bb347232c831f6637ef4df45b220dcbe4ae07ff9579a1c6719f28a906bb199516
7
- data.tar.gz: 3515197e13634957e9858c35635bed31c07d0b4aefcbd54595239d8e71d8cd856f4df8a485246baee360046f627ac7327488f3dcd4b1923f1cc1648696e45d18
6
+ metadata.gz: 45e599a3c3aeb8d3a011871499f657b8ec4f60947c8940c182e3567fd2ea37a1dc38c59563f111eff42e982f4ccc42bc27f6cdb69d8d3ea2dc4d82463616bec2
7
+ data.tar.gz: 6715c655e4add60cf846ce76358ef1b38628622a783a48f73aab9cfcaea73b534be58d1f4fbb7fb72888f96643ce16d27044ee133f766d1ef1ccafeba0b125e2
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: arm64-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