kgio 2.4.1 → 2.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/GIT-VERSION-GEN +1 -1
  2. data/ext/kgio/extconf.rb +6 -0
  3. metadata +5 -5
data/GIT-VERSION-GEN CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/bin/sh
2
2
 
3
3
  GVF=GIT-VERSION-FILE
4
- DEF_VER=v2.4.1.GIT
4
+ DEF_VER=v2.4.2.GIT
5
5
 
6
6
  LF='
7
7
  '
data/ext/kgio/extconf.rb CHANGED
@@ -7,6 +7,12 @@ unless have_macro('CLOCK_MONOTONIC', 'time.h')
7
7
  end
8
8
  have_type('clockid_t', 'time.h')
9
9
  have_library('rt', 'clock_gettime', 'time.h')
10
+
11
+ # taken from ext/socket/extconf.rb in ruby/trunk:
12
+ # OpenSolaris:
13
+ have_library("nsl", "t_open")
14
+ have_library("socket", "socket")
15
+
10
16
  have_func("poll", "poll.h")
11
17
  have_func("getaddrinfo", %w(sys/types.h sys/socket.h netdb.h)) or
12
18
  abort "getaddrinfo 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: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 4
9
- - 1
10
- version: 2.4.1
9
+ - 2
10
+ version: 2.4.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-05-21 00:00:00 Z
18
+ date: 2011-06-14 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: wrongdoc
@@ -168,7 +168,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
168
168
  requirements: []
169
169
 
170
170
  rubyforge_project: rainbows
171
- rubygems_version: 1.8.2
171
+ rubygems_version: 1.8.5
172
172
  signing_key:
173
173
  specification_version: 3
174
174
  summary: kinder, gentler I/O for Ruby