summaryrefslogtreecommitdiff
path: root/ext/gdbm/gdbm.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gdbm/gdbm.gemspec')
-rw-r--r--ext/gdbm/gdbm.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gdbm/gdbm.gemspec b/ext/gdbm/gdbm.gemspec
index 3ecb3121fe..6fd42c022f 100644
--- a/ext/gdbm/gdbm.gemspec
+++ b/ext/gdbm/gdbm.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.files = ["ext/gdbm/extconf.rb", "ext/gdbm/gdbm.c"]
spec.bindir = "exe"
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
+ spec.executables = []
spec.require_paths = ["lib"]
spec.extensions = ["ext/gdbm/extconf.rb"]
spec.required_ruby_version = ">= 2.3.0"