kgio 2.3.1 → 2.3.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/extconf.rb +1 -1
  3. metadata +4 -4
@@ -1,7 +1,7 @@
1
1
  #!/bin/sh
2
2
 
3
3
  GVF=GIT-VERSION-FILE
4
- DEF_VER=v2.3.1.GIT
4
+ DEF_VER=v2.3.2.GIT
5
5
 
6
6
  LF='
7
7
  '
@@ -5,7 +5,7 @@ $CPPFLAGS << ' -DPOSIX_C_SOURCE=1'
5
5
  have_func("poll", "poll.h")
6
6
  have_func("getaddrinfo", %w(sys/types.h sys/socket.h netdb.h)) or
7
7
  abort "getaddrinfo required"
8
- have_func("getnameinfo", %w(sys/socket.h netdb.h)) or
8
+ have_func("getnameinfo", %w(sys/types.h sys/socket.h netdb.h)) or
9
9
  abort "getnameinfo required"
10
10
  have_type("struct sockaddr_storage", %w(sys/types.h sys/socket.h)) or
11
11
  abort "struct sockaddr_storage required"
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: 1
4
+ hash: 7
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 3
9
- - 1
10
- version: 2.3.1
9
+ - 2
10
+ version: 2.3.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - kgio hackers
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-02-14 00:00:00 +00:00
18
+ date: 2011-02-15 00:00:00 +00:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency