Shopify / ruby-sigstore

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

Implement `gem build --sign` as an alias of `gem build` + `gem sign`. #38

Closed rochlefebvre closed 2 years ago

rochlefebvre commented 2 years ago

The sign_extend file implements much of the functionality already, but it was written early on in the project. It is not tested.

We should review the code and follow the patterns from sign_command.

doodzik commented 2 years ago

I tested the code today and it works as expected. When I refactored the code I made sure both sign_extend and sign_command use a shared class that is abstracted away.