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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 44a0615b6e4c46835275c8b3bfc955481324d1c46599e35a7b53bf938231eaa1
|
4
|
+
data.tar.gz: 93f9e3a763fea6feb679652016259c2e9ab1315ab1c95dfd0931981611d51dac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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
|
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.
|
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-
|
14
|
+
date: 2025-02-02 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: base64
|