[ruby/fcntl] [DOC] Add task and files for RDoc

https://github.com/ruby/fcntl/commit/1c7c70fa5d
This commit is contained in:
Nobuyoshi Nakada 2024-03-14 12:39:38 +09:00 committed by git
parent 5fe1853e9b
commit 085daf4840

View File

@ -27,5 +27,5 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.extensions = "ext/fcntl/extconf.rb"
spec.required_ruby_version = ">= 2.3.0"
spec.required_ruby_version = ">= 2.5.0"
end