permissions on ChangeLog and NEWS

2013-11-24 Thread Ken Dreyer
Hello, Thank you very much for Unicorn. I'm working on packaging the gem for Fedora [1]. Our rpmlint tool found that the permissions of the ChangeLog and NEWS files were set to 0600 (instead of something more liberal like 0644). I see this is fixed upstream in wrongdoc [2], and released in

[PATCH] tests: switch to minitest

2014-04-25 Thread Ken Dreyer
Ruby 1.9+ uses Minitest as the backend for Test::Unit. As of Minitest 5, the shim has lost some backwards compatibility. It is time to make the jump to minitest. Adjust the unicorn test suite to support Minitest 5's syntax. Minitest versions 4 and below do not support the newer Minitest::Test

Re: [PATCH] tests: switch to minitest

2014-05-12 Thread Ken Dreyer
On Sat, Apr 26, 2014 at 12:07 AM, Eric Wong e...@80x24.org wrote: Ken Dreyer ktdre...@ktdreyer.com wrote: Ruby 1.9+ uses Minitest as the backend for Test::Unit. As of Minitest 5, the shim has lost some backwards compatibility. It is time to make the jump to minitest. Adjust the unicorn test