protosum2 0.6.0 → 0.7.0

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: 6bd6691184f5ad01296d615a3fea6686882013639c47b5836f8ee865adfea8ab
4
- data.tar.gz: 45ab0af6fba815bb06dff0d15b813fedd3e4b6aa7f3ec53f06578def5d56f32b
3
+ metadata.gz: 6f18f4926217c8b3ebe00f57739bf87f3fb9179299c48dd4402fe580a9f1fa93
4
+ data.tar.gz: ed72f9853fff1fbd200287380b80279dd28209b44b3c7adc7343b291e297e380
5
5
  SHA512:
6
- metadata.gz: 324df212e47ead1a31ac78f4c0132daef75a647bca1068c1ffc679d1a5f90d5e0c7656b82ff8e16287737969ad40223526338f4d5c901f14a948611f869662fb
7
- data.tar.gz: 71405e008a8f4907d28f026d505a61853a9b2fa7b03bf49be73a47bb536562ce7b8fbe521afd67d8e8af67b2bf5bf2c88927b9251f50763f23d2d56cee11f4db
6
+ metadata.gz: 3409e5e800d9c60701e903c0180acba7600b5a7847735dfb0811647cba130c1d6cfc771e5258592015905d931b473ac76e30c2117e1229b79bd708f18623c72f
7
+ data.tar.gz: cbb5d1787e271035a8f265c1bc1f840b976266fbebe6bcbc257ef7d942525eb1dbd4cd42f2156bd4fd2e2f8d9da7f9710661377b912f221c713de841c5da6b98
File without changes
File without changes
File without changes
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Protosum2
4
- VERSION = "0.6.0"
4
+ VERSION = "0.7.0"
5
5
  end
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.6.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - igsr5
@@ -25,13 +25,10 @@ files:
25
25
  - Rakefile
26
26
  - bin/console
27
27
  - bin/setup
28
- - lib/gen/gen.rb
29
- - lib/gen/post_pb.rb
30
- - lib/gen/proto/feature/feature_api_pb.rb
31
- - lib/gen/proto/feature/feature_api_services_pb.rb
32
- - lib/gen/proto/post_pb.rb
33
- - lib/gen/proto/user_pb.rb
34
- - lib/gen/user_pb.rb
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
35
32
  - lib/protosum2.rb
36
33
  - lib/protosum2/version.rb
37
34
  - protosum2.gemspec
data/lib/gen/gen.rb DELETED
File without changes
data/lib/gen/post_pb.rb DELETED
@@ -1,22 +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
- 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/gen/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 Protosum
18
- module UserPb
19
- User = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("userpb.User").msgclass
20
- end
21
- end