Skip to content

Commit 84d4932

Browse files
hsbtk0kubun
authored andcommitted
Merge io-nonblock 0.3.2
1 parent 854787a commit 84d4932

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ext/io/nonblock/extconf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
return
88
end
99

10-
have_func("rb_io_descriptor")
10+
have_func("rb_io_descriptor", "ruby/io.h")
1111

1212
hdr = %w"fcntl.h"
1313
if have_macro("O_NONBLOCK", hdr) and

ext/io/nonblock/io-nonblock.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Gem::Specification.new do |spec|
22
spec.name = "io-nonblock"
3-
spec.version = "0.3.1"
3+
spec.version = "0.3.2"
44
spec.authors = ["Nobu Nakada"]
55
spec.email = ["[email protected]"]
66

77
spec.summary = %q{Enables non-blocking mode with IO class}
88
spec.description = %q{Enables non-blocking mode with IO class}
99
spec.homepage = "https://github.com/ruby/io-nonblock"
1010
spec.licenses = ["Ruby", "BSD-2-Clause"]
11-
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
11+
spec.required_ruby_version = Gem::Requirement.new(">= 3.0")
1212

1313
spec.metadata["homepage_uri"] = spec.homepage
1414
spec.metadata["source_code_uri"] = spec.homepage

0 commit comments

Comments
 (0)