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

0.3.5 lib/net/imap/flags.rb file permissions regression #154

Closed
aaronjensen opened this issue Jun 12, 2023 · 3 comments
Closed

0.3.5 lib/net/imap/flags.rb file permissions regression #154

aaronjensen opened this issue Jun 12, 2023 · 3 comments

Comments

@aaronjensen
Copy link

aaronjensen commented Jun 12, 2023

For some reason, permissions of lib/net/imap/flags.rb has 600 file permissions, rather than 664, which caused a deployment issue for us.

/.../ruby/3.2.0/gems/net-imap-0.3.5/lib/net/imap.rb:2389:in `require_relative': cannot load such file -- /.../ruby/3.2.0/gems/net-imap-0.3.5/lib/net/imap/flags (LoadError)
from /.../ruby/3.2.0/gems/net-imap-0.3.5/lib/net/imap.rb:2389:in `<top (required)>'

CleanShot 2023-06-12 at 14 46 15@2x

@nevans
Copy link
Collaborator

nevans commented Jun 12, 2023

Yikes. Sorry about that! I'll try to get 0.3.6 out shortly, to fix that.

@nevans
Copy link
Collaborator

nevans commented Jun 12, 2023

@aaronjensen 0.3.6 should have all files as 664 and all directories as 775.

@nevans nevans closed this as completed Jun 12, 2023
@aaronjensen
Copy link
Author

Thank you for the quick turnaround!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants