sigstore_protobuf_specs 0.0.1.pre.alpha1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a402639cf9f7de624206b2cea4908e4913d70db0dad54863b0ccce4471c89143
4
- data.tar.gz: 901e963198dae3969bf0f71661cbb2b70e79033de5ac0767f33ecda6caa177be
3
+ metadata.gz: 3b27ba79f4ab2dfae866a2237a12da8034591846e39e7c5df932069b3064e487
4
+ data.tar.gz: da459c0b8eb9e2ea13bcdef995779ac548a03a18c6abd165a89b73f064bf2ca7
5
5
  SHA512:
6
- metadata.gz: 507152885625b5d20af4c8d067cbf1f4e055386029cc2aa62c7ff6ad2382d4dbad2890ef90dc92e0b2704bb5ffd8051e6f84b6753cea2469dac4ed80b5074ea3
7
- data.tar.gz: d4282d3b57b43cb599c9cc26a6f7a6adba244b5ab91ac2fc79fe43095a4873dd4f0112336c1969dff045572607ff667825ffcad62757f881121829a84da40fe1
6
+ metadata.gz: 73b1390410a7f1fc08ebe601ec59ba291eb51ee32333bed4971920da44c4b469515a5d544af8a56dd713072e4e69120c109a75a82eaf7a2557c1321e4ee208f6
7
+ data.tar.gz: 9d43b8349fc90c85c2c9de3e19a715839a812c5d08a5b978985377d4e1fabfb58f8cde09705b5a4d7b0610ffe460b20316b533b9a235556c70e0740a2ad49e7e
data/README.md CHANGED
@@ -1,36 +1,53 @@
1
- # Sigstore::Protobuf::Specs
1
+ # sigstore_protobuf_specs
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/sigstore/protobuf/specs`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ These are the Ruby language bindings for Sigstore's protobuf specs.
4
4
 
5
- TODO: Delete this and the text above, and describe your gem
5
+ See the [repository's README](https://github.com/sigstore/protobuf-specs)
6
+ for more information.
6
7
 
7
8
  ## Installation
8
9
 
9
10
  Add this line to your application's Gemfile:
10
11
 
11
12
  ```ruby
12
- gem 'sigstore-protobuf-specs'
13
+ gem 'sigstore_protobuf_specs'
13
14
  ```
14
15
 
15
16
  And then execute:
16
-
17
+ ```bash
17
18
  $ bundle install
18
-
19
+ ```
19
20
  Or install it yourself as:
20
-
21
- $ gem install sigstore-protobuf-specs
21
+ ```bash
22
+ $ gem install sigstore_protobuf_specs
23
+ ```
22
24
 
23
25
  ## Usage
24
26
 
25
- TODO: Write usage instructions here
27
+ Import all the bindings:
28
+
29
+ ```ruby
30
+ require 'sigstore_protobuf_specs'
31
+ ```
32
+
33
+ Or you can import them individually:
34
+
35
+ ```ruby
36
+ require 'sigstore_bundle_pb'
37
+ ```
38
+
39
+ See what is available in `gen/pb-ruby/lib/`.
40
+
41
+ ## Releasing
26
42
 
27
- ## Development
43
+ Make sure you update the version in `gen/pb-ruby/lib/sigstore_protobuf_specs/version.rb`
28
44
 
29
- After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
45
+ A release will be build and automatically pushed to RubyGems when a tag in the
46
+ format `release/ruby/v*` is created.
30
47
 
31
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
48
+ Contact elfotografo007 for Gem ownership stuff.
32
49
 
33
50
  ## Contributing
34
51
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/sigstore-protobuf-specs.
52
+ Bug reports and pull requests are welcome on GitHub at https://github.com/sigstore/protobuf-specs/issues.
36
53
 
@@ -16,6 +16,6 @@
16
16
 
17
17
  module Dev
18
18
  module Sigstore
19
- VERSION = '0.0.1-alpha1'
19
+ VERSION = '0.1.0'
20
20
  end
21
21
  end
@@ -14,4 +14,5 @@
14
14
  # See the License for the specific language governing permissions and
15
15
  # limitations under the License.
16
16
 
17
+ require 'sigstore_protobuf_specs/version'
17
18
  Dir[File.join(__dir__, '*.rb')].each { |file| require file }
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.alpha1
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-07 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: []
@@ -57,10 +57,10 @@ files:
57
57
  - lib/sigstore_bundle_pb.rb
58
58
  - lib/sigstore_common_pb.rb
59
59
  - lib/sigstore_protobuf_specs.rb
60
+ - lib/sigstore_protobuf_specs/version.rb
60
61
  - lib/sigstore_rekor_pb.rb
61
62
  - lib/sigstore_trustroot_pb.rb
62
63
  - lib/sigstore_verification_pb.rb
63
- - lib/version.rb
64
64
  homepage: https://www.sigstore.dev/
65
65
  licenses:
66
66
  - Apache-2.0
@@ -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: []