Skip to content

Commit

Permalink
gemspec: Drop unused "executables" directive (#54)
Browse files Browse the repository at this point in the history
This gem exposes no executables.
  • Loading branch information
olleolleolle authored Jun 6, 2024
1 parent fed7f33 commit d299f19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rubyntlm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Gem::Specification.new do |s|


s.files = `git ls-files`.split($/)
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.require_paths = ["lib"]

Expand Down

0 comments on commit d299f19

Please sign in to comment.