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

--trust should imply --verify #29

Closed grant-olson closed 11 years ago

grant-olson commented 11 years ago

I added --trust on top of --verify, but there's no reason a user shouldn't be able to do gem install foo --trust and automatically verify.

This will improve typing efficiency by an estimated 39%.