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

Remove non necessary files from bundled Ruby Gem #531

Open
rzhade3 opened this issue Oct 21, 2024 · 1 comment
Open

Remove non necessary files from bundled Ruby Gem #531

rzhade3 opened this issue Oct 21, 2024 · 1 comment

Comments

@rzhade3
Copy link
Contributor

rzhade3 commented Oct 21, 2024

The current bundled Rubygem contains all the files in this directory, bloating the size of the gem and causing unnecessary changes when the only update to this repo was a Actions configuration update.

We should instead update the .gemspec to only bundle necessary files into the gem. This should be done by updating this line:

gem.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
@rzhade3 and others