pyroscope 1.0.8 → 1.0.9

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: ca2a81993fe33b1c68de81f01eb6472c4b1a45dd89f9630dea90b510fa3b20e2
4
- data.tar.gz: 8000fa549a55cd2d59128465b62f224947dd8aa7bb5eca2b4690aa2c6a021a1f
3
+ metadata.gz: 27b9eda30300409f3519f8b8a6942a48c5f28ca40ea192e2d4d24d19e06dc7b8
4
+ data.tar.gz: aa2a687a5bca58e7c11c3bd56216131774c25bc6e404a1d89666421749bea3b4
5
5
  SHA512:
6
- metadata.gz: 866dbca8110e67e6ec6b64128d731269691e15787ec4dcffbc3cc136a3b7c561b77c13487b1c42c70bf30beecae475026a4c9c89e912fbe93f834522a9774f5e
7
- data.tar.gz: 227cb21266cfa92803bcb1f70679c834fac326e233e4e62bda4753776fc066f27736eadefe4fffd18c4697f00ed8db60b57092ee81151d6dbc4d3a3a94f6b504
6
+ metadata.gz: 448d2f1608451bb83353b6725d6c2e3d09525314db92d6499f4c5e88bf7b20d82f37902a5bdaa5c359092de2c29e49672f6204272c300e10bdf483e419ae3705
7
+ data.tar.gz: 8f22ab8a68b3b142dcfa5ef2eda805f7d15fb79503374adeef56708b3f247dca3e44213464e0b7020bdf3d23107fcec39b40f376cbe20bc3cb057ccfa3b584df
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pyroscope (1.0.8)
4
+ pyroscope (1.0.9)
5
5
  ffi
6
6
 
7
7
  GEM
@@ -21,4 +21,4 @@ DEPENDENCIES
21
21
  rake (~> 13.0)
22
22
 
23
23
  BUNDLED WITH
24
- 4.0.6
24
+ 4.0.10
data/ext/rbspy/Cargo.lock CHANGED
@@ -533,7 +533,7 @@ checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
533
533
 
534
534
  [[package]]
535
535
  name = "ffiruby"
536
- version = "1.0.8"
536
+ version = "1.0.9"
537
537
  dependencies = [
538
538
  "anyhow",
539
539
  "libc",
data/ext/rbspy/Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "ffiruby"
3
- version = "1.0.8" # x-release-please-version
3
+ version = "1.0.9" # x-release-please-version
4
4
  edition = "2021"
5
5
  rust-version = "1.66"
6
6
 
@@ -1,3 +1,3 @@
1
1
  module Pyroscope
2
- VERSION = '1.0.8'.freeze # x-release-please-version
2
+ VERSION = '1.0.9'.freeze # x-release-please-version
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pyroscope
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pyroscope Team
@@ -96,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
96
  - !ruby/object:Gem::Version
97
97
  version: '0'
98
98
  requirements: []
99
- rubygems_version: 4.0.6
99
+ rubygems_version: 4.0.10
100
100
  specification_version: 4
101
101
  summary: Pyroscope
102
102
  test_files: []