Skip to content

Commit

Permalink
Merge pull request #28 from olleolleolle/patch-1
Browse files Browse the repository at this point in the history
gemspec: Remove unused "executables" directive
  • Loading branch information
hsbt authored Sep 8, 2021
2 parents d69fa4d + e36a587 commit 2da524d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions net-smtp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ Gem::Specification.new do |spec|
lib/net/smtp.rb
net-smtp.gemspec
]
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "net-protocol"
Expand Down

0 comments on commit 2da524d

Please sign in to comment.