Skip to content

Commit

Permalink
Remove test_files to reduce gem package size (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 authored Jun 8, 2022
1 parent bb12d8d commit 1715232
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion oj.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 2.4"

s.files = Dir["{lib,ext,test}/**/*.{rb,h,c}"] + ['LICENSE', 'README.md', 'CHANGELOG.md', 'RELEASE_NOTES.md'] + Dir["pages/*.md"]
s.test_files = Dir["test/**/*.rb"]
s.extensions = ["ext/oj/extconf.rb"]

s.extra_rdoc_files = ['README.md', 'LICENSE', 'CHANGELOG.md', 'RELEASE_NOTES.md'] + Dir["pages/*.md"]
Expand Down

0 comments on commit 1715232

Please sign in to comment.