summaryrefslogtreecommitdiff
path: root/ext/fcntl
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2024-03-14 13:01:13 +0900
committergit <svn-admin@ruby-lang.org>2024-03-14 04:01:24 +0000
commite394f5539e036efabf46346fbb9699777cc1f2d3 (patch)
treeefab1a0c674f78c5ef4e1d24e93ffd75f0f5745b /ext/fcntl
parent4ae67b1ab5e63280bfb7ae7cc80250a6c1495801 (diff)
[ruby/fcntl] [DOC] Package document files
https://github.com/ruby/fcntl/commit/ed2d725505
Diffstat (limited to 'ext/fcntl')
-rw-r--r--ext/fcntl/fcntl.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/fcntl/fcntl.gemspec b/ext/fcntl/fcntl.gemspec
index 89a56472e2..f1b1ed9c74 100644
--- a/ext/fcntl/fcntl.gemspec
+++ b/ext/fcntl/fcntl.gemspec
@@ -23,6 +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.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]