prometheus-client-mmap 0.21.0-x86_64-linux → 0.23.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/mmap/inner.rs +708 -0
 - data/ext/fast_mmaped_file_rs/src/mmap.rs +587 -25
 - 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/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: 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- 
     | 
| 
      
 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 
     | 
    
         
             
            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
         
     | 
| 
         @@ -233,7 +238,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       233 
238 
     | 
    
         
             
              requirements:
         
     | 
| 
       234 
239 
     | 
    
         
             
              - - ">="
         
     | 
| 
       235 
240 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       236 
     | 
    
         
            -
                  version:  
     | 
| 
      
 241 
     | 
    
         
            +
                  version: '0'
         
     | 
| 
       237 
242 
     | 
    
         
             
            requirements: []
         
     | 
| 
       238 
243 
     | 
    
         
             
            rubygems_version: 3.4.4
         
     | 
| 
       239 
244 
     | 
    
         
             
            signing_key: 
         
     |