prometheus-client-mmap 1.2.7-x86_64-linux-gnu → 1.2.8-x86_64-linux-gnu
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: 516f7b1c627d5dfeba6b97723636d6d704d24cecfbdae24540489289d289688e
|
4
|
+
data.tar.gz: 192c885cb09461102fde953bc98d3215b89d24d7e2693bf1ec1a2e17a4540727
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49adb1f5796f34693ff96a36794e3cc2ee16876f70618d104ca22d448d60a270b88931689241a8f10946218812a865e82560482a18c1442f06cf7c67e4c14673
|
7
|
+
data.tar.gz: c98ffbf96814f2f762b0db250da3a3ddc81ddad691266d9215799a905cbc8e63983db4386955d1575f426d1cf5502f4e54f007f18946d2f1675064eaaceaab5c
|
@@ -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-gnu
|
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
|