Skip to content

Commit

Permalink
Fix binaries selection for Ruby gem build
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Apr 23, 2021
1 parent 3e1cf0a commit 04f9b56
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .rubygems/lefthook.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ Gem::Specification.new do |spec|
spec.files = %w(
lib/lefthook.rb
bin/lefthook
libexec/lefthook-mac
libexec/lefthook-linux
libexec/lefthook-win.exe
)
) + `git ls-files -z libexec/`.split("\x0")

spec.licenses = ['MIT']
end

0 comments on commit 04f9b56

Please sign in to comment.