Skip to content
New issue

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

Reduce gem package size by not including development files #1290

Merged
merged 2 commits into from
Sep 12, 2024

Conversation

tombruijn
Copy link
Member

@tombruijn tombruijn commented Sep 10, 2024

Move support scripts to the script directory

Follow the 'scripts to rule them all'-pattern for support scripts. This is a pattern we're also using on other repositories.

https://github.blog/engineering/scripts-to-rule-them-all/

Do not include development files in gem releases

Ignore the paths specified in the IGNORED_PATHS constant to reduce the gem package size by not including unused files.

@tombruijn tombruijn self-assigned this Sep 10, 2024
@tombruijn tombruijn changed the title Move support scripts Reduce gem package size by not including development files Sep 11, 2024
Follow the 'scripts to rule them all'-pattern for support scripts. This
is a pattern we're also using on other repositories.

https://github.blog/engineering/scripts-to-rule-them-all/
Ignore the paths specified in the IGNORED_PATHS constant to reduce the
gem package size by not including unused files.
@tombruijn tombruijn merged commit 269b59c into main Sep 12, 2024
122 checks passed
@tombruijn tombruijn deleted the move-support-scripts branch September 12, 2024 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants