onyxcord-webhooks 1.1.2 → 1.1.3

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: 808c218136e136121ada58d4cc381d5de4ccad0a1f20ffe702aeba26dc0dea3b
4
- data.tar.gz: f2c44b0b21bd64ac2c2ab9e03569d455a2a400d653513af53f7904f61bd40749
3
+ metadata.gz: 736c8af073caea62683fed0ccbc9f51f8c80252f44cf7d741a26b11baa51379a
4
+ data.tar.gz: 128b06ac7333fdfd3cf82f799042ff69b440be9bea013515f935ebc9b8efb749
5
5
  SHA512:
6
- metadata.gz: 0c529bf0c135a5671367238e2a16070966cb3f1242018b9e8c6d1295028745ed3deb5f39099dfa0aafbb8647cd97ecb2d8334ec005378b5e8b1c02c04b5a8a36
7
- data.tar.gz: f8827403f0533f267e7427b9f5a06235f7e9f215f0f55debef75415985fe070bac3c2e221d6602af2c97e1c88b3c9c1f3edab51cdd25431ca45299a5c787bcba
6
+ metadata.gz: 5f199e3ac474509e4efd223fd794e0f6cd204e7c63891b0006d72243b87556aaafd7f2d0de50d8a79a21c801364429ef94a98bea978576da57a1af34817058dc
7
+ data.tar.gz: f3b533121526d85de84bdf3f849f4b0dbc208d015f1c1022ea89495fbd59a3c2730a7876755e1b35ce8c362ddae46876a7c5183e6133ab4698908d1cfdb13c6b
@@ -4,6 +4,6 @@
4
4
  module OnyxCord
5
5
  module Webhooks
6
6
  # The current version of onyxcord-webhooks.
7
- VERSION = '1.1.2'
7
+ VERSION = '1.1.3'
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.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gustavo Silva
@@ -16,6 +16,9 @@ dependencies:
16
16
  - - ">="
17
17
  - !ruby/object:Gem::Version
18
18
  version: 2.0.0
19
+ - - "<"
20
+ - !ruby/object:Gem::Version
21
+ version: '3'
19
22
  type: :runtime
20
23
  prerelease: false
21
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -23,6 +26,9 @@ dependencies:
23
26
  - - ">="
24
27
  - !ruby/object:Gem::Version
25
28
  version: 2.0.0
29
+ - - "<"
30
+ - !ruby/object:Gem::Version
31
+ version: '3'
26
32
  description: A webhook client for OnyxCord, a Ruby Discord library based on discordrb
27
33
  and updated with Components V2 support.
28
34
  email: