bmx-event_hook_client_server 1.3.1 → 1.4.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 +4 -4
- data/Gemfile.lock +154 -39
- data/event_hook_client_server.gemspec +3 -3
- data/lib/event_hook_client_server/protobuf/event_hook_client_server/v1/enums/integrator_pb.rb +7 -11
- data/lib/event_hook_client_server/protobuf/event_hook_client_server/v1/messages/error_pb.rb +7 -11
- data/lib/event_hook_client_server/protobuf/event_hook_client_server/v1/messages/integration_pb.rb +8 -83
- data/lib/event_hook_client_server/protobuf/event_hook_client_server/v1/messages/pagination_pb.rb +8 -20
- data/lib/event_hook_client_server/protobuf/event_hook_client_server/v1/services/webhook_configurator_pb.rb +8 -5
- data/lib/event_hook_client_server/protobuf/event_hook_client_server/v1/services/webhook_configurator_services_pb.rb +8 -8
- data/lib/event_hook_client_server/server.rb +2 -1
- data/lib/event_hook_client_server/version.rb +2 -2
- metadata +17 -14
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 10707b265dd818cf8bd4db54e916ada354e9dbbb97ab7552eec1c2be4bfcdfc4
|
|
4
|
+
data.tar.gz: f23ae059cea4b36ac4a9f73787e8a9f61ef83b2815949775e2c87b54803b8268
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0466f3abfec0d8a652401f52b0ccf960b6e36ac4e478dd2a24a33a2de811348d0be4cd7b08d55c1e8141d6b4b31803bf2df936112126f990a97bdc58f2d30153
|
|
7
|
+
data.tar.gz: 24f4fd846a204142e0d2159670585bace6d38b0af11f08c627090f9fa3157787f1904f4312c099d9198c0c7b00282e707e772d581cbe1971202811f94a376efc
|
data/Gemfile.lock
CHANGED
|
@@ -3,77 +3,192 @@ PATH
|
|
|
3
3
|
specs:
|
|
4
4
|
bmx-event_hook_client_server (1.3.1)
|
|
5
5
|
dry-struct (~> 1.0)
|
|
6
|
-
google-protobuf (
|
|
6
|
+
google-protobuf (>= 3.25, < 5.0)
|
|
7
7
|
grpc (~> 1.52)
|
|
8
8
|
retriable (~> 3.1.2)
|
|
9
|
+
timecop (~> 0.9.6)
|
|
9
10
|
|
|
10
11
|
GEM
|
|
11
12
|
remote: https://rubygems.org/
|
|
12
13
|
specs:
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
bigdecimal (4.1.2)
|
|
15
|
+
coderay (1.1.3)
|
|
16
|
+
concurrent-ruby (1.3.7)
|
|
17
|
+
diff-lcs (1.6.2)
|
|
18
|
+
dry-core (1.2.0)
|
|
17
19
|
concurrent-ruby (~> 1.0)
|
|
20
|
+
logger
|
|
18
21
|
zeitwerk (~> 2.6)
|
|
19
|
-
dry-inflector (1.
|
|
20
|
-
dry-logic (1.
|
|
22
|
+
dry-inflector (1.3.1)
|
|
23
|
+
dry-logic (1.6.0)
|
|
24
|
+
bigdecimal
|
|
21
25
|
concurrent-ruby (~> 1.0)
|
|
22
|
-
dry-core (~> 1.
|
|
26
|
+
dry-core (~> 1.1)
|
|
23
27
|
zeitwerk (~> 2.6)
|
|
24
|
-
dry-struct (1.
|
|
25
|
-
dry-core (~> 1.
|
|
26
|
-
dry-types (
|
|
28
|
+
dry-struct (1.8.1)
|
|
29
|
+
dry-core (~> 1.1)
|
|
30
|
+
dry-types (~> 1.8, >= 1.8.2)
|
|
27
31
|
ice_nine (~> 0.11)
|
|
28
32
|
zeitwerk (~> 2.6)
|
|
29
|
-
dry-types (1.
|
|
33
|
+
dry-types (1.9.1)
|
|
34
|
+
bigdecimal (>= 3.0)
|
|
30
35
|
concurrent-ruby (~> 1.0)
|
|
31
36
|
dry-core (~> 1.0)
|
|
32
37
|
dry-inflector (~> 1.0)
|
|
33
38
|
dry-logic (~> 1.4)
|
|
34
39
|
zeitwerk (~> 2.6)
|
|
35
|
-
google-protobuf (
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
+
google-protobuf (4.35.1)
|
|
41
|
+
bigdecimal
|
|
42
|
+
rake (~> 13.3)
|
|
43
|
+
google-protobuf (4.35.1-aarch64-linux-gnu)
|
|
44
|
+
bigdecimal
|
|
45
|
+
rake (~> 13.3)
|
|
46
|
+
google-protobuf (4.35.1-aarch64-linux-musl)
|
|
47
|
+
bigdecimal
|
|
48
|
+
rake (~> 13.3)
|
|
49
|
+
google-protobuf (4.35.1-arm64-darwin)
|
|
50
|
+
bigdecimal
|
|
51
|
+
rake (~> 13.3)
|
|
52
|
+
google-protobuf (4.35.1-x86-linux-gnu)
|
|
53
|
+
bigdecimal
|
|
54
|
+
rake (~> 13.3)
|
|
55
|
+
google-protobuf (4.35.1-x86-linux-musl)
|
|
56
|
+
bigdecimal
|
|
57
|
+
rake (~> 13.3)
|
|
58
|
+
google-protobuf (4.35.1-x86_64-darwin)
|
|
59
|
+
bigdecimal
|
|
60
|
+
rake (~> 13.3)
|
|
61
|
+
google-protobuf (4.35.1-x86_64-linux-gnu)
|
|
62
|
+
bigdecimal
|
|
63
|
+
rake (~> 13.3)
|
|
64
|
+
google-protobuf (4.35.1-x86_64-linux-musl)
|
|
65
|
+
bigdecimal
|
|
66
|
+
rake (~> 13.3)
|
|
67
|
+
googleapis-common-protos-types (1.23.0)
|
|
68
|
+
google-protobuf (~> 4.26)
|
|
69
|
+
grpc (1.81.1)
|
|
70
|
+
google-protobuf (>= 3.25, < 5.0)
|
|
40
71
|
googleapis-common-protos-types (~> 1.0)
|
|
41
|
-
grpc
|
|
72
|
+
grpc (1.81.1-aarch64-linux-gnu)
|
|
73
|
+
google-protobuf (>= 3.25, < 5.0)
|
|
74
|
+
googleapis-common-protos-types (~> 1.0)
|
|
75
|
+
grpc (1.81.1-aarch64-linux-musl)
|
|
76
|
+
google-protobuf (>= 3.25, < 5.0)
|
|
77
|
+
googleapis-common-protos-types (~> 1.0)
|
|
78
|
+
grpc (1.81.1-arm64-darwin)
|
|
79
|
+
google-protobuf (>= 3.25, < 5.0)
|
|
80
|
+
googleapis-common-protos-types (~> 1.0)
|
|
81
|
+
grpc (1.81.1-x86-linux-gnu)
|
|
82
|
+
google-protobuf (>= 3.25, < 5.0)
|
|
83
|
+
googleapis-common-protos-types (~> 1.0)
|
|
84
|
+
grpc (1.81.1-x86-linux-musl)
|
|
85
|
+
google-protobuf (>= 3.25, < 5.0)
|
|
86
|
+
googleapis-common-protos-types (~> 1.0)
|
|
87
|
+
grpc (1.81.1-x86_64-darwin)
|
|
88
|
+
google-protobuf (>= 3.25, < 5.0)
|
|
89
|
+
googleapis-common-protos-types (~> 1.0)
|
|
90
|
+
grpc (1.81.1-x86_64-linux-gnu)
|
|
91
|
+
google-protobuf (>= 3.25, < 5.0)
|
|
92
|
+
googleapis-common-protos-types (~> 1.0)
|
|
93
|
+
grpc (1.81.1-x86_64-linux-musl)
|
|
94
|
+
google-protobuf (>= 3.25, < 5.0)
|
|
95
|
+
googleapis-common-protos-types (~> 1.0)
|
|
96
|
+
grpc-tools (1.81.1)
|
|
42
97
|
ice_nine (0.11.2)
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
98
|
+
io-console (0.8.2)
|
|
99
|
+
logger (1.7.0)
|
|
100
|
+
method_source (1.1.0)
|
|
101
|
+
pry (0.16.0)
|
|
102
|
+
coderay (~> 1.1)
|
|
103
|
+
method_source (~> 1.0)
|
|
104
|
+
reline (>= 0.6.0)
|
|
105
|
+
rake (13.4.2)
|
|
106
|
+
reline (0.6.3)
|
|
107
|
+
io-console (~> 0.5)
|
|
48
108
|
retriable (3.1.2)
|
|
49
|
-
rspec (3.
|
|
50
|
-
rspec-core (~> 3.
|
|
51
|
-
rspec-expectations (~> 3.
|
|
52
|
-
rspec-mocks (~> 3.
|
|
53
|
-
rspec-core (3.
|
|
54
|
-
rspec-support (~> 3.
|
|
55
|
-
rspec-expectations (3.
|
|
109
|
+
rspec (3.13.2)
|
|
110
|
+
rspec-core (~> 3.13.0)
|
|
111
|
+
rspec-expectations (~> 3.13.0)
|
|
112
|
+
rspec-mocks (~> 3.13.0)
|
|
113
|
+
rspec-core (3.13.6)
|
|
114
|
+
rspec-support (~> 3.13.0)
|
|
115
|
+
rspec-expectations (3.13.5)
|
|
56
116
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
57
|
-
rspec-support (~> 3.
|
|
58
|
-
rspec-mocks (3.
|
|
117
|
+
rspec-support (~> 3.13.0)
|
|
118
|
+
rspec-mocks (3.13.8)
|
|
59
119
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
60
|
-
rspec-support (~> 3.
|
|
61
|
-
rspec-support (3.
|
|
62
|
-
timecop (0.9.
|
|
63
|
-
zeitwerk (2.
|
|
120
|
+
rspec-support (~> 3.13.0)
|
|
121
|
+
rspec-support (3.13.7)
|
|
122
|
+
timecop (0.9.11)
|
|
123
|
+
zeitwerk (2.8.2)
|
|
64
124
|
|
|
65
125
|
PLATFORMS
|
|
126
|
+
aarch64-linux-gnu
|
|
127
|
+
aarch64-linux-musl
|
|
128
|
+
arm64-darwin
|
|
66
129
|
ruby
|
|
130
|
+
x86-linux-gnu
|
|
131
|
+
x86-linux-musl
|
|
132
|
+
x86_64-darwin
|
|
133
|
+
x86_64-linux-gnu
|
|
134
|
+
x86_64-linux-musl
|
|
67
135
|
|
|
68
136
|
DEPENDENCIES
|
|
69
137
|
bmx-event_hook_client_server!
|
|
70
|
-
bundler (
|
|
138
|
+
bundler (>= 2.0)
|
|
71
139
|
grpc
|
|
72
140
|
grpc-tools
|
|
73
141
|
pry
|
|
74
|
-
rake (
|
|
142
|
+
rake (>= 10.0)
|
|
75
143
|
rspec (~> 3.0)
|
|
76
144
|
timecop
|
|
77
145
|
|
|
146
|
+
CHECKSUMS
|
|
147
|
+
bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd
|
|
148
|
+
bmx-event_hook_client_server (1.3.1)
|
|
149
|
+
coderay (1.1.3) sha256=dc530018a4684512f8f38143cd2a096c9f02a1fc2459edcfe534787a7fc77d4b
|
|
150
|
+
concurrent-ruby (1.3.7) sha256=4412caec3a5ea2e5fdc52076724c071a81f2c0593d83b2ac8cbb8ca63b3151b0
|
|
151
|
+
diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962
|
|
152
|
+
dry-core (1.2.0) sha256=0cc5a7da88df397f153947eeeae42e876e999c1e30900f3c536fb173854e96a1
|
|
153
|
+
dry-inflector (1.3.1) sha256=7fb0c2bb04f67638f25c52e7ba39ab435d922a3a5c3cd196120f63accb682dcc
|
|
154
|
+
dry-logic (1.6.0) sha256=da6fedbc0f90fc41f9b0cc7e6f05f5d529d1efaef6c8dcc8e0733f685745cea2
|
|
155
|
+
dry-struct (1.8.1) sha256=033868594c45241540172bf1ebbc8bb76b72b4f0717072325deba38ac13e80f1
|
|
156
|
+
dry-types (1.9.1) sha256=baebeecdb9f8395d6c9d227b62011279440943e3ef2468fe8ccc1ba11467f178
|
|
157
|
+
google-protobuf (4.35.1) sha256=a3a6471331d918f58dfa4d014a8f6286f0af2cf4840216bde52fcf2ea3fe3726
|
|
158
|
+
google-protobuf (4.35.1-aarch64-linux-gnu) sha256=50ca44d0eeff3f8475e630a1accdd974256f3510694d574e2c9d6119ea8bc9e1
|
|
159
|
+
google-protobuf (4.35.1-aarch64-linux-musl) sha256=d5c65cef6bd6498a9e5ed5f88cf6cf7e341c10b0a005e32137d5d1a2b6e8c18a
|
|
160
|
+
google-protobuf (4.35.1-arm64-darwin) sha256=d9c957df04fa89c749fa9a72a7b383eb4296efc9b2303dc6fd6fbe39c698ad6b
|
|
161
|
+
google-protobuf (4.35.1-x86-linux-gnu) sha256=cc7492566b27ad8b5dfa3a7b6f9b11e905050cc53c2fa8ff22de375a9e7a70fb
|
|
162
|
+
google-protobuf (4.35.1-x86-linux-musl) sha256=ab403790b59e4dc588ffbed1eaacf05d4ca2f0d12ac9c13d6c64e69380d8c99e
|
|
163
|
+
google-protobuf (4.35.1-x86_64-darwin) sha256=66b62b4df00931018a692806df66393efa960d6d2b7da69735187249f950d3ee
|
|
164
|
+
google-protobuf (4.35.1-x86_64-linux-gnu) sha256=c786439087512a3fbd199e9897d265b855f951d4027e218ea55e858d45969edd
|
|
165
|
+
google-protobuf (4.35.1-x86_64-linux-musl) sha256=91890eb0002934a339fdb7d77a147c46b7474b6799db27872b747b905837f744
|
|
166
|
+
googleapis-common-protos-types (1.23.0) sha256=992e740a523794d9fc5f29a504465d8fc737aaa16c930fe7228e3346860faf0a
|
|
167
|
+
grpc (1.81.1) sha256=9e5772153fe13a389654e9d397a90400f0077307fb4369f79f941d96c72e89cb
|
|
168
|
+
grpc (1.81.1-aarch64-linux-gnu) sha256=aa24d7253a2b15d2c3570265a2f58bb8aca0ecd2e1116b7a259d633ebf582445
|
|
169
|
+
grpc (1.81.1-aarch64-linux-musl) sha256=36af13b712e33b323878096ddcab7ec75d107d2e03ffce4aa2fcb70835747c8c
|
|
170
|
+
grpc (1.81.1-arm64-darwin) sha256=6def610da088597e1a94bafbb36a92f19c456cb7df7bbe9618aeb63e8805ae9a
|
|
171
|
+
grpc (1.81.1-x86-linux-gnu) sha256=05d85380ea3177e57b64b3a3cf5558fa6276ea5e81035e7e50f3d66b0a1dfe86
|
|
172
|
+
grpc (1.81.1-x86-linux-musl) sha256=ed6d840a2026f056eda6646a78c5c632b948d6fabd564f3ebba641dc6c7f2b41
|
|
173
|
+
grpc (1.81.1-x86_64-darwin) sha256=f8c44cdfc26270247f2beb49ecbc983d0c184b6c24ac4670d1d24f0efba811ed
|
|
174
|
+
grpc (1.81.1-x86_64-linux-gnu) sha256=cf1053a594d026d2ec560457111258cd207bc67847aab24f96e04e2fbeddc4dd
|
|
175
|
+
grpc (1.81.1-x86_64-linux-musl) sha256=c4e2d53566dedfb7e76b2226c18f92f6378b29fefb80879b2dabe17480faa555
|
|
176
|
+
grpc-tools (1.81.1) sha256=5084f9cbb1b48d21509a555afdc65406405049cb69b2094db4fc3d7f71f0a16b
|
|
177
|
+
ice_nine (0.11.2) sha256=5d506a7d2723d5592dc121b9928e4931742730131f22a1a37649df1c1e2e63db
|
|
178
|
+
io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
|
|
179
|
+
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
|
|
180
|
+
method_source (1.1.0) sha256=181301c9c45b731b4769bc81e8860e72f9161ad7d66dd99103c9ab84f560f5c5
|
|
181
|
+
pry (0.16.0) sha256=d76c69065698ed1f85e717bd33d7942c38a50868f6b0673c636192b3d1b6054e
|
|
182
|
+
rake (13.4.2) sha256=cb825b2bd5f1f8e91ca37bddb4b9aaf345551b4731da62949be002fa89283701
|
|
183
|
+
reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
|
|
184
|
+
retriable (3.1.2) sha256=0a5a5d0ca4ba61a76fb31a17ab8f7f80281beb040c329d34dfc137a1398688e0
|
|
185
|
+
rspec (3.13.2) sha256=206284a08ad798e61f86d7ca3e376718d52c0bc944626b2349266f239f820587
|
|
186
|
+
rspec-core (3.13.6) sha256=a8823c6411667b60a8bca135364351dda34cd55e44ff94c4be4633b37d828b2d
|
|
187
|
+
rspec-expectations (3.13.5) sha256=33a4d3a1d95060aea4c94e9f237030a8f9eae5615e9bd85718fe3a09e4b58836
|
|
188
|
+
rspec-mocks (3.13.8) sha256=086ad3d3d17533f4237643de0b5c42f04b66348c28bf6b9c2d3f4a3b01af1d47
|
|
189
|
+
rspec-support (3.13.7) sha256=0640e5570872aafefd79867901deeeeb40b0c9875a36b983d85f54fb7381c47c
|
|
190
|
+
timecop (0.9.11) sha256=41284dc6e5041f2184f781ace766f942108c842f8d8c1386a26e6343decc7542
|
|
191
|
+
zeitwerk (2.8.2) sha256=7212a61311083c604184b1ea2574b9aa05cd14f855a0841c06985cabe9181d12
|
|
192
|
+
|
|
78
193
|
BUNDLED WITH
|
|
79
|
-
|
|
194
|
+
4.0.10
|
|
@@ -57,13 +57,13 @@ Gem::Specification.new do |spec|
|
|
|
57
57
|
spec.require_paths = ['lib']
|
|
58
58
|
|
|
59
59
|
spec.add_dependency 'dry-struct', '~> 1.0'
|
|
60
|
-
spec.add_dependency 'google-protobuf', '
|
|
60
|
+
spec.add_dependency 'google-protobuf', '>= 3.25', '< 5.0'
|
|
61
61
|
spec.add_dependency 'grpc', '~> 1.52'
|
|
62
62
|
spec.add_dependency 'retriable', '~> 3.1.2'
|
|
63
63
|
spec.add_dependency 'timecop', '~> 0.9.6'
|
|
64
64
|
# spec.add_dependency 'zeitwerk'
|
|
65
65
|
|
|
66
|
-
spec.add_development_dependency 'bundler', '
|
|
67
|
-
spec.add_development_dependency 'rake', '
|
|
66
|
+
spec.add_development_dependency 'bundler', '>= 2.0'
|
|
67
|
+
spec.add_development_dependency 'rake', '>= 10.0'
|
|
68
68
|
spec.add_development_dependency 'rspec', '~> 3.0'
|
|
69
69
|
end
|
data/lib/event_hook_client_server/protobuf/event_hook_client_server/v1/enums/integrator_pb.rb
CHANGED
|
@@ -1,18 +1,14 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
1
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
|
-
# source: event_hook_client_server/
|
|
3
|
+
# source: event_hook_client_server/v1/enums/integrator.proto
|
|
3
4
|
|
|
4
5
|
require 'google/protobuf'
|
|
5
6
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
value :AIRBNB, 1
|
|
12
|
-
value :SYNC, 2
|
|
13
|
-
end
|
|
14
|
-
end
|
|
15
|
-
end
|
|
7
|
+
|
|
8
|
+
descriptor_data = "\n2event_hook_client_server/v1/enums/integrator.proto\x12!event_hook_client_server.v1.enums*8\n\nIntegrator\x12\x0b\n\x07WEBHOOK\x10\x00\x12\x07\n\x03PDK\x10\t\x12\n\n\x06\x41IRBNB\x10\x01\x12\x08\n\x04SYNC\x10\x02\x62\x06proto3"
|
|
9
|
+
|
|
10
|
+
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
11
|
+
pool.add_serialized_file(descriptor_data)
|
|
16
12
|
|
|
17
13
|
module EventHookClientServer
|
|
18
14
|
module V1
|
|
@@ -1,18 +1,14 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
1
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
|
-
# source: event_hook_client_server/
|
|
3
|
+
# source: event_hook_client_server/v1/messages/error.proto
|
|
3
4
|
|
|
4
5
|
require 'google/protobuf'
|
|
5
6
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
optional :path, :string, 3
|
|
12
|
-
repeated :messages, :string, 4
|
|
13
|
-
end
|
|
14
|
-
end
|
|
15
|
-
end
|
|
7
|
+
|
|
8
|
+
descriptor_data = "\n0event_hook_client_server/v1/messages/error.proto\x12$event_hook_client_server.v1.messages\"B\n\x05\x45rror\x12\x0c\n\x04\x63ode\x18\x01 \x01(\t\x12\x0b\n\x03key\x18\x02 \x01(\t\x12\x0c\n\x04path\x18\x03 \x01(\t\x12\x10\n\x08messages\x18\x04 \x03(\tb\x06proto3"
|
|
9
|
+
|
|
10
|
+
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
11
|
+
pool.add_serialized_file(descriptor_data)
|
|
16
12
|
|
|
17
13
|
module EventHookClientServer
|
|
18
14
|
module V1
|
data/lib/event_hook_client_server/protobuf/event_hook_client_server/v1/messages/integration_pb.rb
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
1
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
|
-
# source: event_hook_client_server/
|
|
3
|
+
# source: event_hook_client_server/v1/messages/integration.proto
|
|
3
4
|
|
|
4
5
|
require 'google/protobuf'
|
|
5
6
|
|
|
@@ -8,88 +9,12 @@ require 'event_hook_client_server/protobuf/event_hook_client_server/v1/messages/
|
|
|
8
9
|
require 'event_hook_client_server/protobuf/event_hook_client_server/v1/messages/error_pb'
|
|
9
10
|
require 'google/protobuf/wrappers_pb'
|
|
10
11
|
require 'google/protobuf/struct_pb'
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
optional :config, :message, 4, "google.protobuf.Struct"
|
|
18
|
-
optional :building_id, :message, 10, "google.protobuf.StringValue"
|
|
19
|
-
optional :tenant_id, :message, 11, "google.protobuf.StringValue"
|
|
20
|
-
optional :company_id, :message, 12, "google.protobuf.StringValue"
|
|
21
|
-
optional :unit_id, :message, 13, "google.protobuf.StringValue"
|
|
22
|
-
optional :oauth_client_id, :message, 14, "google.protobuf.StringValue"
|
|
23
|
-
optional :created_by_id, :message, 15, "google.protobuf.StringValue"
|
|
24
|
-
end
|
|
25
|
-
add_message "event_hook_client_server.v1.messages.IntegrationConfiguration" do
|
|
26
|
-
optional :type, :enum, 1, "event_hook_client_server.v1.enums.Integrator"
|
|
27
|
-
optional :params, :message, 2, "google.protobuf.Struct"
|
|
28
|
-
end
|
|
29
|
-
add_message "event_hook_client_server.v1.messages.IntegrationBinding" do
|
|
30
|
-
optional :resource_type, :string, 1
|
|
31
|
-
optional :resource_id, :string, 2
|
|
32
|
-
repeated :actions, :string, 3
|
|
33
|
-
end
|
|
34
|
-
add_message "event_hook_client_server.v1.messages.IntegrationInput" do
|
|
35
|
-
optional :configuration, :message, 1, "event_hook_client_server.v1.messages.IntegrationInputConfiguration"
|
|
36
|
-
repeated :bindings, :message, 2, "event_hook_client_server.v1.messages.IntegrationBindingInput"
|
|
37
|
-
optional :building_id, :message, 10, "google.protobuf.StringValue"
|
|
38
|
-
optional :tenant_id, :message, 11, "google.protobuf.StringValue"
|
|
39
|
-
optional :company_id, :message, 12, "google.protobuf.StringValue"
|
|
40
|
-
optional :unit_id, :message, 13, "google.protobuf.StringValue"
|
|
41
|
-
optional :oauth_client_id, :message, 14, "google.protobuf.StringValue"
|
|
42
|
-
optional :created_by_id, :message, 15, "google.protobuf.StringValue"
|
|
43
|
-
end
|
|
44
|
-
add_message "event_hook_client_server.v1.messages.IntegrationInputConfiguration" do
|
|
45
|
-
optional :type, :enum, 1, "event_hook_client_server.v1.enums.Integrator"
|
|
46
|
-
optional :params, :message, 2, "google.protobuf.Struct"
|
|
47
|
-
end
|
|
48
|
-
add_message "event_hook_client_server.v1.messages.IntegrationBindingInput" do
|
|
49
|
-
optional :resource_type, :string, 1
|
|
50
|
-
repeated :actions, :string, 3
|
|
51
|
-
oneof :specific_id do
|
|
52
|
-
optional :resource_id, :string, 2
|
|
53
|
-
end
|
|
54
|
-
end
|
|
55
|
-
add_message "event_hook_client_server.v1.messages.IntegrationCreateRequest" do
|
|
56
|
-
optional :input, :message, 2, "event_hook_client_server.v1.messages.IntegrationInput"
|
|
57
|
-
end
|
|
58
|
-
add_message "event_hook_client_server.v1.messages.IntegrationUpdateRequest" do
|
|
59
|
-
optional :id, :string, 1
|
|
60
|
-
optional :input, :message, 2, "event_hook_client_server.v1.messages.IntegrationInput"
|
|
61
|
-
end
|
|
62
|
-
add_message "event_hook_client_server.v1.messages.IntegrationDestroyRequest" do
|
|
63
|
-
optional :id, :string, 1
|
|
64
|
-
end
|
|
65
|
-
add_message "event_hook_client_server.v1.messages.GetIntegrationRequest" do
|
|
66
|
-
optional :id, :string, 1
|
|
67
|
-
end
|
|
68
|
-
add_message "event_hook_client_server.v1.messages.ListIntegrationsRequest" do
|
|
69
|
-
optional :pagination, :message, 1, "event_hook_client_server.v1.messages.PaginationInput"
|
|
70
|
-
optional :query_params, :message, 2, "event_hook_client_server.v1.messages.IntegrationQueryParams"
|
|
71
|
-
end
|
|
72
|
-
add_message "event_hook_client_server.v1.messages.FindIntegrationsFromHeadersRequest" do
|
|
73
|
-
optional :pagination, :message, 1, "event_hook_client_server.v1.messages.PaginationInput"
|
|
74
|
-
optional :headers, :message, 2, "google.protobuf.Struct"
|
|
75
|
-
end
|
|
76
|
-
add_message "event_hook_client_server.v1.messages.IntegrationSingleResponse" do
|
|
77
|
-
optional :integration, :message, 2, "event_hook_client_server.v1.messages.Integration"
|
|
78
|
-
repeated :errors, :message, 3, "event_hook_client_server.v1.messages.Error"
|
|
79
|
-
end
|
|
80
|
-
add_message "event_hook_client_server.v1.messages.IntegrationsListResponse" do
|
|
81
|
-
repeated :integrations, :message, 2, "event_hook_client_server.v1.messages.Integration"
|
|
82
|
-
optional :pagination, :message, 3, "event_hook_client_server.v1.messages.Pagination"
|
|
83
|
-
repeated :errors, :message, 4, "event_hook_client_server.v1.messages.Error"
|
|
84
|
-
end
|
|
85
|
-
add_message "event_hook_client_server.v1.messages.IntegrationQueryParams" do
|
|
86
|
-
optional :building_id, :message, 10, "google.protobuf.StringValue"
|
|
87
|
-
optional :tenant_id, :message, 11, "google.protobuf.StringValue"
|
|
88
|
-
optional :company_id, :message, 12, "google.protobuf.StringValue"
|
|
89
|
-
optional :unit_id, :message, 13, "google.protobuf.StringValue"
|
|
90
|
-
end
|
|
91
|
-
end
|
|
92
|
-
end
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
descriptor_data = "\n6event_hook_client_server/v1/messages/integration.proto\x12$event_hook_client_server.v1.messages\x1a\x32\x65vent_hook_client_server/v1/enums/integrator.proto\x1a\x35\x65vent_hook_client_server/v1/messages/pagination.proto\x1a\x30\x65vent_hook_client_server/v1/messages/error.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1cgoogle/protobuf/struct.proto\"\x82\x04\n\x0bIntegration\x12\n\n\x02id\x18\x01 \x01(\t\x12\x41\n\nintegrator\x18\x02 \x01(\x0e\x32-.event_hook_client_server.v1.enums.Integrator\x12J\n\x08\x62indings\x18\x03 \x03(\x0b\x32\x38.event_hook_client_server.v1.messages.IntegrationBinding\x12\'\n\x06\x63onfig\x18\x04 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x31\n\x0b\x62uilding_id\x18\n \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12/\n\ttenant_id\x18\x0b \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x30\n\ncompany_id\x18\x0c \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12-\n\x07unit_id\x18\r \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x35\n\x0foauth_client_id\x18\x0e \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x33\n\rcreated_by_id\x18\x0f \x01(\x0b\x32\x1c.google.protobuf.StringValue\"\x80\x01\n\x18IntegrationConfiguration\x12;\n\x04type\x18\x01 \x01(\x0e\x32-.event_hook_client_server.v1.enums.Integrator\x12\'\n\x06params\x18\x02 \x01(\x0b\x32\x17.google.protobuf.Struct\"Q\n\x12IntegrationBinding\x12\x15\n\rresource_type\x18\x01 \x01(\t\x12\x13\n\x0bresource_id\x18\x02 \x01(\t\x12\x0f\n\x07\x61\x63tions\x18\x03 \x03(\t\"\xf0\x03\n\x10IntegrationInput\x12Z\n\rconfiguration\x18\x01 \x01(\x0b\x32\x43.event_hook_client_server.v1.messages.IntegrationInputConfiguration\x12O\n\x08\x62indings\x18\x02 \x03(\x0b\x32=.event_hook_client_server.v1.messages.IntegrationBindingInput\x12\x31\n\x0b\x62uilding_id\x18\n \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12/\n\ttenant_id\x18\x0b \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x30\n\ncompany_id\x18\x0c \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12-\n\x07unit_id\x18\r \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x35\n\x0foauth_client_id\x18\x0e \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x33\n\rcreated_by_id\x18\x0f \x01(\x0b\x32\x1c.google.protobuf.StringValue\"\x85\x01\n\x1dIntegrationInputConfiguration\x12;\n\x04type\x18\x01 \x01(\x0e\x32-.event_hook_client_server.v1.enums.Integrator\x12\'\n\x06params\x18\x02 \x01(\x0b\x32\x17.google.protobuf.Struct\"g\n\x17IntegrationBindingInput\x12\x15\n\rresource_type\x18\x01 \x01(\t\x12\x15\n\x0bresource_id\x18\x02 \x01(\tH\x00\x12\x0f\n\x07\x61\x63tions\x18\x03 \x03(\tB\r\n\x0bspecific_id\"a\n\x18IntegrationCreateRequest\x12\x45\n\x05input\x18\x02 \x01(\x0b\x32\x36.event_hook_client_server.v1.messages.IntegrationInput\"m\n\x18IntegrationUpdateRequest\x12\n\n\x02id\x18\x01 \x01(\t\x12\x45\n\x05input\x18\x02 \x01(\x0b\x32\x36.event_hook_client_server.v1.messages.IntegrationInput\"\'\n\x19IntegrationDestroyRequest\x12\n\n\x02id\x18\x01 \x01(\t\"#\n\x15GetIntegrationRequest\x12\n\n\x02id\x18\x01 \x01(\t\"\xb8\x01\n\x17ListIntegrationsRequest\x12I\n\npagination\x18\x01 \x01(\x0b\x32\x35.event_hook_client_server.v1.messages.PaginationInput\x12R\n\x0cquery_params\x18\x02 \x01(\x0b\x32<.event_hook_client_server.v1.messages.IntegrationQueryParams\"\x99\x01\n\"FindIntegrationsFromHeadersRequest\x12I\n\npagination\x18\x01 \x01(\x0b\x32\x35.event_hook_client_server.v1.messages.PaginationInput\x12(\n\x07headers\x18\x02 \x01(\x0b\x32\x17.google.protobuf.Struct\"\xa0\x01\n\x19IntegrationSingleResponse\x12\x46\n\x0bintegration\x18\x02 \x01(\x0b\x32\x31.event_hook_client_server.v1.messages.Integration\x12;\n\x06\x65rrors\x18\x03 \x03(\x0b\x32+.event_hook_client_server.v1.messages.Error\"\xe6\x01\n\x18IntegrationsListResponse\x12G\n\x0cintegrations\x18\x02 \x03(\x0b\x32\x31.event_hook_client_server.v1.messages.Integration\x12\x44\n\npagination\x18\x03 \x01(\x0b\x32\x30.event_hook_client_server.v1.messages.Pagination\x12;\n\x06\x65rrors\x18\x04 \x03(\x0b\x32+.event_hook_client_server.v1.messages.Error\"\xdd\x01\n\x16IntegrationQueryParams\x12\x31\n\x0b\x62uilding_id\x18\n \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12/\n\ttenant_id\x18\x0b \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x30\n\ncompany_id\x18\x0c \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12-\n\x07unit_id\x18\r \x01(\x0b\x32\x1c.google.protobuf.StringValueb\x06proto3"
|
|
15
|
+
|
|
16
|
+
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
17
|
+
pool.add_serialized_file(descriptor_data)
|
|
93
18
|
|
|
94
19
|
module EventHookClientServer
|
|
95
20
|
module V1
|
data/lib/event_hook_client_server/protobuf/event_hook_client_server/v1/messages/pagination_pb.rb
CHANGED
|
@@ -1,28 +1,16 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
1
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
|
-
# source: event_hook_client_server/
|
|
3
|
+
# source: event_hook_client_server/v1/messages/pagination.proto
|
|
3
4
|
|
|
4
5
|
require 'google/protobuf'
|
|
5
6
|
|
|
6
7
|
require 'google/protobuf/wrappers_pb'
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
end
|
|
14
|
-
add_message "event_hook_client_server.v1.messages.Pagination" do
|
|
15
|
-
optional :cursors, :message, 1, "event_hook_client_server.v1.messages.Cursors"
|
|
16
|
-
optional :count, :uint64, 2
|
|
17
|
-
optional :total, :uint64, 3
|
|
18
|
-
optional :per_page, :uint64, 4
|
|
19
|
-
end
|
|
20
|
-
add_message "event_hook_client_server.v1.messages.PaginationInput" do
|
|
21
|
-
optional :cursor, :string, 1
|
|
22
|
-
optional :per_page, :uint64, 2
|
|
23
|
-
end
|
|
24
|
-
end
|
|
25
|
-
end
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
descriptor_data = "\n5event_hook_client_server/v1/messages/pagination.proto\x12$event_hook_client_server.v1.messages\x1a\x1egoogle/protobuf/wrappers.proto\"\x94\x01\n\x07\x43ursors\x12-\n\x07\x63urrent\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12.\n\x08previous\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12*\n\x04next\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.StringValue\"|\n\nPagination\x12>\n\x07\x63ursors\x18\x01 \x01(\x0b\x32-.event_hook_client_server.v1.messages.Cursors\x12\r\n\x05\x63ount\x18\x02 \x01(\x04\x12\r\n\x05total\x18\x03 \x01(\x04\x12\x10\n\x08per_page\x18\x04 \x01(\x04\"3\n\x0fPaginationInput\x12\x0e\n\x06\x63ursor\x18\x01 \x01(\t\x12\x10\n\x08per_page\x18\x02 \x01(\x04\x62\x06proto3"
|
|
11
|
+
|
|
12
|
+
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
13
|
+
pool.add_serialized_file(descriptor_data)
|
|
26
14
|
|
|
27
15
|
module EventHookClientServer
|
|
28
16
|
module V1
|
|
@@ -1,13 +1,16 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
1
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
|
-
# source: event_hook_client_server/
|
|
3
|
+
# source: event_hook_client_server/v1/services/webhook_configurator.proto
|
|
3
4
|
|
|
4
5
|
require 'google/protobuf'
|
|
5
6
|
|
|
6
7
|
require 'event_hook_client_server/protobuf/event_hook_client_server/v1/messages/integration_pb'
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
descriptor_data = "\n?event_hook_client_server/v1/services/webhook_configurator.proto\x12$event_hook_client_server.v1.services\x1a\x36\x65vent_hook_client_server/v1/messages/integration.proto2\x99\x07\n\tEventHook\x12\x94\x01\n\x11\x43reateIntegration\x12>.event_hook_client_server.v1.messages.IntegrationCreateRequest\x1a?.event_hook_client_server.v1.messages.IntegrationSingleResponse\x12\x94\x01\n\x11UpdateIntegration\x12>.event_hook_client_server.v1.messages.IntegrationUpdateRequest\x1a?.event_hook_client_server.v1.messages.IntegrationSingleResponse\x12\x96\x01\n\x12\x44\x65stroyIntegration\x12?.event_hook_client_server.v1.messages.IntegrationDestroyRequest\x1a?.event_hook_client_server.v1.messages.IntegrationSingleResponse\x12\x8b\x01\n\x0bIntegration\x12;.event_hook_client_server.v1.messages.GetIntegrationRequest\x1a?.event_hook_client_server.v1.messages.IntegrationSingleResponse\x12\x8d\x01\n\x0cIntegrations\x12=.event_hook_client_server.v1.messages.ListIntegrationsRequest\x1a>.event_hook_client_server.v1.messages.IntegrationsListResponse\x12\xa6\x01\n\x1a\x46indIntegrationFromHeaders\x12H.event_hook_client_server.v1.messages.FindIntegrationsFromHeadersRequest\x1a>.event_hook_client_server.v1.messages.IntegrationsListResponseb\x06proto3"
|
|
11
|
+
|
|
12
|
+
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
13
|
+
pool.add_serialized_file(descriptor_data)
|
|
11
14
|
|
|
12
15
|
module EventHookClientServer
|
|
13
16
|
module V1
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
|
-
# Source: event_hook_client_server/
|
|
2
|
+
# Source: event_hook_client_server/v1/services/webhook_configurator.proto for package 'event_hook_client_server.v1.services'
|
|
3
3
|
|
|
4
4
|
require 'grpc'
|
|
5
5
|
require 'event_hook_client_server/protobuf/event_hook_client_server/v1/services/webhook_configurator_pb'
|
|
@@ -10,7 +10,7 @@ module EventHookClientServer
|
|
|
10
10
|
module EventHook
|
|
11
11
|
class Service
|
|
12
12
|
|
|
13
|
-
include GRPC::GenericService
|
|
13
|
+
include ::GRPC::GenericService
|
|
14
14
|
|
|
15
15
|
self.marshal_class_method = :encode
|
|
16
16
|
self.unmarshal_class_method = :decode
|
|
@@ -18,17 +18,17 @@ module EventHookClientServer
|
|
|
18
18
|
|
|
19
19
|
# Integration
|
|
20
20
|
# CREATE
|
|
21
|
-
rpc :CreateIntegration, EventHookClientServer::V1::Messages::IntegrationCreateRequest, EventHookClientServer::V1::Messages::IntegrationSingleResponse
|
|
21
|
+
rpc :CreateIntegration, ::EventHookClientServer::V1::Messages::IntegrationCreateRequest, ::EventHookClientServer::V1::Messages::IntegrationSingleResponse
|
|
22
22
|
# UPDATE
|
|
23
|
-
rpc :UpdateIntegration, EventHookClientServer::V1::Messages::IntegrationUpdateRequest, EventHookClientServer::V1::Messages::IntegrationSingleResponse
|
|
23
|
+
rpc :UpdateIntegration, ::EventHookClientServer::V1::Messages::IntegrationUpdateRequest, ::EventHookClientServer::V1::Messages::IntegrationSingleResponse
|
|
24
24
|
# DESTROY
|
|
25
|
-
rpc :DestroyIntegration, EventHookClientServer::V1::Messages::IntegrationDestroyRequest, EventHookClientServer::V1::Messages::IntegrationSingleResponse
|
|
25
|
+
rpc :DestroyIntegration, ::EventHookClientServer::V1::Messages::IntegrationDestroyRequest, ::EventHookClientServer::V1::Messages::IntegrationSingleResponse
|
|
26
26
|
# SHOW
|
|
27
|
-
rpc :Integration, EventHookClientServer::V1::Messages::GetIntegrationRequest, EventHookClientServer::V1::Messages::IntegrationSingleResponse
|
|
27
|
+
rpc :Integration, ::EventHookClientServer::V1::Messages::GetIntegrationRequest, ::EventHookClientServer::V1::Messages::IntegrationSingleResponse
|
|
28
28
|
# INDEX
|
|
29
|
-
rpc :Integrations, EventHookClientServer::V1::Messages::ListIntegrationsRequest, EventHookClientServer::V1::Messages::IntegrationsListResponse
|
|
29
|
+
rpc :Integrations, ::EventHookClientServer::V1::Messages::ListIntegrationsRequest, ::EventHookClientServer::V1::Messages::IntegrationsListResponse
|
|
30
30
|
#
|
|
31
|
-
rpc :FindIntegrationFromHeaders, EventHookClientServer::V1::Messages::FindIntegrationsFromHeadersRequest, EventHookClientServer::V1::Messages::IntegrationsListResponse
|
|
31
|
+
rpc :FindIntegrationFromHeaders, ::EventHookClientServer::V1::Messages::FindIntegrationsFromHeadersRequest, ::EventHookClientServer::V1::Messages::IntegrationsListResponse
|
|
32
32
|
end
|
|
33
33
|
|
|
34
34
|
Stub = Service.rpc_stub_class
|
|
@@ -53,7 +53,8 @@ module EventHookClientServer
|
|
|
53
53
|
self.logger = logger unless logger.nil?
|
|
54
54
|
|
|
55
55
|
config = self.class.default_config.merge(config || {})
|
|
56
|
-
|
|
56
|
+
# grpc >= 1.x on Ruby 3+ requires keyword args (no positional hash).
|
|
57
|
+
self.server = ::GRPC::RpcServer.new(**config)
|
|
57
58
|
server.add_http2_port(binding_address, :this_port_is_insecure)
|
|
58
59
|
|
|
59
60
|
self.logger
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bmx-event_hook_client_server
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stanko K.R.
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: exe
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: dry-struct
|
|
@@ -28,16 +27,22 @@ dependencies:
|
|
|
28
27
|
name: google-protobuf
|
|
29
28
|
requirement: !ruby/object:Gem::Requirement
|
|
30
29
|
requirements:
|
|
31
|
-
- - "
|
|
30
|
+
- - ">="
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '3.25'
|
|
33
|
+
- - "<"
|
|
32
34
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '
|
|
35
|
+
version: '5.0'
|
|
34
36
|
type: :runtime
|
|
35
37
|
prerelease: false
|
|
36
38
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
39
|
requirements:
|
|
38
|
-
- - "
|
|
40
|
+
- - ">="
|
|
41
|
+
- !ruby/object:Gem::Version
|
|
42
|
+
version: '3.25'
|
|
43
|
+
- - "<"
|
|
39
44
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '
|
|
45
|
+
version: '5.0'
|
|
41
46
|
- !ruby/object:Gem::Dependency
|
|
42
47
|
name: grpc
|
|
43
48
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -84,28 +89,28 @@ dependencies:
|
|
|
84
89
|
name: bundler
|
|
85
90
|
requirement: !ruby/object:Gem::Requirement
|
|
86
91
|
requirements:
|
|
87
|
-
- - "
|
|
92
|
+
- - ">="
|
|
88
93
|
- !ruby/object:Gem::Version
|
|
89
94
|
version: '2.0'
|
|
90
95
|
type: :development
|
|
91
96
|
prerelease: false
|
|
92
97
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
98
|
requirements:
|
|
94
|
-
- - "
|
|
99
|
+
- - ">="
|
|
95
100
|
- !ruby/object:Gem::Version
|
|
96
101
|
version: '2.0'
|
|
97
102
|
- !ruby/object:Gem::Dependency
|
|
98
103
|
name: rake
|
|
99
104
|
requirement: !ruby/object:Gem::Requirement
|
|
100
105
|
requirements:
|
|
101
|
-
- - "
|
|
106
|
+
- - ">="
|
|
102
107
|
- !ruby/object:Gem::Version
|
|
103
108
|
version: '10.0'
|
|
104
109
|
type: :development
|
|
105
110
|
prerelease: false
|
|
106
111
|
version_requirements: !ruby/object:Gem::Requirement
|
|
107
112
|
requirements:
|
|
108
|
-
- - "
|
|
113
|
+
- - ">="
|
|
109
114
|
- !ruby/object:Gem::Version
|
|
110
115
|
version: '10.0'
|
|
111
116
|
- !ruby/object:Gem::Dependency
|
|
@@ -164,7 +169,6 @@ metadata:
|
|
|
164
169
|
homepage_uri: https://github.com/runslikebutter/event_hook_client_server
|
|
165
170
|
source_code_uri: https://github.com/runslikebutter/event_hook_client_server
|
|
166
171
|
changelog_uri: https://github.com/runslikebutter/event_hook_client_server/blob/master/CHANGELOG.md
|
|
167
|
-
post_install_message:
|
|
168
172
|
rdoc_options: []
|
|
169
173
|
require_paths:
|
|
170
174
|
- lib
|
|
@@ -179,8 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
179
183
|
- !ruby/object:Gem::Version
|
|
180
184
|
version: '0'
|
|
181
185
|
requirements: []
|
|
182
|
-
rubygems_version: 3.
|
|
183
|
-
signing_key:
|
|
186
|
+
rubygems_version: 3.6.9
|
|
184
187
|
specification_version: 4
|
|
185
188
|
summary: Client and server implementation for the Webhook Configurator service.
|
|
186
189
|
test_files: []
|