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

Permissions on all .rb file are not correct #7

Closed
jeremybut opened this issue Dec 7, 2017 · 2 comments
Closed

Permissions on all .rb file are not correct #7

jeremybut opened this issue Dec 7, 2017 · 2 comments
Assignees
Labels

Comments

@jeremybut
Copy link

jeremybut commented Dec 7, 2017

Hello,

Thanks for your work on this gem !

The permissions of the latest release uploaded to rubygems are not correct, the permissions on all .rb files are 640 instead of 644 which can cause some deployments to fail.

Could you post a new release with the correct permissions?

Best,
J.

@kigster kigster closed this as completed in a760a79 Dec 7, 2017
@kigster
Copy link
Owner

kigster commented Dec 7, 2017

OK try to reinstall the gem again. The new gem version 2.0.2 on RubyGems.org should have the correct permissions even if you are installing into system ruby.

@kigster
Copy link
Owner

kigster commented Dec 7, 2017

❯ rake release
running: rm -rf pkg/
running: chmod -v o+r,g+r * */* */*/* */*/*/* */*/*/*/* */*/*/*/*/*
chmod: */*/*/*/*/*: No such file or directory
running: find . -type d -exec chmod o+x,g+x {} \;
simple-feed 2.0.2 built to pkg/simple-feed-2.0.2.gem.
Tagged v2.0.2.
Pushed git commits and tags.
Pushed simple-feed 2.0.2 to rubygems.org

@kigster kigster self-assigned this Dec 9, 2017
@kigster kigster added the broke label Dec 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants