Shopify / ruby-sigstore

Rubygems sigstore signing plugin
Apache License 2.0
7 stars 6 forks source link

Rename `gem verify` to `gem verify_signatures` #49

Closed rochlefebvre closed 2 years ago

rochlefebvre commented 2 years ago

Closes #35, see issue for more context.

Renames gem verify the_gem to gem verify_signatures the_gem. Please note that gem verify still works, since the gem client generally accepts command substrings as long as they are unambiguous.

Renames gem install --[no-]verify the_gem to gem install --[no-]verify-signatures.

🎩

rochlefebvre commented 2 years ago

Replaced by #51