Skip to content

Commit

Permalink
Remove the deprecated "test_files" to make the gem package smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Feb 21, 2023
1 parent c6351b7 commit 7e03774
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion trino-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Gem::Specification.new do |gem|

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

gem.required_ruby_version = ">= 2.7.0"
Expand Down

0 comments on commit 7e03774

Please sign in to comment.