Skip to content

Commit

Permalink
gemspec: Remove "executables" configuration
Browse files Browse the repository at this point in the history
This gem exposes 0 executables.
  • Loading branch information
olleolleolle committed Jun 16, 2021
1 parent be3b2d7 commit ed4d036
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drb.gemspec
Expand Up @@ -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"
Expand Down

0 comments on commit ed4d036

Please sign in to comment.