Skip to content

Commit 007b7de

Browse files
authored
Merge pull request #248 from yuri-zubov/reduce-gem-size
Reduce gem size by excluding test files
2 parents 66c761d + 72b9a97 commit 007b7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sanitize.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ Gem::Specification.new do |s|
3535
"CHANGELOG.md",
3636
"LICENSE",
3737
"README.md"
38-
] + Dir.glob("lib/**/*.rb") + Dir.glob("test/**/*.rb")
38+
] + Dir.glob("lib/**/*.rb")
3939
end

0 commit comments

Comments
 (0)