grant-olson / rubygems-openpgp

This allows you to cryptographically sign ruby gems, so that a user can later verify that they've downloaded a copy that hasn't been tampered with or hacked.
http://www.rubygems-openpgp-ca.org
Other
32 stars 4 forks source link

Permissions issues prevent tests from running on windows #2

Closed grant-olson closed 13 years ago

grant-olson commented 13 years ago

Because we didn't explicitly close files, windows held onto a lock. This prevented deletion in the test suite.