We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello. I found that the current published oj gems have included test files, regardless of PR #771.
oj
Do you have any reasons to keep test files in the published gems? Otherwise, do you think it makes sense to remove them?
For your information, I could save about 67KB in my local environment by this gemspec change:
- s.files = Dir['{lib,ext,test}/**/*.{rb,h,c}'] + ['LICENSE', 'README.md', 'CHANGELOG.md', 'RELEASE_NOTES.md'] + Dir['pages/*.md'] + s.files = Dir['{lib,ext}/**/*.{rb,h,c}'] + ['LICENSE', 'README.md', 'CHANGELOG.md', 'RELEASE_NOTES.md'] + Dir['pages/*.md']
$ /bin/ls -hl oj-3.16.9.gem* -rw-r--r--@ 1 masafumi.koba staff 188K Jan 14 14:43 oj-3.16.9.gem -rw-r--r--@ 1 masafumi.koba staff 255K Jan 14 14:30 oj-3.16.9.gem.orig
If you'd like to reject the suggestion, please feel free to close this issue. Thank you.
The text was updated successfully, but these errors were encountered:
Thanks. Can you send a Pull Request?
Sorry, something went wrong.
Remove test files to reduce gem size
b4cdf9d
Closes ohler55#951 Follows up to ohler55#771 This aims to reduce the gem package size by removing test files from a built gem.
Remove test files to reduce gem size (ohler55#952)
5272aa7
Successfully merging a pull request may close this issue.
Hello. I found that the current published
oj
gems have included test files, regardless of PR #771.Do you have any reasons to keep test files in the published gems? Otherwise, do you think it makes sense to remove them?
For your information, I could save about 67KB in my local environment by this gemspec change:
If you'd like to reject the suggestion, please feel free to close this issue.
Thank you.
The text was updated successfully, but these errors were encountered: