my_fileno: drop Ruby 1.8 support, really require 1.9.3
commit586ab4d80f44592914e5e0505ceeb630c68432f3
authorEric Wong <bofh@yhbt.net>
Sun, 10 Sep 2023 18:49:46 +0000 (10 18:49 +0000)
committerEric Wong <bofh@yhbt.net>
Sun, 10 Sep 2023 20:11:21 +0000 (10 20:11 +0000)
tree304972e45c5c05182eb1f6ba36c2a1a20c616428
parent6e0885091087d06658734ce7397a9f37146925bc
my_fileno: drop Ruby 1.8 support, really require 1.9.3

I have no idea if 1.8 has worked in a while, but maybe it has.
`rb_io_get_io' has been public API since Ruby 1.9.2, so we can
use it everywhere.  `rb_io_check_closed' has existed since the
initial cvs2svn imports of Ruby, so it's safe to depend on for
Ruby v1.9.3..v3.0.
ext/kgio/my_fileno.h
kgio.gemspec