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

Update version, gemspec, and CHANGELOG for 2.8.2 #495

Merged
merged 1 commit into from Apr 1, 2023

Conversation

dentarg
Copy link
Collaborator

@dentarg dentarg commented Mar 4, 2023

Ran bundle exec rake gem:gemspec on Ruby 3.2.1 to update the gemspec.

Not sure why list of files changed, but it has happened before: #466 (comment)

List extended this time with

["addressable.gemspec", "benchmark", "data", "gemfiles", "lib", "spec", "tasks"]

Changes: addressable-2.8.1...5c22f25

@dentarg
Copy link
Collaborator Author

dentarg commented Apr 1, 2023

List extended this time with

Should be fine, directories are removed by RubyGems internally according to https://guides.rubygems.org/specification-reference/#files

Ran `bundle exec rake gem:gemspec` on Ruby 3.2.1 to update the gemspec.

Not sure why list of files changed, but it has happened before:
sporkmonger#466 (comment)

List extended this time with

    ["addressable.gemspec", "benchmark", "data", "gemfiles", "lib", "spec", "tasks"]

Exclude `coverage` directory from files list as it is ignored by git.
@dentarg dentarg merged commit 5622589 into sporkmonger:main Apr 1, 2023
33 checks passed
@dentarg dentarg deleted the bump-version branch April 1, 2023 10:12
@dentarg
Copy link
Collaborator Author

dentarg commented Apr 1, 2023

List extended this time with

Hmm, running bundle exec rake gem:release removes ["benchmark", "data", "gemfiles", "lib", "lib/addressable", "lib/addressable/idna", "spec", "spec/addressable", "tasks"] again

@dentarg
Copy link
Collaborator Author

dentarg commented Apr 1, 2023

Trying to correct it with #497

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