copiousfreetime / stickler

a tool to organize and maintain an internal gem distribution server
MIT License
143 stars 29 forks source link

(Incompatibility with) Rack 1.3.1 #17

Closed JonRowe closed 12 years ago

JonRowe commented 12 years ago

Stickler doesn't work with rack 1.3.1 & ruby 1.9.2, the gem index fails to build due to somewhere in the middleware stack calling .each on a string. This means stickler appears to work (can be pushed to, viewed in browser) but will fail to work as a bundler source. I don't have time to track this down right now, but it works fine with rack 1.2.3, so hopefully this will help others with this issue.

copiousfreetime commented 12 years ago

Thanks for the bug report. I'll see if I can get it fixed up this weekend.

copiousfreetime commented 12 years ago

Version 2.1.3 pushed fixing this bug. If you see it again, please let me know.