bmx-event_hook_client_server 1.2.0 → 1.2.1

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: 65f5db2708169020749675c25acc1e2667ef71ced128f7425b587d72d95fcc9a
4
- data.tar.gz: 9afb75af27e4e750c5c03deb9ac031e187e80c645a5f75f61743fc98d58b9226
3
+ metadata.gz: f66e58aa936cf2fb26f92d66a0138df13a15c218a720c6f743a6bdb8ac57f20e
4
+ data.tar.gz: b42b4e31b6c614021b008447e51df47f97bd6708a64ad52af83050c77fb5edcf
5
5
  SHA512:
6
- metadata.gz: ebb32fac1060f42430883b9d40a12306a1b4bbdaa7b524b85aa02c1d24cc876d7093ceb39594b15930866c2e078c92916a8414a6b4b0534fdefa8617becd7e56
7
- data.tar.gz: bb5c45221e429c82ebe67796cc3c338b4217a94d58ea25afab7dfd3c8f90d6398235d37eefff21ca273ac35df84f09c8fc3e6102337bd776b872f4006ab4795a
6
+ metadata.gz: dde07db7e2c8d556dc6879e44a50760133906631db872b27d71785c4e78167fa65a3bbdabeb1411c7f92a5031bcbd063e4f0e95a8e6cb45bb005e7be3d0022f4
7
+ data.tar.gz: 55ded623a65881e4c167387c6d45469da4a1fd3fe6e2e09a1b4dd3dca2d5842e582ecde6048c0bde08adfcbe1b39218747160c25c106c337d3a5ef80df89d96a
@@ -21,8 +21,8 @@ module EventHookClientServer
21
21
  attribute :integrator, Types::Strict::Symbol
22
22
  attribute :config, Types::Strict::Hash
23
23
  attribute :bindings, Types::Array.of(Binding)
24
- attribute :created_by_id, Types::Strict::String
25
- attribute :oauth_client_id, Types::Strict::String
24
+ attribute :created_by_id, Types::Strict::String.optional
25
+ attribute :oauth_client_id, Types::Strict::String.optional
26
26
  end
27
27
  end
28
28
  end
@@ -3,6 +3,6 @@
3
3
  module EventHookClientServer
4
4
  MAJOR = 1
5
5
  MINOR = 2
6
- PATCH = 0
6
+ PATCH = 1
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.0
4
+ version: 1.2.1
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-19 00:00:00.000000000 Z
11
+ date: 2022-01-20 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.1.6
168
+ rubygems_version: 3.2.3
169
169
  signing_key:
170
170
  specification_version: 4
171
171
  summary: Client and server implementation for the Webhook Configurator service.