igsr5-portfolio-proto 0.0.4 → 0.0.7

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: d11f36b1cb759e3b608a5a8fa75806a57a6a5e959b39d4a79b409063517fc622
4
- data.tar.gz: c3d494aa4296d0f916b7efa6969bae3e4eb4d86a6c8531274b35932998d3b561
3
+ metadata.gz: 285973ea188591ff2eb65bb8470b17fbb5bf20b5c0bbc6caae3edb2a9395ae1f
4
+ data.tar.gz: 75dbeba50702b69bf72a4c6fed62cc820937979000a8824786bab9368e6020e7
5
5
  SHA512:
6
- metadata.gz: 61f16385ad9a7654a2e432ceb6515f5d8815ceee4acdeaf99c7b434424e435cc884e89cab09a49133e0d840e3e001a97b0a4b670652be7856a3d27b2677ba850
7
- data.tar.gz: fa1a180b0d3c20eedc5b15d344e50831c74c6246f7ffcba125124870b398f125512b7dcabe47ca676739d706d9983d081466eccc28e382270998091277953a08
6
+ metadata.gz: 8827ced4a2373a3dd7564b17bf5053dc72304dc0f510f18ca036f9b0e792b56edf7cc9960d8171fd1bd5e70b1a2a77367b28a91e3034f516dd44457e31154a34
7
+ data.tar.gz: e8359314e3b0f2bb894df33947e039763cb83f380a3bda13b1552caf55d9d874c7d07848585129614aca0a827020244f884a5351646c4daeefa36587331acbaf
@@ -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.7"
5
5
  end
@@ -0,0 +1,22 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # source: proto/blogs/blog.proto
3
+
4
+ require 'google/protobuf'
5
+
6
+ require 'google/protobuf/timestamp_pb'
7
+
8
+ Google::Protobuf::DescriptorPool.generated_pool.build do
9
+ add_file("proto/blogs/blog.proto", :syntax => :proto3) do
10
+ add_message "blogs.Blog" do
11
+ optional :id, :string, 1
12
+ optional :title, :string, 2
13
+ optional :posted_at, :message, 3, "google.protobuf.Timestamp"
14
+ optional :site_url, :string, 4
15
+ optional :thumbnail_url, :string, 5
16
+ end
17
+ end
18
+ end
19
+
20
+ module BlogsPb
21
+ Blog = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("blogs.Blog").msgclass
22
+ end
@@ -1,10 +1,10 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # source: user.proto
2
+ # source: proto/user.proto
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
6
  Google::Protobuf::DescriptorPool.generated_pool.build do
7
- add_file("user.proto", :syntax => :proto3) do
7
+ add_file("proto/user.proto", :syntax => :proto3) do
8
8
  add_message "userpb.User" do
9
9
  optional :name, :string, 1
10
10
  optional :email, :string, 2
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.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - igsr5
@@ -52,12 +52,10 @@ 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
57
+ - lib/proto/blogs/blog_pb.rb
58
+ - lib/proto/user_pb.rb
61
59
  - sig/protosum2.rbs
62
60
  homepage: https://github.com/igsr5/portfolio
63
61
  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