Skip to content

Commit

Permalink
do not include imagemagick into gem
Browse files Browse the repository at this point in the history
  • Loading branch information
takahashim committed Aug 16, 2024
1 parent c008ece commit 929f2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion review.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
gem.required_rubygems_version = Gem::Requirement.new('>= 0') if gem.respond_to?(:required_rubygems_version=)
gem.metadata = { 'rubygems_mfa_required' => 'true' }

gem.files = `git ls-files`.split("\n").reject { |f| f.match(/^test/) }
gem.files = `git ls-files`.split("\n").reject { |f| f.match(/^test/) }.reject { |f| f.match(/^vendor\/imagemagick/) }
gem.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
gem.extra_rdoc_files = []
gem.require_paths = ['lib']
Expand Down

0 comments on commit 929f2ed

Please sign in to comment.