pyroscope 0.5.12 → 0.5.14

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: b6614df0cff35656e219c9faa9dbf1414bdc6e365ddf27336a6dbc57be68c61a
4
- data.tar.gz: ba4372c926ca664c886dd0b71079dffa4dd4099a02bc2b48c602eaa182c3e665
3
+ metadata.gz: 21427d92912c52cdd4796a7a06afd258db2397887cccb9cf50f14bccfc070c29
4
+ data.tar.gz: 708ddc98530de796d7bc44f00ac7a439235b5d8328ca1be2c1c35da2574622f6
5
5
  SHA512:
6
- metadata.gz: 63be9a6fc49debf14f301590b025bd61d5d0fd3279de74a307401a325841570cc0a41fab27a4ce1acf23858bb34c564478f4d5cf0d9ab960c56ee8b2141defe3
7
- data.tar.gz: b36b42ddf0ca6cee9536e6e772dce40e0032292f6e2581582fecd5a6a8837f7d4c93ef3c1f5a2a2e0d7713384d58a80e06d29a3f3ab462b68051949f427c6875
6
+ metadata.gz: 39411b7eb94d61ed9ab78a045d57a283aa9fbbe8bbdfee12f9299f2c5306790a85a362785be64133a94fc15f7347c410b34d74c8a0a7cf491092b491f34ac6b3
7
+ data.tar.gz: 9f132b3b43ae97cfe4f825fdb8b5a77c31e5f968a3bc77af98d478cdb634e72b58bc8aaf85c46a4548e5ee8c1bc90e12c802f239e477b1472f9bfa43a50a6666
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
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: ruby
6
6
  authors:
7
7
  - Pyroscope Team
8
- autorequire:
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
@@ -92,7 +92,7 @@ metadata:
92
92
  documentation_uri: https://pyroscope.io/docs/ruby/
93
93
  changelog_uri: https://github.com/pyroscope-io/pyroscope-rs/tree/main/pyroscope_ffi/ruby/CHANGELOG.md
94
94
  source_code_uri: https://github.com/pyroscope-io/pyroscope-rs/tree/main/pyroscope_ffi/ruby
95
- post_install_message:
95
+ post_install_message:
96
96
  rdoc_options: []
97
97
  require_paths:
98
98
  - lib
@@ -107,8 +107,8 @@ 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
111
- signing_key:
110
+ rubygems_version: 3.3.27
111
+ signing_key:
112
112
  specification_version: 4
113
113
  summary: Pyroscope
114
114
  test_files: []