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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cb213a4c732b6a68b9bfb3d1dbd30d0a5e9b229682cea4ee0d255abc0c697d01
4
- data.tar.gz: aedc0cffb6d3cd3b53a28328375435b20b094d3dc28a89ba7537141c49f6cf19
3
+ metadata.gz: 1e8036bf021bce40299d214478feebd065d5b346beb0e36ac6474be8bda947e2
4
+ data.tar.gz: c87c2122b4cd35599cc9ca7a91fef6935f100311c9fb8802e43cd8cd18fd007c
5
5
  SHA512:
6
- metadata.gz: e03afa32db568abf8214d1dbac41f60772df2053726024f3dd4ca5edf5a57134357c6c011e5861e97e23d9f5925640a81367c0ef2895227d11af106ffd8f3097
7
- data.tar.gz: fad509c53c59cecc6a8f858c232ad877db42091f00a11ac61c55bc71ca2f379345ad8e276681bec856cb6358fe9bd68cbbefc53c5523e14e072694644a787205
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
 
@@ -4,6 +4,6 @@
4
4
  module OnyxCord
5
5
  module Webhooks
6
6
  # The current version of onyxcord-webhooks.
7
- VERSION = '1.1.5'
7
+ VERSION = '1.1.6'
8
8
  end
9
9
  end
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.5
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: 3.6.9
69
+ rubygems_version: 4.0.15
70
70
  specification_version: 4
71
71
  summary: Webhook client for onyxcord
72
72
  test_files: []