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

Commits on Aug 3, 2023

  1. Fix gemspec generation

    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 and jarthod committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    939a2f1 View commit details
    Browse the repository at this point in the history