igsr5-portfolio-proto 0.0.5 → 0.0.6

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: bab58660c3d160316deb98598a7dc93dd897df88448877c7ebf5b7595ef8e577
4
- data.tar.gz: df632500174d0fbec391e7c13dc2549ef6fc372adacee146fe5bb301336b1731
3
+ metadata.gz: a8c78067306c50e93250b9f7483f3a8e56f0453eca42aaca01eca1f0291d8341
4
+ data.tar.gz: 1b72ed642472868f6b0d13d6340556e1856a9ded1a6bf2580b69490c21266d30
5
5
  SHA512:
6
- metadata.gz: c603eafaeb7a987e6224ff79a4c22c16ecd99f66e542780173ab09d8c7731276849908364e5c1d59f4d13926fd46b7ffaa8c3f8f68a1aff5fa48762b262d0890
7
- data.tar.gz: c57a8afdf373f463a6be13183382911cf71e9437c8b8792f377daf983f6cd1395750bc9c70aa3df93a69289cfb7532a0b2037485fc358707e6ba683af4a167b7
6
+ metadata.gz: c0f43979c4db80166b6e882f6145c48dfc4d6e1768c04ae303720b4c8778b523256189f56468bba51f831211fc7991fa290e5be7ff18997b88dddedf16a232d0
7
+ data.tar.gz: a79030dacef3dcce7eb80f2984b8da539b9864109fb1b01ff465892dd993a0b3f0838529758730032c513d5359c8313b6ba79da5869f7a087c2bdab179f10eb9
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Portfolio
4
- VERSION = "0.0.5"
4
+ VERSION = "0.0.6"
5
5
  end
@@ -0,0 +1,21 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # source: proto/user.proto
3
+
4
+ require 'google/protobuf'
5
+
6
+ Google::Protobuf::DescriptorPool.generated_pool.build do
7
+ add_file("proto/user.proto", :syntax => :proto3) do
8
+ add_message "userpb.User" do
9
+ optional :name, :string, 1
10
+ optional :email, :string, 2
11
+ optional :age, :int64, 3
12
+ optional :type, :int64, 4
13
+ end
14
+ end
15
+ end
16
+
17
+ module Portfolio
18
+ module UserPb
19
+ User = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("userpb.User").msgclass
20
+ end
21
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: igsr5-portfolio-proto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - igsr5
@@ -54,6 +54,7 @@ files:
54
54
  - bin/setup
55
55
  - lib/portfolio.rb
56
56
  - lib/portfolio/version.rb
57
+ - lib/proto/user_pb.rb
57
58
  - sig/protosum2.rbs
58
59
  homepage: https://github.com/igsr5/portfolio
59
60
  licenses: []