prometheus-client-mmap 1.2.7-aarch64-linux-musl → 1.2.8-aarch64-linux-musl

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1d03de38bfc5b522818567451cb38b6c914c17cf8de76ffe8dc7c54fbd4f912d
4
- data.tar.gz: f68cd53b6c9c05d33b083bb02d8d0735f4a3945906272d74d09f6367446bc56b
3
+ metadata.gz: 652dc16096d3e89aa833bfdc71a483bf5e7bf0ab7308dafc1d2e44d25a108dab
4
+ data.tar.gz: 21fa1b6d395561a455a089337687b2fcfc78d9ff396a79d1c5942e0b45bbf5dd
5
5
  SHA512:
6
- metadata.gz: 864f48a6ac04380eccd8469b389b775772b8e86544dec806a17ff68b95776a96ef946d0e384b8e2c0fb9dce8566d71a5754645adf68e084d66a7f094bb730e02
7
- data.tar.gz: 0e159a18bc598bd5863d9e407682d5d56f37ac5db3792fd990f5524fbb11fee5a2de4a25255b56912298724a422f31f06e567953e6d2b05e5b60db0400c8c462
6
+ metadata.gz: 4283e301fec8b26a21e9504154c06a8b2fce474d8a1bf9017dde803f24c8750e028d033509233b5d1e13db89892c75394641dd550bdd3a087cf09ff6ae2b29c0
7
+ data.tar.gz: 07e02a849dae46946a1251727038f0e6f2593e7a67a79b9022fb49d1ab7bf70292a1b963eddc153e4e178b59a7a953d42fa90fdec9c66ebc2dd96b26ef247ab5
@@ -638,7 +638,7 @@ impl MmapedFile {
638
638
  /// SAFETY: Calling Ruby code while the returned object is held may result
639
639
  /// in it being mutated or dropped.
640
640
  unsafe fn rb_string_internal(rb_str: RString) -> NonNull<rb_sys::RString> {
641
- mem::transmute::<RString, NonNull<rb_sys::RString>>(rb_str)
641
+ NonNull::new_unchecked(rb_str.as_raw() as *mut rb_sys::RString)
642
642
  }
643
643
 
644
644
  #[cfg(ruby_lte_3_2)]
Binary file
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  module Prometheus
2
2
  module Client
3
- VERSION = '1.2.7'.freeze
3
+ VERSION = '1.2.8'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prometheus-client-mmap
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.7
4
+ version: 1.2.8
5
5
  platform: aarch64-linux-musl
6
6
  authors:
7
7
  - Tobias Schmidt
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2025-01-31 00:00:00.000000000 Z
14
+ date: 2025-02-02 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: base64