prometheus-client-mmap 0.7.0.beta45.10 → 0.9.0.pre.rc.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  #ifndef RENDERING_H
2
2
  #define RENDERING_H
3
- #include <ruby.h>
4
3
  #include <file_parsing.h>
4
+ #include <ruby.h>
5
5
 
6
6
  int entries_to_string(VALUE string, entry_t **sorted_entries, size_t entries_count);
7
7
 
@@ -12,10 +12,9 @@
12
12
 
13
13
  #include "utils.h"
14
14
 
15
- static int close_file(mm_ipc *i_mm) {
16
- int rv = close(i_mm->t->fd);
15
+ static void close_file(mm_ipc *i_mm) {
16
+ close(i_mm->t->fd);
17
17
  i_mm->t->fd = 0;
18
- return rv;
19
18
  }
20
19
 
21
20
  static int open_and_extend_file(mm_ipc *i_mm, size_t len) {
Binary file
@@ -1,5 +1,5 @@
1
1
  module Prometheus
2
2
  module Client
3
- VERSION = '0.7.0.beta45.10'.freeze
3
+ VERSION = '0.9.0.pre.rc.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.beta45.10
4
+ version: 0.9.0.pre.rc.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: 2018-02-06 00:00:00.000000000 Z
12
+ date: 2018-02-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fuzzbert