diff options
author | Olle Jonsson <[email protected]> | 2021-06-16 13:22:50 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-09-28 17:30:58 +0900 |
commit | 3be987653aef5a4e507fe23ac40a7025cdd903d3 (patch) | |
tree | 6fa67ff2aabe35213c72b643e8e5113d3196572a /lib/drb | |
parent | cefa02957312620187cfd81219650304032ae787 (diff) |
[ruby/drb] gemspec: Remove "executables" configuration
This gem exposes 0 executables.
https://github.com/ruby/drb/commit/ed4d0363e5
Diffstat (limited to 'lib/drb')
-rw-r--r-- | lib/drb/drb.gemspec | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/drb/drb.gemspec b/lib/drb/drb.gemspec index 0ac525705b..2afae85fab 100644 --- a/lib/drb/drb.gemspec +++ b/lib/drb/drb.gemspec @@ -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" |