summaryrefslogtreecommitdiff
path: root/ext/fcntl
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2024-03-14 13:19:12 +0900
committergit <[email protected]>2024-03-14 04:19:46 +0000
commitb01d319ec82150e7f938a0c7bf79eae11e199931 ()
tree894b403f8543fa7dbdeeb9b6af2b21e66e783101 /ext/fcntl
parente394f5539e036efabf46346fbb9699777cc1f2d3 (diff)
[ruby/fcntl] [DOC] Package files for RDoc
https://.com/ruby/fcntl/commit/b946e505f1
-rw-r--r--ext/fcntl/fcntl.gemspec2
1 files changed, 1 insertions, 1 deletions
@@ -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.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]