bmx-event_hook_client_server 1.2.1 → 1.3.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: f66e58aa936cf2fb26f92d66a0138df13a15c218a720c6f743a6bdb8ac57f20e
4
- data.tar.gz: b42b4e31b6c614021b008447e51df47f97bd6708a64ad52af83050c77fb5edcf
3
+ metadata.gz: 6430ec533474cbb6cc242f265f185aadc68d6178c5089f7824b70f815f478d49
4
+ data.tar.gz: c244b8a2d2379d044250fbb1e685b47ceb5057fe64007e573acab311e74af0de
5
5
  SHA512:
6
- metadata.gz: dde07db7e2c8d556dc6879e44a50760133906631db872b27d71785c4e78167fa65a3bbdabeb1411c7f92a5031bcbd063e4f0e95a8e6cb45bb005e7be3d0022f4
7
- data.tar.gz: 55ded623a65881e4c167387c6d45469da4a1fd3fe6e2e09a1b4dd3dca2d5842e582ecde6048c0bde08adfcbe1b39218747160c25c106c337d3a5ef80df89d96a
6
+ metadata.gz: d66d9c6d9ccb8cec3d3cb7c5bc094bdd5f09482d41b2527178ff521c5c6b7773efe4c29316374707f46118cd18cac4fc895cc4e7b4fe2499cbf6932cba010eaa
7
+ data.tar.gz: 535628a2549842b133211339d682b91ba0d6624695094e255dff3b8ffb309dc97b86bde725772e615deba6a08491d4e271ffdcbaa97eccf20e5369939640fb41
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bmx-event_hook_client_server (1.1.1)
4
+ bmx-event_hook_client_server (1.3.0)
5
5
  dry-struct (~> 1.0)
6
6
  google-protobuf (~> 3.14)
7
7
  grpc (~> 1.34)
@@ -11,38 +11,32 @@ GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
13
  coderay (1.1.2)
14
- concurrent-ruby (1.1.7)
14
+ concurrent-ruby (1.1.10)
15
15
  diff-lcs (1.3)
16
- dry-configurable (0.12.0)
16
+ dry-core (1.0.0)
17
17
  concurrent-ruby (~> 1.0)
18
- dry-core (~> 0.5, >= 0.5.0)
19
- dry-container (0.7.2)
18
+ zeitwerk (~> 2.6)
19
+ dry-inflector (1.0.0)
20
+ dry-logic (1.5.0)
20
21
  concurrent-ruby (~> 1.0)
21
- dry-configurable (~> 0.1, >= 0.1.3)
22
- dry-core (0.5.0)
23
- concurrent-ruby (~> 1.0)
24
- dry-equalizer (0.3.0)
25
- dry-inflector (0.2.0)
26
- dry-logic (1.1.0)
27
- concurrent-ruby (~> 1.0)
28
- dry-core (~> 0.5, >= 0.5)
29
- dry-struct (1.3.0)
30
- dry-core (~> 0.4, >= 0.4.4)
31
- dry-equalizer (~> 0.3)
32
- dry-types (~> 1.3)
22
+ dry-core (~> 1.0, < 2)
23
+ zeitwerk (~> 2.6)
24
+ dry-struct (1.6.0)
25
+ dry-core (~> 1.0, < 2)
26
+ dry-types (>= 1.7, < 2)
33
27
  ice_nine (~> 0.11)
34
- dry-types (1.4.0)
28
+ zeitwerk (~> 2.6)
29
+ dry-types (1.7.0)
35
30
  concurrent-ruby (~> 1.0)
36
- dry-container (~> 0.3)
37
- dry-core (~> 0.4, >= 0.4.4)
38
- dry-equalizer (~> 0.3)
39
- dry-inflector (~> 0.1, >= 0.1.2)
40
- dry-logic (~> 1.0, >= 1.0.2)
41
- google-protobuf (3.14.0)
42
- googleapis-common-protos-types (1.0.5)
43
- google-protobuf (~> 3.11)
44
- grpc (1.34.0)
45
- google-protobuf (~> 3.13)
31
+ dry-core (~> 1.0, < 2)
32
+ dry-inflector (~> 1.0, < 2)
33
+ dry-logic (>= 1.4, < 2)
34
+ zeitwerk (~> 2.6)
35
+ google-protobuf (3.21.9)
36
+ googleapis-common-protos-types (1.4.0)
37
+ google-protobuf (~> 3.14)
38
+ grpc (1.50.0)
39
+ google-protobuf (~> 3.21)
46
40
  googleapis-common-protos-types (~> 1.0)
47
41
  grpc-tools (1.27.0)
48
42
  ice_nine (0.11.2)
@@ -66,6 +60,7 @@ GEM
66
60
  rspec-support (~> 3.9.0)
67
61
  rspec-support (3.9.2)
68
62
  timecop (0.9.1)
63
+ zeitwerk (2.6.6)
69
64
 
70
65
  PLATFORMS
71
66
  ruby
@@ -9,6 +9,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
9
9
  value :WEBHOOK, 0
10
10
  value :PDK, 9
11
11
  value :AIRBNB, 1
12
+ value :SYNC, 2
12
13
  end
13
14
  end
14
15
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  module EventHookClientServer
4
4
  MAJOR = 1
5
- MINOR = 2
6
- PATCH = 1
5
+ MINOR = 3
6
+ PATCH = 0
7
7
  VERSION = [MAJOR, MINOR, PATCH].join('.')
8
8
  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.2.1
4
+ version: 1.3.0
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: 2022-01-20 00:00:00.000000000 Z
11
+ date: 2023-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dry-struct
@@ -165,7 +165,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
165
165
  - !ruby/object:Gem::Version
166
166
  version: '0'
167
167
  requirements: []
168
- rubygems_version: 3.2.3
168
+ rubygems_version: 3.3.7
169
169
  signing_key:
170
170
  specification_version: 4
171
171
  summary: Client and server implementation for the Webhook Configurator service.