Skip to content

Commit 39a182f

Browse files
authored
gemspec: Drop executables configuration
This gem ships with 0 executables.
1 parent 5bbfa67 commit 39a182f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

yaml.gemspec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,5 @@ Gem::Specification.new do |spec|
2424
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
2525
`git ls-files -z 2>#{IO::NULL}`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
2626
end
27-
spec.bindir = "exe"
28-
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2927
spec.require_paths = ["lib"]
3028
end

0 commit comments

Comments
 (0)