Skip to content

Commit

Permalink
fix(ruby): exclude vendor from bundled gem (#2512)
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp authored Jan 9, 2024
1 parent 35b1574 commit 7085d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-ruby/algolia.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
'rubygems_mfa_required' => 'true'
}

s.files = `find *`.split("\n").uniq.sort.reject(&:empty?)
s.files = `git ls-files`.split($/)
s.executables = []
s.require_paths = ['lib']

Expand Down

0 comments on commit 7085d09

Please sign in to comment.