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 be72498 commit 7bd4521Copy full SHA for 7bd4521
find.gemspec
@@ -25,7 +25,5 @@ Gem::Specification.new do |spec|
25
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
26
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
27
end
28
- spec.bindir = "exe"
29
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
30
spec.require_paths = ["lib"]
31
0 commit comments