NoRedInk/rspec-retry

Bad permissions on rspec/retry.rb

jdelStrother opened this issue · 5 comments

Hi there - if I install from the gem, all the files in the gem directory have permissions -rw-r--r--, with the exception of lib/rspec/retry.rb, which is -rw-------. This means that if the gem is installed into a root-owned directory, for example, regular users can't read that file.

I'm not sure where this problem comes from - if I download the source and run rake build, files in the resulting gem have the correct permissions.

PR and we'll fix it.

I'm 95% sure it was just a packaging issue on the 0.4.3 gem - the 0.4.2 gem doesn't have the same problem. I don't think it's something I can fix via github.

yah probably my fault. Will rebuild and push out a small version bump

can you double check that this is fixed in 0.4.4

Yep - looks good, thanks

On Thu, 10 Sep 2015 at 00:24 Michael Glass notifications@github.com wrote:

can you double check that this is fixed in 0.4.4


Reply to this email directly or view it on GitHub
#42 (comment)
.