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 58640cd commit c401d97Copy full SHA for c401d97
pathname.gemspec
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
19
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
20
end
21
spec.bindir = "exe"
22
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
+ spec.executables = []
23
spec.require_paths = ["lib"]
24
spec.extensions = %w[ext/pathname/extconf.rb]
25
0 commit comments