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

Add frozen string literal + small update #50

Merged
merged 3 commits into from
Apr 10, 2024

Conversation

ericproulx
Copy link
Contributor

Hello,

While enabling frozen_string_literal through the RUBYOPT, I've stumble your gem that doesn't comply with that feature. I took the opportunity to enable it through this PR. I've also regenerated Rubocop's todo and it's TargetRubyVersion. Finally, I found that spec files are present when installing the gem. I don't know if you want to keep them but it's adding a little weight on the file size.

Thanks

Remove `spec` from files (spec are included when gem installed)
Remove `test_files` (not required anymore)
Fix frozen_string_literal
Copy link
Owner

@highb highb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've reviewed the changes and run the checks. It looks like everything works, so this LGTM. Thanks for the contributions! :shipit:

@highb highb merged commit 23737d2 into highb:master Apr 10, 2024
12 checks passed
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