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

Pure Ruby s.files using Dir[] #90

Merged
merged 1 commit into from
May 12, 2024
Merged

Conversation

jgarber623
Copy link
Contributor

Hello! Thanks for considering this change.

This PR replaces the s.files value in humanize.gemspec, removing the reliance on a system installation of Git. The replacement globs files from lib and appends a few other useful files into the built gem.

As a bonus, this should trim back a bit on the published gem size (about 30k in a quick local test).

@jgarber623 jgarber623 changed the title Pure Ruby s.files using Dir.lib Pure Ruby s.files using Dir[] May 11, 2024
This change replaces the `s.files` value, removing the reliance on a
system installation of Git. The replacement globs files from `lib` and
appends a few other useful files into the built gem.

As a bonus, this should trim back a bit on the published gem size (about
30k in a quick local test).
@jgarber623 jgarber623 force-pushed the pure-ruby-spec-files branch from 2195a81 to 84bf373 Compare May 11, 2024 20:28
@radar radar merged commit d8e1e7d into radar:master May 12, 2024
3 checks passed
@jgarber623 jgarber623 deleted the pure-ruby-spec-files branch May 12, 2024 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants