aboutsummaryrefslogtreecommitdiffstats
path: root/lib/drb/drb.gemspec
diff options
context:
space:
mode:
authorOlle Jonsson <olle.jonsson@gmail.com>2021-06-16 13:22:50 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-28 17:30:58 +0900
commit3be987653aef5a4e507fe23ac40a7025cdd903d3 (patch)
tree6fa67ff2aabe35213c72b643e8e5113d3196572a /lib/drb/drb.gemspec
parentcefa02957312620187cfd81219650304032ae787 (diff)
downloadruby-3be987653aef5a4e507fe23ac40a7025cdd903d3.tar.gz
[ruby/drb] gemspec: Remove "executables" configuration
This gem exposes 0 executables. https://github.com/ruby/drb/commit/ed4d0363e5
Diffstat (limited to 'lib/drb/drb.gemspec')
-rw-r--r--lib/drb/drb.gemspec2
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"