prometheus-client-mmap 0.21.0-x86_64-linux → 0.22.0-x86_64-linux

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Prometheus
2
2
  module Client
3
- VERSION = '0.21.0'.freeze
3
+ VERSION = '0.22.0'.freeze
4
4
  end
5
5
  end
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.21.0
4
+ version: 0.22.0
5
5
  platform: x86_64-linux
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-21 00:00:00.000000000 Z
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
  extra_rdoc_files: []
@@ -153,6 +157,7 @@ files:
153
157
  - ext/fast_mmaped_file_rs/src/macros.rs
154
158
  - ext/fast_mmaped_file_rs/src/map.rs
155
159
  - ext/fast_mmaped_file_rs/src/mmap.rs
160
+ - ext/fast_mmaped_file_rs/src/mmap/inner.rs
156
161
  - ext/fast_mmaped_file_rs/src/parser.rs
157
162
  - ext/fast_mmaped_file_rs/src/raw_entry.rs
158
163
  - ext/fast_mmaped_file_rs/src/testhelper.rs