pyroscope 0.5.12-x86_64-linux → 0.5.13-x86_64-linux

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: 7510e3907f5efc6b9b8a7a54256d2102406ca8d7f0877c4bd0fc74004050ac0c
4
- data.tar.gz: 60d0070f855dfd8227443eed04add02b45dcb3e10b4fe37af24a14b9bdd2e573
3
+ metadata.gz: e9d918c1bffa542aa4a200282a28ff68ba946d91148929e46bb58d82852da115
4
+ data.tar.gz: c3738cb65ef84a26c9d5380cb47fe216a3f67dcd4abecd976affe990f5d9a9de
5
5
  SHA512:
6
- metadata.gz: b79c8747cf4adfd1d07e8d9044a5dff4d8a7e90bafbe1012776dc57d3be582d37f5c59fcc51c0e241f7ce86c1e4ae24cf498587c5262a5cd340587ad72e7df18
7
- data.tar.gz: 6049064d06ceef689e9ae83cc8f4c86b64fb4ac19c8ede5ac1f44f4c26e99d2a1fdf63d86c7a97ec0b4bfb271c06f7c075d5b60a955c7a91b4718ad410baf816
6
+ metadata.gz: c4b5b9c23e18c6271c7153e8baafd60aa72887f0974c4b7c32675cff158e8327887b1a004112bb88da1eb58c7e0bdb5c3e28a9f5683500a15ba28a50e6eacb22
7
+ data.tar.gz: d6e9c8f1b7d57683b69837ed926cb576663d300fa6bbf4c40a7bf13d5b5bcc325970df36ff387cdc2dbf416d6799fe094ed44f4cb7097de5299960cf9d2eefed
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.13)
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,9 @@ 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
+ pretty_env_logger = "0.5.0"
17
16
  log = "0.4"
18
17
 
19
18
  [build-dependencies]
20
- cbindgen = "0.20.0"
19
+ cbindgen = "0.28.0"
21
20
 
@@ -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.13'.freeze
3
3
  end
data/lib/rbspy/rbspy.so 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.12
4
+ version: 0.5.13
5
5
  platform: x86_64-linux
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-23 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.5.22
111
111
  signing_key:
112
112
  specification_version: 4
113
113
  summary: Pyroscope