vinted-prometheus-client-mmap 1.6.0-x86_64-linux → 1.7.0-x86_64-linux
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ext/fast_mmaped_file_rs/src/file_entry.rs +1 -1
- data/lib/2.7/fast_mmaped_file_rs.so +0 -0
- data/lib/3.0/fast_mmaped_file_rs.so +0 -0
- data/lib/3.1/fast_mmaped_file_rs.so +0 -0
- data/lib/3.2/fast_mmaped_file_rs.so +0 -0
- data/lib/3.3/fast_mmaped_file_rs.so +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: 8b031f7b9f85c7507d4ee4901975f5ad7863e58e1166a151f1d7360036503845
|
4
|
+
data.tar.gz: 28e8256dbaac7b940eb67b1bdae45fc413003c3abc39948b9d6786d1379033d6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b0af751e2294136610b765fb2d740adc432814e02db1bda18bcb1e037ddb244eecab6337c862e260829640db64d7d2eb3d00dede1239b9c86e3e7c5034cdcf29
|
7
|
+
data.tar.gz: 53a4b7e902452c9453f6d1f8791bd5a1aeee43cb869bb3551d7e093edba834f728049d31bc67d0a2cbe4b32128261a853692f0f744b3968180ee5423e46c268e
|
@@ -144,7 +144,7 @@ impl EntryMetadata {
|
|
144
144
|
if self.ex.is_some() {
|
145
145
|
let selfex = self.ex.clone().unwrap();
|
146
146
|
|
147
|
-
if selfex.timestamp < otherex.timestamp {
|
147
|
+
if selfex.timestamp < otherex.timestamp || (selfex.timestamp == otherex.timestamp && selfex.value < otherex.value) {
|
148
148
|
self.ex = other.ex.clone();
|
149
149
|
}
|
150
150
|
} else {
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vinted-prometheus-client-mmap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.7.0
|
5
5
|
platform: x86_64-linux
|
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-03-
|
14
|
+
date: 2024-03-28 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: rb_sys
|