onyxcord-webhooks 1.1.5 → 1.1.6
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/lib/onyxcord/webhooks/modal.rb +1 -1
- data/lib/onyxcord/webhooks/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1e8036bf021bce40299d214478feebd065d5b346beb0e36ac6474be8bda947e2
|
|
4
|
+
data.tar.gz: c87c2122b4cd35599cc9ca7a91fef6935f100311c9fb8802e43cd8cd18fd007c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 48e48266ff52ba7783c94ed03993713914b4c0b214bc366386fd767a1f9b3c05d1da65bead6bc61c1420e3dc6fe56b9e76b64e570e087b9156fc806eddeacfd9
|
|
7
|
+
data.tar.gz: b917110747ac76a218908faa8bcb461e6d434450d8e2fd9cd0b3f0c281b366b5d3f38b68aed8f1093119b8daf7a428b5cef5cee9d589c8d345069a21cb15d4bd
|
|
@@ -248,7 +248,7 @@ class OnyxCord::Webhooks::Modal
|
|
|
248
248
|
|
|
249
249
|
# @!visibility private
|
|
250
250
|
def to_h
|
|
251
|
-
{ type: COMPONENT_TYPES[:label], label: @label, description: @description, component: @component }.compact
|
|
251
|
+
{ type: COMPONENT_TYPES[:label], id: @id, label: @label, description: @description, component: @component }.compact
|
|
252
252
|
end
|
|
253
253
|
end
|
|
254
254
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: onyxcord-webhooks
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gustavo Silva
|
|
@@ -66,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
- !ruby/object:Gem::Version
|
|
67
67
|
version: '0'
|
|
68
68
|
requirements: []
|
|
69
|
-
rubygems_version:
|
|
69
|
+
rubygems_version: 4.0.15
|
|
70
70
|
specification_version: 4
|
|
71
71
|
summary: Webhook client for onyxcord
|
|
72
72
|
test_files: []
|