Skip to content

Commit

Permalink
Addressing comments.
Browse files Browse the repository at this point in the history
Signed-off-by: hayleycd <[email protected]>
  • Loading branch information
hayleycd committed Nov 8, 2024
1 parent 7fb26ab commit 723c6e4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions content/en/language_clients/ruby/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ The project repository can be found [here](https://github.com/sigstore/sigstore-

## Features

- Pure Ruby implementation of `sigstore verify` command from the [Cosign](../../cosign/verify) project
- Pure Ruby implementation of `sigstore sign` and `sigstore verify` command from the [Cosign](../../cosign/verify) project
- `gem` subcommand
- TUF client implementation

## Installation

`sigstore` requires Ruby version 3.1.0 or greater.
`sigstore` requires Ruby version 3.1.0 or greater.

**This gem is under active development, and will not be considered stable until the 1.0 release.**

Release information is available [here](https://github.com/sigstore/sigstore-ruby/releases).

Add sigstore to your Gemfile:

Expand Down

0 comments on commit 723c6e4

Please sign in to comment.