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

Correct files list in gemspec #497

Merged
merged 1 commit into from Apr 1, 2023
Merged

Conversation

dentarg
Copy link
Collaborator

@dentarg dentarg commented Apr 1, 2023

The result after running rake gem:release.

Removed:

["benchmark", "data", "gemfiles", "lib", "lib/addressable", "lib/addressable/idna", "spec", "spec/addressable", "tasks"]

The result after running `rake gem:release`.

Removed:

    ["benchmark", "data", "gemfiles", "lib", "lib/addressable", "lib/addressable/idna", "spec", "spec/addressable", "tasks"]
@dentarg dentarg merged commit bcaf766 into sporkmonger:main Apr 1, 2023
33 checks passed
@dentarg dentarg deleted the correct-gemspec branch April 1, 2023 10:48
@dentarg
Copy link
Collaborator Author

dentarg commented Apr 4, 2023

These jumped back with b e rake gem:gemspec I just did for #503 (but I choose to not include that in the commit)

dentarg added a commit to dentarg/addressable that referenced this pull request Aug 3, 2023
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 mentioned this pull request Aug 3, 2023
dentarg added a commit that referenced this pull request 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

Co-authored-by: Adrien Rey-Jarthon <jobs@adrienjarthon.com>
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