prometheus-client-mmap 1.2.4-x86_64-linux-gnu → 1.2.6-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: bfda0e077ff7e080b81463ae4950c941e73f935abf0f650fe53190ef3613e76a
|
4
|
+
data.tar.gz: 59aadfc26be5e3ead365b0c5f9b43be963f8945f7d870803c9b9fd2ca4532231
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb3c4f98b0fc6ca33357493edcde0cf0024e216500bc7d6ff9cfb152910f928b164eee1c54989cfe356acff9b43e76f154a1e94cbe09c8c32ff4ebbb16adf84e
|
7
|
+
data.tar.gz: 990eaa08ce82695f7732a5af306058836252cf657c8c430de227cd4a36a95331295e1416e8a1f0b45fcc92df8c154dada618e44e56d2745b2c425366ad9f8dce
|
@@ -397,8 +397,10 @@ impl MmapedFile {
|
|
397
397
|
let new_len = self.inner(|inner| util::cast_chk::<_, c_long>(inner.len(), "mmap len"))?;
|
398
398
|
|
399
399
|
// Iterate over the values of the `WeakMap`.
|
400
|
-
for
|
401
|
-
let
|
400
|
+
for pair in tracker.enumeratorize("each_pair", ()) {
|
401
|
+
let rpair = magnus::RArray::try_convert(pair?)?;
|
402
|
+
let rb_string: Value = rpair.entry(1)?;
|
403
|
+
|
402
404
|
let str = RString::from_value(rb_string)
|
403
405
|
.ok_or_else(|| err!(arg_error(), "weakmap value was not a string"))?;
|
404
406
|
|
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.6
|
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: 2024-12-
|
14
|
+
date: 2024-12-30 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: rb_sys
|