aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlle Jonsson <olle.jonsson@gmail.com>2021-06-19 10:45:29 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-07-29 14:18:33 +0900
commit899194f3a6e29626460084a8594d5c52a0b1f006 (patch)
tree79ed23afc3a0ce254b1f88f7f03cd19094c76781
parent52e602edda0aa61a83f558bcf9bfdd97a4fd107f (diff)
downloadruby-899194f3a6e29626460084a8594d5c52a0b1f006.tar.gz
[ruby/set] gemspec: This gem exposes 0 executables
This change removes unused configuration. https://github.com/ruby/set/commit/6c2338d699
-rw-r--r--lib/set/set.gemspec2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/set/set.gemspec b/lib/set/set.gemspec
index 2be9aa9e3d..d14febaad4 100644
--- a/lib/set/set.gemspec
+++ b/lib/set/set.gemspec
@@ -19,7 +19,5 @@ Gem::Specification.new do |spec|
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
`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.require_paths = ["lib"]
end