1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/drb] gemspec: Remove "executables" configuration

This gem exposes 0 executables.

https://github.com/ruby/drb/commit/ed4d0363e5
This commit is contained in:
Olle Jonsson 2021-06-16 13:22:50 +02:00 committed by Hiroshi SHIBATA
parent cefa029573
commit 3be987653a

View file

@ -37,8 +37,6 @@ Gem::Specification.new do |spec|
lib/drb/version.rb
lib/drb/weakidconv.rb
]
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.add_dependency "ruby2_keywords"