bmx-event_hook_client_server 1.2.0 → 1.2.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f66e58aa936cf2fb26f92d66a0138df13a15c218a720c6f743a6bdb8ac57f20e
|
4
|
+
data.tar.gz: b42b4e31b6c614021b008447e51df47f97bd6708a64ad52af83050c77fb5edcf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
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-
|
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.
|
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.
|