jtrupiano/rack-rewrite

Rack Rewrite v1.3.1 is broken because of missing read permission

rolftimmermans opened this issue · 6 comments

Hi,

Version 1.3.1 of rack-rewrite does not work in many environments because the file lib/rack/rewrite/rule.rb has incorrect permissions:

total 32
-rw----r--@ 1 rolftimmermans  staff  8639 Jan  1  1970 rule.rb
-rw-r--r--@ 1 rolftimmermans  staff   134 Jan  1  1970 version.rb

It is missing group read permission.

The git repository seems fine, only the released gem appears to be affected.

I have the same issue here,
changing the permission fix everything

Alright I'll have a look and push the fix tonight guys.

Has this been resolved? Just checking. Thnks

Hey guys, fixed in v1.3.2. Thanks.

brill thanks! works for me now!

Excellent, thanks.