summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2024-03-14 13:19:12 +0900
committergit <svn-admin@ruby-lang.org>2024-03-14 04:19:46 +0000
commitb01d319ec82150e7f938a0c7bf79eae11e199931 (patch)
tree894b403f8543fa7dbdeeb9b6af2b21e66e783101 /ext
parente394f5539e036efabf46346fbb9699777cc1f2d3 (diff)
[ruby/fcntl] [DOC] Package files for RDoc
https://github.com/ruby/fcntl/commit/b946e505f1
Diffstat (limited to 'ext')
-rw-r--r--ext/fcntl/fcntl.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fcntl/fcntl.gemspec b/ext/fcntl/fcntl.gemspec
index f1b1ed9c74..d621bc0491 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 = ["LICENSE.txt", "README.md"]
+ spec.extra_rdoc_files = [".document", ".rdoc_options", "LICENSE.txt", "README.md"]
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]