Skip to content

Commit

Permalink
Merge pull request #7 from ruby/gemspec-0-executables
Browse files Browse the repository at this point in the history
gemspec: Explicitly list 0 executables
  • Loading branch information
hsbt committed Apr 22, 2021
2 parents 58640cd + c401d97 commit 1061485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pathname.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
end
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.executables = []
spec.require_paths = ["lib"]
spec.extensions = %w[ext/pathname/extconf.rb]
end

0 comments on commit 1061485

Please sign in to comment.