prometheus-client-mmap 1.2.7-x86_64-linux-musl → 1.2.8-x86_64-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: b16f482b8cb217e2d53a706f8d96f9aa273f3c8cb4c7010993ae476a069deed1
4
- data.tar.gz: 03b36d744ac109361dcd01d1972480ef51bb75b90995e015a0e690648d552c67
3
+ metadata.gz: 44a0615b6e4c46835275c8b3bfc955481324d1c46599e35a7b53bf938231eaa1
4
+ data.tar.gz: 93f9e3a763fea6feb679652016259c2e9ab1315ab1c95dfd0931981611d51dac
5
5
  SHA512:
6
- metadata.gz: 29c5a4548101d77c829f0e0f4e320bf31770d61904d8578dc8085c9f7840bd71d7661c7596eb2e106597a540e3e11997feb95a0a2cc560d3daad481a5d49684c
7
- data.tar.gz: 2e25d070eeb21b12380f6bb4eb326930e439ca239cff75a3f8ee4ab3cc51597bdc4a83219dd7012e43e8075d595c34c3ec24b4263bdae1efdc3f53cae39763f5
6
+ metadata.gz: 16a53adc55ba4eae52b2c850b46032e9b1e14058c73dc7d15f7fa3518240a97533a279e34921fc79e353bde27fcc46041f2e0085db88489b7c71015631550b6d
7
+ data.tar.gz: 104a21d0b87c8af79ea8bb9dac226ce695f3129603e2ac02efe7066c5bb2edd1f12d7f3d736db2c1cffb679a9b6d311864f85a922780d94f7a0d49314918ae1a
@@ -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: x86_64-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