Skip to content

Commit

Permalink
Merge pull request #3 from ruby/gemspec-0-executables
Browse files Browse the repository at this point in the history
gemspec: Remove unused "executables" configuration
  • Loading branch information
hsbt committed Sep 14, 2021
2 parents 440c9d2 + ed4d036 commit 8aa7d70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drb.gemspec
Original file line number Diff line number Diff line change
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 8aa7d70

Please sign in to comment.