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

Friendly error message when you don't have a key #17

Closed grant-olson closed 11 years ago

grant-olson commented 11 years ago

We error out when you don't have a key on the keyring. We also have the --get-key option. When you error out because the key doesn't exist, the app should tell you that you can just do --gen-key.

grant-olson commented 11 years ago

0.4.0 released