protosum2 0.7.0 → 0.9.18

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: 6f18f4926217c8b3ebe00f57739bf87f3fb9179299c48dd4402fe580a9f1fa93
4
- data.tar.gz: ed72f9853fff1fbd200287380b80279dd28209b44b3c7adc7343b291e297e380
3
+ metadata.gz: 5d40f641d354fec6f825d3d40390718ae82abd8084dab9dc1eb38fc8e962c853
4
+ data.tar.gz: 5ec7451ae288db2edc0e344f048fa982ac48c6423f5cc3b58e599bc5881ca72d
5
5
  SHA512:
6
- metadata.gz: 3409e5e800d9c60701e903c0180acba7600b5a7847735dfb0811647cba130c1d6cfc771e5258592015905d931b473ac76e30c2117e1229b79bd708f18623c72f
7
- data.tar.gz: cbb5d1787e271035a8f265c1bc1f840b976266fbebe6bcbc257ef7d942525eb1dbd4cd42f2156bd4fd2e2f8d9da7f9710661377b912f221c713de841c5da6b98
6
+ metadata.gz: ab539db732e463dd0e5f36cf246d6f315cc865695fc2afe1727605f627225a8ace3f3e027490558c3be21b063ebd70632e4fd21add6105b36d2481dca2137987
7
+ data.tar.gz: 3106101a199b7ddcc414cf2dfc825b9b3f0cfa77b28664a92256bba7b361e229ca5553b70eae1085f5ab230cedd4af9be8b1b0b602a625da1814088d2fcc7df6
@@ -1,10 +1,12 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # source: proto/feature/feature_api.proto
2
+ # source: feature/feature_api.proto
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
+ require 'google/api/annotations_pb'
7
+
6
8
  Google::Protobuf::DescriptorPool.generated_pool.build do
7
- add_file("proto/feature/feature_api.proto", :syntax => :proto3) do
9
+ add_file("feature/feature_api.proto", :syntax => :proto3) do
8
10
  add_message "feature.feature_api_pb.Point" do
9
11
  optional :latitude, :int32, 1
10
12
  end
@@ -1,8 +1,8 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # Source: proto/feature/feature_api.proto for package 'Protosum.Feature.FeatureApiPb'
2
+ # Source: feature/feature_api.proto for package 'Protosum.Feature.FeatureApiPb'
3
3
 
4
4
  require 'grpc'
5
- require 'proto/feature/feature_api_pb'
5
+ require 'feature/feature_api_pb'
6
6
 
7
7
  module Protosum
8
8
  module Feature
@@ -17,6 +17,7 @@ module Protosum
17
17
  self.service_name = 'feature.feature_api_pb.FeatureService'
18
18
 
19
19
  rpc :GetFeature, ::Protosum::Feature::FeatureApiPb::Point, ::Protosum::Feature::FeatureApiPb::Feature
20
+ rpc :GetFeatures, ::Protosum::Feature::FeatureApiPb::Point, ::Protosum::Feature::FeatureApiPb::Feature
20
21
  end
21
22
 
22
23
  Stub = Service.rpc_stub_class
@@ -1,16 +1,15 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # source: proto/post.proto
2
+ # source: post.proto
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
6
  Google::Protobuf::DescriptorPool.generated_pool.build do
7
- add_file("proto/post.proto", :syntax => :proto3) do
7
+ add_file("post.proto", :syntax => :proto3) do
8
8
  add_message "postpb.Post" do
9
9
  optional :name, :string, 1
10
10
  optional :type, :int64, 2
11
11
  optional :user_name, :int64, 3
12
12
  optional :title, :string, 4
13
- optional :description, :string, 5
14
13
  end
15
14
  end
16
15
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Protosum2
4
- VERSION = "0.7.0"
4
+ VERSION = "0.9.18"
5
5
  end
@@ -1,10 +1,10 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # source: proto/user.proto
2
+ # source: user.proto
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
6
  Google::Protobuf::DescriptorPool.generated_pool.build do
7
- add_file("proto/user.proto", :syntax => :proto3) do
7
+ add_file("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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: protosum2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.9.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - igsr5
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-04-03 00:00:00.000000000 Z
11
+ date: 2022-04-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Write a longer description or delete this line.
14
14
  email:
@@ -17,7 +17,6 @@ executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
- - ".rubocop.yml"
21
20
  - CHANGELOG.md
22
21
  - Gemfile
23
22
  - Gemfile.lock
@@ -25,13 +24,12 @@ files:
25
24
  - Rakefile
26
25
  - bin/console
27
26
  - bin/setup
28
- - lib/proto/feature/feature_api_pb.rb
29
- - lib/proto/feature/feature_api_services_pb.rb
30
- - lib/proto/post_pb.rb
31
- - lib/proto/user_pb.rb
27
+ - lib/feature/feature_api_pb.rb
28
+ - lib/feature/feature_api_services_pb.rb
29
+ - lib/post_pb.rb
32
30
  - lib/protosum2.rb
33
31
  - lib/protosum2/version.rb
34
- - protosum2.gemspec
32
+ - lib/user_pb.rb
35
33
  - sig/protosum2.rbs
36
34
  homepage: https://github.com/igsr5/protosum
37
35
  licenses: []
@@ -40,7 +38,7 @@ metadata:
40
38
  homepage_uri: https://github.com/igsr5/protosum
41
39
  source_code_uri: https://github.com/igsr5/protosum
42
40
  changelog_uri: https://github.com/igsr5/protosum
43
- post_install_message:
41
+ post_install_message:
44
42
  rdoc_options: []
45
43
  require_paths:
46
44
  - lib
@@ -55,8 +53,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
55
53
  - !ruby/object:Gem::Version
56
54
  version: '0'
57
55
  requirements: []
58
- rubygems_version: 3.3.3
59
- signing_key:
56
+ rubygems_version: 3.3.7
57
+ signing_key:
60
58
  specification_version: 4
61
59
  summary: Write a short summary, because RubyGems requires one.
62
60
  test_files: []
data/.rubocop.yml DELETED
@@ -1,13 +0,0 @@
1
- AllCops:
2
- TargetRubyVersion: 2.6
3
-
4
- Style/StringLiterals:
5
- Enabled: true
6
- EnforcedStyle: double_quotes
7
-
8
- Style/StringLiteralsInInterpolation:
9
- Enabled: true
10
- EnforcedStyle: double_quotes
11
-
12
- Layout/LineLength:
13
- Max: 120
data/protosum2.gemspec DELETED
@@ -1,38 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require_relative "lib/protosum2/version"
4
-
5
- Gem::Specification.new do |spec|
6
- spec.name = "protosum2"
7
- spec.version = Protosum2::VERSION
8
- spec.authors = ["igsr5"]
9
- spec.email = ["i@gsr5.dev"]
10
-
11
- spec.summary = "Write a short summary, because RubyGems requires one."
12
- spec.description = "Write a longer description or delete this line."
13
- spec.homepage = "https://github.com/igsr5/protosum"
14
- spec.required_ruby_version = ">= 2.6.0"
15
-
16
- spec.metadata["allowed_push_host"] = "https://rubygems.org"
17
-
18
- spec.metadata["homepage_uri"] = spec.homepage
19
- spec.metadata["source_code_uri"] = "https://github.com/igsr5/protosum"
20
- spec.metadata["changelog_uri"] = "https://github.com/igsr5/protosum"
21
-
22
- # Specify which files should be added to the gem when it is released.
23
- # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
24
- spec.files = Dir.chdir(File.expand_path(__dir__)) do
25
- `git ls-files -z`.split("\x0").reject do |f|
26
- (f == __FILE__) || f.match(%r{\A(?:(?:test|spec|features)/|\.(?:git|travis|circleci)|appveyor)})
27
- end
28
- end
29
- spec.bindir = "exe"
30
- spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
31
- spec.require_paths = ["lib"]
32
-
33
- # Uncomment to register a new dependency of your gem
34
- # spec.add_dependency "example-gem", "~> 1.0"
35
-
36
- # For more information and examples about making a new gem, check out our
37
- # guide at: https://bundler.io/guides/creating_gem.html
38
- end