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:
parent
cefa029573
commit
3be987653a
1 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue