protosum2 0.9.17 → 0.9.18
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/protosum2/version.rb +1 -1
- metadata +1 -5
- data/lib/proto/feature/feature_api_pb.rb +0 -26
- data/lib/proto/feature/feature_api_services_pb.rb +0 -27
- data/lib/proto/post_pb.rb +0 -22
- data/lib/proto/user_pb.rb +0 -21
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5d40f641d354fec6f825d3d40390718ae82abd8084dab9dc1eb38fc8e962c853
|
4
|
+
data.tar.gz: 5ec7451ae288db2edc0e344f048fa982ac48c6423f5cc3b58e599bc5881ca72d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab539db732e463dd0e5f36cf246d6f315cc865695fc2afe1727605f627225a8ace3f3e027490558c3be21b063ebd70632e4fd21add6105b36d2481dca2137987
|
7
|
+
data.tar.gz: 3106101a199b7ddcc414cf2dfc825b9b3f0cfa77b28664a92256bba7b361e229ca5553b70eae1085f5ab230cedd4af9be8b1b0b602a625da1814088d2fcc7df6
|
data/lib/protosum2/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: protosum2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.18
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- igsr5
|
@@ -27,10 +27,6 @@ files:
|
|
27
27
|
- lib/feature/feature_api_pb.rb
|
28
28
|
- lib/feature/feature_api_services_pb.rb
|
29
29
|
- lib/post_pb.rb
|
30
|
-
- lib/proto/feature/feature_api_pb.rb
|
31
|
-
- lib/proto/feature/feature_api_services_pb.rb
|
32
|
-
- lib/proto/post_pb.rb
|
33
|
-
- lib/proto/user_pb.rb
|
34
30
|
- lib/protosum2.rb
|
35
31
|
- lib/protosum2/version.rb
|
36
32
|
- lib/user_pb.rb
|
@@ -1,26 +0,0 @@
|
|
1
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
-
# source: proto/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("proto/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 Protosum
|
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: proto/feature/feature_api.proto for package 'Protosum.Feature.FeatureApiPb'
|
3
|
-
|
4
|
-
require 'grpc'
|
5
|
-
require 'proto/feature/feature_api_pb'
|
6
|
-
|
7
|
-
module Protosum
|
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, ::Protosum::Feature::FeatureApiPb::Point, ::Protosum::Feature::FeatureApiPb::Feature
|
20
|
-
rpc :GetFeatures, ::Protosum::Feature::FeatureApiPb::Point, ::Protosum::Feature::FeatureApiPb::Feature
|
21
|
-
end
|
22
|
-
|
23
|
-
Stub = Service.rpc_stub_class
|
24
|
-
end
|
25
|
-
end
|
26
|
-
end
|
27
|
-
end
|
data/lib/proto/post_pb.rb
DELETED
@@ -1,22 +0,0 @@
|
|
1
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
-
# source: proto/post.proto
|
3
|
-
|
4
|
-
require 'google/protobuf'
|
5
|
-
|
6
|
-
Google::Protobuf::DescriptorPool.generated_pool.build do
|
7
|
-
add_file("proto/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
|
-
optional :title, :string, 4
|
13
|
-
optional :description, :string, 5
|
14
|
-
end
|
15
|
-
end
|
16
|
-
end
|
17
|
-
|
18
|
-
module Protosum
|
19
|
-
module PostPb
|
20
|
-
Post = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("postpb.Post").msgclass
|
21
|
-
end
|
22
|
-
end
|
data/lib/proto/user_pb.rb
DELETED
@@ -1,21 +0,0 @@
|
|
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 Protosum
|
18
|
-
module UserPb
|
19
|
-
User = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("userpb.User").msgclass
|
20
|
-
end
|
21
|
-
end
|