prometheus-client-mmap 0.21.0 → 0.22.0
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/mmap/inner.rs +708 -0
- data/ext/fast_mmaped_file_rs/src/mmap.rs +587 -25
- data/lib/prometheus/client/version.rb +1 -1
- metadata +7 -2
metadata
CHANGED
|
@@ -1,15 +1,17 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: prometheus-client-mmap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.22.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tobias Schmidt
|
|
8
8
|
- Paweł Chojnacki
|
|
9
|
+
- Stan Hu
|
|
10
|
+
- Will Chandler
|
|
9
11
|
autorequire:
|
|
10
12
|
bindir: bin
|
|
11
13
|
cert_chain: []
|
|
12
|
-
date: 2023-04-
|
|
14
|
+
date: 2023-04-28 00:00:00.000000000 Z
|
|
13
15
|
dependencies:
|
|
14
16
|
- !ruby/object:Gem::Dependency
|
|
15
17
|
name: rb_sys
|
|
@@ -119,6 +121,8 @@ description:
|
|
|
119
121
|
email:
|
|
120
122
|
- ts@soundcloud.com
|
|
121
123
|
- pawel@gitlab.com
|
|
124
|
+
- stanhu@gmail.com
|
|
125
|
+
- wchandler@gitlab.com
|
|
122
126
|
executables: []
|
|
123
127
|
extensions:
|
|
124
128
|
- ext/fast_mmaped_file/extconf.rb
|
|
@@ -155,6 +159,7 @@ files:
|
|
|
155
159
|
- ext/fast_mmaped_file_rs/src/macros.rs
|
|
156
160
|
- ext/fast_mmaped_file_rs/src/map.rs
|
|
157
161
|
- ext/fast_mmaped_file_rs/src/mmap.rs
|
|
162
|
+
- ext/fast_mmaped_file_rs/src/mmap/inner.rs
|
|
158
163
|
- ext/fast_mmaped_file_rs/src/parser.rs
|
|
159
164
|
- ext/fast_mmaped_file_rs/src/raw_entry.rs
|
|
160
165
|
- ext/fast_mmaped_file_rs/src/testhelper.rs
|