prometheus-client-mmap 1.0.1-arm64-darwin → 1.0.3-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 +2 -2
- data/lib/2.7/fast_mmaped_file_rs.bundle +0 -0
- data/lib/3.0/fast_mmaped_file_rs.bundle +0 -0
- data/lib/3.1/fast_mmaped_file_rs.bundle +0 -0
- data/lib/3.2/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: 1b9190d30d45036c513b88591031710075cd9e0328ab871bba58d41c49ce4bb5
|
4
|
+
data.tar.gz: 69a2ba6181a8edd866df9e53c3bc5846515bfc2078a0cd659706fcfa6544dfbc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b7e3fd6aac2176dfd9793cc7287d4e6dc7143078287c9852093a06c46cfc2386aa822607e6143f5b5c7ca7ecc5c597282371e26555403a07cd470cca25e6976d
|
7
|
+
data.tar.gz: 923ab28b7b7935bb113ef79abb95ecbc9c5eb73fc945210674ed4c038d9c314d9900caaab4fbc3fee3698963726f8891404854f9ca0b5519adabe40a4f6d0fb8
|
@@ -536,14 +536,14 @@ impl MmapedFile {
|
|
536
536
|
match file.seek(SeekFrom::Start(len - 1)) {
|
537
537
|
Ok(_) => {}
|
538
538
|
Err(_) => {
|
539
|
-
return Err(MmapError::
|
539
|
+
return Err(MmapError::with_errno(format!("Can't lseek {}", len - 1)));
|
540
540
|
}
|
541
541
|
}
|
542
542
|
|
543
543
|
match file.write(&[0x0]) {
|
544
544
|
Ok(1) => {}
|
545
545
|
_ => {
|
546
|
-
return Err(MmapError::
|
546
|
+
return Err(MmapError::with_errno(format!(
|
547
547
|
"Can't extend {}",
|
548
548
|
path.display()
|
549
549
|
)));
|
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.0.
|
4
|
+
version: 1.0.3
|
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:
|
14
|
+
date: 2024-01-02 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: rb_sys
|