We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6669601 + 17e9603 commit 295dd78Copy full SHA for 295dd78
mcp.gemspec
@@ -23,7 +23,8 @@ Gem::Specification.new do |spec|
23
spec.metadata["bug_tracker_uri"] = "#{spec.homepage}/issues"
24
spec.metadata["documentation_uri"] = "https://rubydoc.info/gems/mcp"
25
26
- spec.files = Dir["LICENSE", "README.md", "lib/**/*"]
+ spec.files = Dir["lib/**/*"]
27
+ spec.extra_rdoc_files = ["LICENSE", "README.md"]
28
29
spec.bindir = "exe"
30
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
0 commit comments