pyroscope 0.5.13-x86_64-linux → 0.5.14-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: e9d918c1bffa542aa4a200282a28ff68ba946d91148929e46bb58d82852da115
4
- data.tar.gz: c3738cb65ef84a26c9d5380cb47fe216a3f67dcd4abecd976affe990f5d9a9de
3
+ metadata.gz: 79f5c13bd1e0ee11fbe4676f3cc6b73669550fc833fa38901e7d2c593e2a5417
4
+ data.tar.gz: 9798787ba71bd13607ed9a2af286120ae775be2737b8034f22606cb9a4ac0299
5
5
  SHA512:
6
- metadata.gz: c4b5b9c23e18c6271c7153e8baafd60aa72887f0974c4b7c32675cff158e8327887b1a004112bb88da1eb58c7e0bdb5c3e28a9f5683500a15ba28a50e6eacb22
7
- data.tar.gz: d6e9c8f1b7d57683b69837ed926cb576663d300fa6bbf4c40a7bf13d5b5bcc325970df36ff387cdc2dbf416d6799fe094ed44f4cb7097de5299960cf9d2eefed
6
+ metadata.gz: df930db543b4db688caf95777696f69c980903764f20c169132d135888fbf9c5547e0c93299c90c5fb24bb11d0b64d7c3f3f77f0932f2ba4f49221794b52b410
7
+ data.tar.gz: ed2a480b89c4cccb69fa9eb3caa799df136d4a1fa5472139298ffb6c44093703775f5ddae5d2fdedb88db183d80f9b2e6e970bf7b0ef4583409d0e18a2e4e419
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pyroscope (0.5.13)
4
+ pyroscope (0.5.14)
5
5
  ffi
6
6
 
7
7
  GEM
data/ext/rbspy/Cargo.toml CHANGED
@@ -12,9 +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.5.0"
15
+ # todo remove this dependency
16
+ pretty_env_logger = "0.5"
16
17
  log = "0.4"
17
18
 
18
19
  [build-dependencies]
19
- cbindgen = "0.28.0"
20
+ cbindgen = "0.28"
20
21
 
@@ -1,3 +1,3 @@
1
1
  module Pyroscope
2
- VERSION = '0.5.13'.freeze
2
+ VERSION = '0.5.14'.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.13
4
+ version: 0.5.14
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: 2025-04-23 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