diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-03-14 13:01:13 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-03-14 04:01:24 +0000 |
commit | e394f5539e036efabf46346fbb9699777cc1f2d3 () | |
tree | efab1a0c674f78c5ef4e1d24e93ffd75f0f5745b /ext/fcntl | |
parent | 4ae67b1ab5e63280bfb7ae7cc80250a6c1495801 (diff) |
[ruby/fcntl] [DOC] Package document files
https://.com/ruby/fcntl/commit/ed2d725505
-rw-r--r-- | ext/fcntl/fcntl.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] |