We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a201ed6 commit ed2d725Copy full SHA for ed2d725
fcntl.gemspec
@@ -23,6 +23,7 @@ Gem::Specification.new do |spec|
23
spec.licenses = ["Ruby", "BSD-2-Clause"]
24
25
spec.files = ["ext/fcntl/extconf.rb", "ext/fcntl/fcntl.c"]
26
+ spec.extra_rdoc_files = ["LICENSE.txt", "README.md"]
27
spec.bindir = "exe"
28
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
29
spec.require_paths = ["lib"]
0 commit comments