From df3395f2e301e7739dda5b7455e8c6b1c25b334d Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 7 Nov 2024 12:55:50 +0900 Subject: [PATCH] [ruby/fcntl] Fixup gemspec files https://github.com/ruby/fcntl/commit/9e14019f53 --- ext/fcntl/fcntl.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/fcntl/fcntl.gemspec b/ext/fcntl/fcntl.gemspec index d621bc0491..613a90d1ae 100644 --- a/ext/fcntl/fcntl.gemspec +++ b/ext/fcntl/fcntl.gemspec @@ -23,7 +23,7 @@ Gem::Specification.new do |spec| spec.licenses = ["Ruby", "BSD-2-Clause"] spec.files = ["ext/fcntl/extconf.rb", "ext/fcntl/fcntl.c"] - spec.extra_rdoc_files = [".document", ".rdoc_options", "LICENSE.txt", "README.md"] + spec.extra_rdoc_files = [".document", ".rdoc_options", "BSDL", "COPYING", "README.md"] spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"]