prometheus-client-mmap 0.21.0 → 0.23.0
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/inner.rs +708 -0
- data/ext/fast_mmaped_file_rs/src/mmap.rs +587 -25
- data/lib/prometheus/client/version.rb +1 -1
- metadata +8 -3
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.23.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-
|
14
|
+
date: 2023-05-01 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
|
@@ -224,7 +229,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
224
229
|
requirements:
|
225
230
|
- - ">="
|
226
231
|
- !ruby/object:Gem::Version
|
227
|
-
version:
|
232
|
+
version: '0'
|
228
233
|
requirements: []
|
229
234
|
rubygems_version: 3.3.26
|
230
235
|
signing_key:
|