kgio 2.7.1 → 2.7.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/GIT-VERSION-GEN +1 -1
  2. data/ext/kgio/tryopen.c +1 -0
  3. metadata +3 -3
@@ -1,7 +1,7 @@
1
1
  #!/bin/sh
2
2
 
3
3
  GVF=GIT-VERSION-FILE
4
- DEF_VER=v2.7.1.GIT
4
+ DEF_VER=v2.7.2.GIT
5
5
 
6
6
  LF='
7
7
  '
@@ -15,6 +15,7 @@
15
15
  #include <sys/stat.h>
16
16
  #include <fcntl.h>
17
17
  #include "set_file_path.h"
18
+ #include "ancient_ruby.h"
18
19
 
19
20
  static ID id_for_fd, id_to_path, id_path;
20
21
  static st_table *errno2sym;
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kgio
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 7
9
- - 1
10
- version: 2.7.1
9
+ - 2
10
+ version: 2.7.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - kgio hackers