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

Severe: lib/image_size.rb has (root only) rwx------ rights LoadError #1

Closed
nanoant opened this issue Feb 21, 2011 · 1 comment
Closed

Comments

@nanoant
Copy link

nanoant commented Feb 21, 2011

Now with version 1.0.2 it is NOT possible to use image_size straight of the box on unix stations/server after: gem install image_size because we get error:

`gem_original_require': no such file to load -- image_size (LoadError)

This is causes that lib/image_size.rb has right 700 (rwx------) which is way wrong, owner (root) only access with executable flag.

Please change rights of lib/image_size.rb to 644 (rw-r--r--) so it has owner (root) read-write, and read for the others flags. Executable flags shouldn't be there because it is module not standalone script.

Please issue new 1.0.3 fixed version of this nice gem.

@toy
Copy link
Owner

toy commented Feb 21, 2011

thanks, 1.0.3 is out
strange thing is that it was stored in git with 755 and on disk it had 700, though git somehow did not see that (jeweler built gem from files on disk so file in gem got 700)

This issue was closed.
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