Closed rochlefebvre closed 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.
gem verify the_gem
gem verify_signatures the_gem
gem verify
gem
Renames gem install --[no-]verify the_gem to gem install --[no-]verify-signatures.
gem install --[no-]verify the_gem
gem install --[no-]verify-signatures
Replaced by #51
Closes #35, see issue for more context.
Renames
gem verify the_gem
togem verify_signatures the_gem
. Please note thatgem verify
still works, since thegem
client generally accepts command substrings as long as they are unambiguous.Renames
gem install --[no-]verify the_gem
togem install --[no-]verify-signatures
.🎩