bmx-event_hook_client_server 1.0.15 → 1.0.16
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 +3 -3
- data/lib/event_hook_client_server/server.rb +2 -0
- data/lib/event_hook_client_server/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ad50020fc0d513ed12ac54d12e073ba6120e8902
|
|
4
|
+
data.tar.gz: 27ee68a719edb0feb98ada33fa91d995e71a50ed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6b4f3070f8279366f50cd69c01ef7c863983d2afeaf5655955139fbf9aa32625cc2d58c438a86c70bb651a94405c48e96e53b3be6ebee27ae310e3c2aac6031f
|
|
7
|
+
data.tar.gz: 3d3fd7de52be8c1a81af8fb7a0126b15c3756ad1d10f0825d50eccaa9152b45f6ef1bb5db07266d7f0424644b6a674381a6bcdc0f268341c05680f45d81e1d48
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
bmx-event_hook_client_server (1.0.
|
|
4
|
+
bmx-event_hook_client_server (1.0.16)
|
|
5
5
|
dry-struct (~> 1.0)
|
|
6
6
|
google-protobuf (~> 3.9.2)
|
|
7
7
|
grpc (~> 1.24.0)
|
|
@@ -13,7 +13,7 @@ GEM
|
|
|
13
13
|
coderay (1.1.2)
|
|
14
14
|
concurrent-ruby (1.1.6)
|
|
15
15
|
diff-lcs (1.3)
|
|
16
|
-
dry-configurable (0.11.
|
|
16
|
+
dry-configurable (0.11.5)
|
|
17
17
|
concurrent-ruby (~> 1.0)
|
|
18
18
|
dry-core (~> 0.4, >= 0.4.7)
|
|
19
19
|
dry-equalizer (~> 0.2)
|
|
@@ -33,7 +33,7 @@ GEM
|
|
|
33
33
|
dry-equalizer (~> 0.3)
|
|
34
34
|
dry-types (~> 1.3)
|
|
35
35
|
ice_nine (~> 0.11)
|
|
36
|
-
dry-types (1.
|
|
36
|
+
dry-types (1.4.0)
|
|
37
37
|
concurrent-ruby (~> 1.0)
|
|
38
38
|
dry-container (~> 0.3)
|
|
39
39
|
dry-core (~> 0.4, >= 0.4.4)
|
|
@@ -71,6 +71,8 @@ module EventHookClientServer
|
|
|
71
71
|
# Defines SHOW, INDEX, CREATE, UPDATE and DELETE methods
|
|
72
72
|
generic_rpc :integration
|
|
73
73
|
|
|
74
|
+
attr_accessor :find_integration_from_headers_handler
|
|
75
|
+
|
|
74
76
|
def find_integration_from_headers(input, request)
|
|
75
77
|
process_request(__method__, input, request)
|
|
76
78
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bmx-event_hook_client_server
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.16
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stanko K.R.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-04-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: dry-struct
|