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 wrong again in 0.1.7 #14

Open
maxim opened this issue Jun 15, 2012 · 2 comments
Open

Permissions wrong again in 0.1.7 #14

maxim opened this issue Jun 15, 2012 · 2 comments

Comments

@maxim
Copy link

maxim commented Jun 15, 2012

The permissions that you use to package the gem are used when somebody installs the gem, regardless of how you install it (rvm, bundler, etc). This does not affect your local computer, because everything is owned by you. This also does not affect your server if you deploy and run the server under the same user. However, in a proper server setup (where the deploy user is not the same as the server user) — we get permission errors, because you didn't leave any read permissions on locale files bundled with the gem.

Please run chmod +r locales/*.yml before releasing and keep those permissions. : )

@remino
Copy link

remino commented Jun 19, 2012

+1

Getting the same issue, until I issued the same command. ;)

@remino
Copy link

remino commented Jul 6, 2012

I ran into the same issue when upgrading to 0.1.8.

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

No branches or pull requests

2 participants