renet 0.1.11 → 0.1.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/ext/renet/renet.c +1 -1
  2. data/ext/renet/unix.c +1 -1
  3. metadata +1 -1
@@ -30,7 +30,7 @@ void Init_renet()
30
30
  init_renet_connection();
31
31
  init_renet_server();
32
32
  rb_define_const(mENet, "ENET_VERSION", rb_str_new2("1.3.0"));
33
- rb_define_const(mENet, "RENET_VERSION", rb_str_new2("0.1.11"));
33
+ rb_define_const(mENet, "RENET_VERSION", rb_str_new2("0.1.12"));
34
34
  }
35
35
 
36
36
  VALUE renet_main_initialize(VALUE self)
@@ -37,7 +37,7 @@ typedef int socklen_t;
37
37
  #endif
38
38
 
39
39
  #ifdef __GNUC__
40
- #ifndef _SOCKLEN_T_DEFINED
40
+ #ifndef __socklen_t_defined
41
41
  typedef int socklen_t;
42
42
  #endif
43
43
  #endif
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: renet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: