brianmario / escape_utils

Faster string escaping routines for your ruby apps
MIT License
513 stars 52 forks source link

Remove dev-only files from the final packaged gem #84

Closed Fryguy closed 2 years ago

Fryguy commented 2 years ago

Based on https://github.com/brianmario/escape_utils/pull/82#issuecomment-1299106166

This PR removes the .github, benchmark, and script directories from the final packaged gem. The test files will still be present because they are enumerated in s.test_files, so if we don't need those in the packaged gem, then that line can also be removed.

@byroot Please review.