will-paginate-i18n
will-paginate-i18n copied to clipboard
Permissions wrong again in 0.1.7
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. : )
+1
Getting the same issue, until I issued the same command. ;)
I ran into the same issue when upgrading to 0.1.8.