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 c71600b commit d51cf47Copy full SHA for d51cf47
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