File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 return
88end
99
10- have_func ( "rb_io_descriptor" )
10+ have_func ( "rb_io_descriptor" , "ruby/io.h" )
1111
1212hdr = %w" fcntl.h "
1313if have_macro ( "O_NONBLOCK" , hdr ) and
Original file line number Diff line number Diff line change 11Gem ::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
You can’t perform that action at this time.
0 commit comments