File: README.md

package info (click to toggle)
golang-github-sigstore-protobuf-specs 0.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,956 kB
  • sloc: makefile: 138; sh: 104; ruby: 7
file content (53 lines) | stat: -rw-r--r-- 1,035 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# sigstore_protobuf_specs

These are the Ruby language bindings for Sigstore's protobuf specs.

See the [repository's README](https://github.com/sigstore/protobuf-specs)
for more information.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'sigstore_protobuf_specs'
```

And then execute:
```bash
    $ bundle install
```
Or install it yourself as:
```bash
    $ gem install sigstore_protobuf_specs
```

## Usage

Import all the bindings:

```ruby
require 'sigstore_protobuf_specs'
```

Or you can import them individually:

```ruby
require 'sigstore_bundle_pb'
```

See what is available in `gen/pb-ruby/lib/`.

## Releasing

Make sure you update the version in `gen/pb-ruby/lib/sigstore_protobuf_specs/version.rb`

A release will be build and automatically pushed to RubyGems when a tag in the
format `release/ruby/v*` is created.

Contact elfotografo007 for Gem ownership stuff.

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/sigstore/protobuf-specs/issues.