sigstore_protobuf_specs 0.0.1.pre.alpha2 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9af36d09656b07783021d172bf0fb147cab4d31856cf917880f53c73e597edd5
4
- data.tar.gz: f1d8f8e2251f7f8cc35c65708d40fc7ac5e130e393b37a2c21976dafbd1c0ad2
3
+ metadata.gz: 3b27ba79f4ab2dfae866a2237a12da8034591846e39e7c5df932069b3064e487
4
+ data.tar.gz: da459c0b8eb9e2ea13bcdef995779ac548a03a18c6abd165a89b73f064bf2ca7
5
5
  SHA512:
6
- metadata.gz: 701340cc36d390fd26cfd247d4d6aa3c0108a1283643afc8d57d91605ce93d007b525e0794e680f8b3b83d6adb25fada921d979b7506d5f2536cb56a616691b8
7
- data.tar.gz: 2e25ef7a13e04575d87278296c1acf03549e9c2bbc72990d0c50de79b7a96778373d1c766ed39196698fa29e81c13cbf6e180d59ad464406443f82c74e704625
6
+ metadata.gz: 73b1390410a7f1fc08ebe601ec59ba291eb51ee32333bed4971920da44c4b469515a5d544af8a56dd713072e4e69120c109a75a82eaf7a2557c1321e4ee208f6
7
+ data.tar.gz: 9d43b8349fc90c85c2c9de3e19a715839a812c5d08a5b978985377d4e1fabfb58f8cde09705b5a4d7b0610ffe460b20316b533b9a235556c70e0740a2ad49e7e
data/README.md CHANGED
@@ -38,6 +38,15 @@ require 'sigstore_bundle_pb'
38
38
 
39
39
  See what is available in `gen/pb-ruby/lib/`.
40
40
 
41
+ ## Releasing
42
+
43
+ Make sure you update the version in `gen/pb-ruby/lib/sigstore_protobuf_specs/version.rb`
44
+
45
+ A release will be build and automatically pushed to RubyGems when a tag in the
46
+ format `release/ruby/v*` is created.
47
+
48
+ Contact elfotografo007 for Gem ownership stuff.
49
+
41
50
  ## Contributing
42
51
 
43
52
  Bug reports and pull requests are welcome on GitHub at https://github.com/sigstore/protobuf-specs/issues.
@@ -16,6 +16,6 @@
16
16
 
17
17
  module Dev
18
18
  module Sigstore
19
- VERSION = '0.0.1.pre.alpha2'
19
+ VERSION = '0.1.0'
20
20
  end
21
21
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sigstore_protobuf_specs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.pre.alpha2
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sigstore Authors
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-08 00:00:00.000000000 Z
11
+ date: 2023-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf
@@ -44,7 +44,7 @@ dependencies:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
46
  version: '1.4'
47
- description:
47
+ description:
48
48
  email:
49
49
  - sigstore-dev@googlegroups.com
50
50
  executables: []
@@ -68,7 +68,7 @@ metadata:
68
68
  homepage_uri: https://www.sigstore.dev/
69
69
  source_code_uri: https://github.com/sigstore/protobuf-specs
70
70
  bug_tracker_uri: https://github.com/sigstore/protobuf-specs/issues
71
- post_install_message:
71
+ post_install_message:
72
72
  rdoc_options: []
73
73
  require_paths:
74
74
  - lib
@@ -79,12 +79,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
79
79
  version: 2.7.0
80
80
  required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  requirements:
82
- - - ">"
82
+ - - ">="
83
83
  - !ruby/object:Gem::Version
84
- version: 1.3.1
84
+ version: '0'
85
85
  requirements: []
86
- rubygems_version: 3.1.4
87
- signing_key:
86
+ rubygems_version: 3.4.6
87
+ signing_key:
88
88
  specification_version: 4
89
89
  summary: A library for serializing and deserializing Sigstore messages.
90
90
  test_files: []