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

Fix gemspec generation #517

Merged
merged 1 commit into from Aug 3, 2023
Merged

Conversation

dentarg
Copy link
Collaborator

@dentarg dentarg commented Aug 3, 2023

This should resolve the issues (#495, #497) with the files list once for all. The main problem was probably the "[A-Z]*" glob matching lowercase files (and directories) when using a case-insensitive filesystem (typical for macOS).

Inspired by 0a6f091

This should resolve the issues (sporkmonger#495, sporkmonger#497) with the files list once for
all. The main problem was probably the "[A-Z]*" glob matching lowercase
files (and directories) when using a case-insensitive filesystem
(typical for macOS).

Inspired by sporkmonger@0a6f091

Co-authored-by: Adrien Rey-Jarthon <jobs@adrienjarthon.com>
@dentarg dentarg merged commit a5a8514 into sporkmonger:main Aug 3, 2023
33 checks passed
@dentarg dentarg deleted the fix-gemspec-generation branch August 3, 2023 08:02
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.

None yet

1 participant