onyxcord-webhooks 1.1.6 → 1.1.7

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: 1e8036bf021bce40299d214478feebd065d5b346beb0e36ac6474be8bda947e2
4
- data.tar.gz: c87c2122b4cd35599cc9ca7a91fef6935f100311c9fb8802e43cd8cd18fd007c
3
+ metadata.gz: 232bcc4a8b06925137ef607ece459db1e1b89767799d50ac3c2544bf381dbf77
4
+ data.tar.gz: 91646d43d750640a0af7d12837017836e39649af2da2a3c5783f799abd0d97e4
5
5
  SHA512:
6
- metadata.gz: 48e48266ff52ba7783c94ed03993713914b4c0b214bc366386fd767a1f9b3c05d1da65bead6bc61c1420e3dc6fe56b9e76b64e570e087b9156fc806eddeacfd9
7
- data.tar.gz: b917110747ac76a218908faa8bcb461e6d434450d8e2fd9cd0b3f0c281b366b5d3f38b68aed8f1093119b8daf7a428b5cef5cee9d589c8d345069a21cb15d4bd
6
+ metadata.gz: e4a981465a71b7a87dbd3b34fb86d32944dae7a2e8d9a8f3de467fcac3c5a669b86bfbdda29f67ab58d694f33a95a8bfd8bbcd6ea772643f8d428b5820d6b8b8
7
+ data.tar.gz: c67c9663a6a8f920f12931a7ea30e2c6110d705fa162f251bc761825a6a677f37118d4657d05083fe528fff01fb00e9d53fc1ba40e730086cf62b2be2ac3b1fa
@@ -4,6 +4,6 @@
4
4
  module OnyxCord
5
5
  module Webhooks
6
6
  # The current version of onyxcord-webhooks.
7
- VERSION = '1.1.6'
7
+ VERSION = '1.1.7'
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.6
4
+ version: 1.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gustavo Silva
@@ -29,8 +29,8 @@ dependencies:
29
29
  - - "<"
30
30
  - !ruby/object:Gem::Version
31
31
  version: '3'
32
- description: A webhook client for OnyxCord, a Ruby Discord library based on discordrb
33
- and updated with Components V2 support.
32
+ description: 'Webhook client for OnyxCord with Components V2 support and community
33
+ support: https://discord.gg/Jy2tpCUtzM.'
34
34
  email:
35
35
  - gustavosilva8kt@gmail.com
36
36
  executables: []