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 cc8d0e7 commit 749aad2Copy full SHA for 749aad2
ext/gdbm/gdbm.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
15
spec.files = ["ext/gdbm/extconf.rb", "ext/gdbm/gdbm.c"]
16
spec.bindir = "exe"
17
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
+ spec.executables = []
18
spec.require_paths = ["lib"]
19
spec.extensions = ["ext/gdbm/extconf.rb"]
20
spec.required_ruby_version = ">= 2.3.0"
0 commit comments