prometheus-client-mmap 1.2.7-x86_64-darwin → 1.2.8-x86_64-darwin
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ext/fast_mmaped_file_rs/src/mmap.rs +1 -1
- data/lib/3.1/fast_mmaped_file_rs.bundle +0 -0
- data/lib/3.2/fast_mmaped_file_rs.bundle +0 -0
- data/lib/3.3/fast_mmaped_file_rs.bundle +0 -0
- data/lib/3.4/fast_mmaped_file_rs.bundle +0 -0
- data/lib/prometheus/client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 719148c36b983633a79fe52b3d2c62dbee096fd42ab8e23a404baaa24c5ebe22
|
4
|
+
data.tar.gz: bf104bb345402e878b7507fe982d5cd12b09c700700bbc2f23778a1574747ee6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b54eb85d1e54d80493dab7475ff69ea189254f5d659ddbcbff879f49506bac9dd85626e4a5b360c64025b9192a774aa649265f451a04c9a56228bc515db6dd8f
|
7
|
+
data.tar.gz: 839ed266a8f10dd6ab4dbed441156da36bab1f43ec3dbc2990382e00c9b56935ca508e8c54298082084092c09119204cabcb5de40059e1c627ea4d01ca84185e
|
@@ -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-darwin
|
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
|