igsr5-portfolio-proto 0.0.7 → 0.0.10

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: 285973ea188591ff2eb65bb8470b17fbb5bf20b5c0bbc6caae3edb2a9395ae1f
4
- data.tar.gz: 75dbeba50702b69bf72a4c6fed62cc820937979000a8824786bab9368e6020e7
3
+ metadata.gz: eaa04c0f4a3fe8983f652640f50f2f6a33e325918a34f9000acf4c2212da9c82
4
+ data.tar.gz: 377eb7c3ff5dfa0648f58a36cee409ff9411dcf9572c4310e17f853631950532
5
5
  SHA512:
6
- metadata.gz: 8827ced4a2373a3dd7564b17bf5053dc72304dc0f510f18ca036f9b0e792b56edf7cc9960d8171fd1bd5e70b1a2a77367b28a91e3034f516dd44457e31154a34
7
- data.tar.gz: e8359314e3b0f2bb894df33947e039763cb83f380a3bda13b1552caf55d9d874c7d07848585129614aca0a827020244f884a5351646c4daeefa36587331acbaf
6
+ metadata.gz: c2b7ae807d25359db2e6c78e3b5bea799759d3c6d198c459c6c1914e3040e03d70f4fafcc9fc9fbefffb5017d882960736c869c021d30bf4e9576bbadbfc1cd3
7
+ data.tar.gz: 26bbcf516735c1ed956fe4ef8e4bd2b46a4344f0d221763b4a56186a51eda77f31d4eba26bc4ac1d0e45990833c1e2092c339a86a498934753d64b1915b0ba02
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Portfolio
4
- VERSION = "0.0.7"
4
+ VERSION = "0.0.10"
5
5
  end
@@ -13,10 +13,29 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
13
13
  optional :posted_at, :message, 3, "google.protobuf.Timestamp"
14
14
  optional :site_url, :string, 4
15
15
  optional :thumbnail_url, :string, 5
16
+ optional :service_name, :string, 6
17
+ end
18
+ add_message "blogs.BlogFromRSSItem" do
19
+ optional :id, :string, 1
20
+ optional :title, :string, 2
21
+ optional :posted_at, :message, 3, "google.protobuf.Timestamp"
22
+ optional :site_url, :string, 4
23
+ optional :thumbnail_url, :string, 5
24
+ optional :service_name, :string, 6
25
+ end
26
+ add_message "blogs.BlogFromManualItem" do
27
+ optional :id, :string, 1
28
+ optional :title, :string, 2
29
+ optional :posted_at, :message, 3, "google.protobuf.Timestamp"
30
+ optional :site_url, :string, 4
31
+ optional :thumbnail_url, :string, 5
32
+ optional :service_name, :string, 6
16
33
  end
17
34
  end
18
35
  end
19
36
 
20
37
  module BlogsPb
21
38
  Blog = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("blogs.Blog").msgclass
39
+ BlogFromRSSItem = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("blogs.BlogFromRSSItem").msgclass
40
+ BlogFromManualItem = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("blogs.BlogFromManualItem").msgclass
22
41
  end
@@ -0,0 +1,21 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # source: proto/blogs/rss_feed.proto
3
+
4
+ require 'google/protobuf'
5
+
6
+ Google::Protobuf::DescriptorPool.generated_pool.build do
7
+ add_file("proto/blogs/rss_feed.proto", :syntax => :proto3) do
8
+ add_message "blogs.RSSFeed" do
9
+ optional :id, :string, 1
10
+ optional :url, :string, 2
11
+ end
12
+ add_message "blogs.CreateRSSFeedRequest" do
13
+ optional :url, :string, 2
14
+ end
15
+ end
16
+ end
17
+
18
+ module RSSFeedsPb
19
+ RSSFeed = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("blogs.RSSFeed").msgclass
20
+ CreateRSSFeedRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("blogs.CreateRSSFeedRequest").msgclass
21
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: igsr5-portfolio-proto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - igsr5
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-04-17 00:00:00.000000000 Z
11
+ date: 2022-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf
@@ -55,7 +55,7 @@ files:
55
55
  - lib/portfolio.rb
56
56
  - lib/portfolio/version.rb
57
57
  - lib/proto/blogs/blog_pb.rb
58
- - lib/proto/user_pb.rb
58
+ - lib/proto/blogs/rss_feed_pb.rb
59
59
  - sig/protosum2.rbs
60
60
  homepage: https://github.com/igsr5/portfolio
61
61
  licenses: []
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 Portfolio
18
- module UserPb
19
- User = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("userpb.User").msgclass
20
- end
21
- end