prometheus-client-mmap 0.7.0.beta44 → 0.7.0.beta45.1

Sign up to get free protection for your applications and to get access to all the features.
Binary file
@@ -1,5 +1,5 @@
1
1
  module Prometheus
2
2
  module Client
3
- VERSION = '0.7.0.beta44'.freeze
3
+ VERSION = '0.7.0.beta45.1'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prometheus-client-mmap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0.beta44
4
+ version: 0.7.0.beta45.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Schmidt
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-12-19 00:00:00.000000000 Z
12
+ date: 2018-01-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fuzzbert
@@ -85,6 +85,7 @@ files:
85
85
  - README.md
86
86
  - ext/fast_mmaped_file/extconf.rb
87
87
  - ext/fast_mmaped_file/fast_mmaped_file.c
88
+ - ext/fast_mmaped_file/file_format.c
88
89
  - ext/fast_mmaped_file/file_format.h
89
90
  - ext/fast_mmaped_file/file_parsing.c
90
91
  - ext/fast_mmaped_file/file_parsing.h