igsr5-portfolio-proto 0.0.4 → 0.0.5

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: d11f36b1cb759e3b608a5a8fa75806a57a6a5e959b39d4a79b409063517fc622
4
- data.tar.gz: c3d494aa4296d0f916b7efa6969bae3e4eb4d86a6c8531274b35932998d3b561
3
+ metadata.gz: bab58660c3d160316deb98598a7dc93dd897df88448877c7ebf5b7595ef8e577
4
+ data.tar.gz: df632500174d0fbec391e7c13dc2549ef6fc372adacee146fe5bb301336b1731
5
5
  SHA512:
6
- metadata.gz: 61f16385ad9a7654a2e432ceb6515f5d8815ceee4acdeaf99c7b434424e435cc884e89cab09a49133e0d840e3e001a97b0a4b670652be7856a3d27b2677ba850
7
- data.tar.gz: fa1a180b0d3c20eedc5b15d344e50831c74c6246f7ffcba125124870b398f125512b7dcabe47ca676739d706d9983d081466eccc28e382270998091277953a08
6
+ metadata.gz: c603eafaeb7a987e6224ff79a4c22c16ecd99f66e542780173ab09d8c7731276849908364e5c1d59f4d13926fd46b7ffaa8c3f8f68a1aff5fa48762b262d0890
7
+ data.tar.gz: c57a8afdf373f463a6be13183382911cf71e9437c8b8792f377daf983f6cd1395750bc9c70aa3df93a69289cfb7532a0b2037485fc358707e6ba683af4a167b7
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Portfolio
4
- VERSION = "0.0.4"
4
+ VERSION = "0.0.5"
5
5
  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.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - igsr5
@@ -52,12 +52,8 @@ files:
52
52
  - Rakefile
53
53
  - bin/console
54
54
  - bin/setup
55
- - lib/feature/feature_api_pb.rb
56
- - lib/feature/feature_api_services_pb.rb
57
55
  - lib/portfolio.rb
58
56
  - lib/portfolio/version.rb
59
- - lib/post_pb.rb
60
- - lib/user_pb.rb
61
57
  - sig/protosum2.rbs
62
58
  homepage: https://github.com/igsr5/portfolio
63
59
  licenses: []
@@ -1,26 +0,0 @@
1
- # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # source: feature/feature_api.proto
3
-
4
- require 'google/protobuf'
5
-
6
- require 'google/api/annotations_pb'
7
-
8
- Google::Protobuf::DescriptorPool.generated_pool.build do
9
- add_file("feature/feature_api.proto", :syntax => :proto3) do
10
- add_message "feature.feature_api_pb.Point" do
11
- optional :latitude, :int32, 1
12
- end
13
- add_message "feature.feature_api_pb.Feature" do
14
- optional :code, :int32, 1
15
- end
16
- end
17
- end
18
-
19
- module Portfolio
20
- module Feature
21
- module FeatureApiPb
22
- Point = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("feature.feature_api_pb.Point").msgclass
23
- Feature = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("feature.feature_api_pb.Feature").msgclass
24
- end
25
- end
26
- end
@@ -1,27 +0,0 @@
1
- # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # Source: feature/feature_api.proto for package 'Portfolio.Feature.FeatureApiPb'
3
-
4
- require 'grpc'
5
- require 'feature/feature_api_pb'
6
-
7
- module Portfolio
8
- module Feature
9
- module FeatureApiPb
10
- module FeatureService
11
- class Service
12
-
13
- include ::GRPC::GenericService
14
-
15
- self.marshal_class_method = :encode
16
- self.unmarshal_class_method = :decode
17
- self.service_name = 'feature.feature_api_pb.FeatureService'
18
-
19
- rpc :GetFeature, ::Portfolio::Feature::FeatureApiPb::Point, ::Portfolio::Feature::FeatureApiPb::Feature
20
- rpc :GetFeatures, ::Portfolio::Feature::FeatureApiPb::Point, ::Portfolio::Feature::FeatureApiPb::Feature
21
- end
22
-
23
- Stub = Service.rpc_stub_class
24
- end
25
- end
26
- end
27
- end
data/lib/post_pb.rb DELETED
@@ -1,20 +0,0 @@
1
- # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # source: post.proto
3
-
4
- require 'google/protobuf'
5
-
6
- Google::Protobuf::DescriptorPool.generated_pool.build do
7
- add_file("post.proto", :syntax => :proto3) do
8
- add_message "postpb.Post" do
9
- optional :name, :string, 1
10
- optional :type, :int64, 2
11
- optional :user_name, :int64, 3
12
- end
13
- end
14
- end
15
-
16
- module Portfolio
17
- module PostPb
18
- Post = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("postpb.Post").msgclass
19
- end
20
- end
data/lib/user_pb.rb DELETED
@@ -1,21 +0,0 @@
1
- # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # source: user.proto
3
-
4
- require 'google/protobuf'
5
-
6
- Google::Protobuf::DescriptorPool.generated_pool.build do
7
- add_file("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