prometheus-client-mmap 1.2.7-arm64-darwin → 1.2.8-arm64-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: 7ff9bda0b9970ccb2e6c4b1f16645480a8cb1aedb6d825f2d8659a8c2d5a934c
|
4
|
+
data.tar.gz: cab5988f02e7367b05d8e81c890958e9b87964b763c4c115aa49afc802bd37d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e5356ba4e303291a788cc0c5444e5fcf7a9fe337b3d77e00e2d76d986c041fb00da96c84529e1b5d00046332f36c787adfee8134ac0e3d6f507ebb99fe11f35c
|
7
|
+
data.tar.gz: 6fcec30aad58e1479800fa5cc81f8747af4b0fba96a8cfe536c3a80c013d4cfcd5689cabe62b995075023a1b1731feeac0f7fee404b7a0871b2ab07cf6f7e1d8
|
@@ -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: arm64-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
|