We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3aca4bf + 0b19324 commit 73f99f4Copy full SHA for 73f99f4
1 file changed
debug.gemspec
@@ -17,6 +17,6 @@ Gem::Specification.new do |spec|
17
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
18
end
19
spec.bindir = "exe"
20
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
+ spec.executables = []
21
spec.require_paths = ["lib"]
22
0 commit comments