discordrb 3.7.0 → 3.7.1

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: 308d91242127ada263e1c5a6287e51ed1ed192a7b022ade21546a8fba2f1df70
4
- data.tar.gz: 497a356aa8221eda73637362516416eedd985732bded656e2e403968d0b5dacc
3
+ metadata.gz: 37eb4e59f086dadcceaf68d4e3cc53497b861f69ec1dc0354b129de0493f5f71
4
+ data.tar.gz: ca21402938a89d49242cf5a39d7c21fb4640a4284583822972fcecd6482a1585
5
5
  SHA512:
6
- metadata.gz: 33154b317faa6f1a61ff0c290a71405aacd49520a3d60c39421b0aae54e6304decb647430f0291d07885d4c5883729110b87c41ec977088bf1dfb39066c4785d
7
- data.tar.gz: 4355fb5dc5af9007ba18e1a00980862d619c88757ab88c4b10ecda2f051714d85b602e7fe3726d8d31cdca61b1f47b9b17e50999b23de72c1663f0c5531efffe
6
+ metadata.gz: 2d2d46d7a7699e30c12f10df0f1a143cb6f85c84a1cfd759653a9a00eb16111f50b15691fc7858e9d95c594fb31b9b27b06107f02a9bdf8259c6cd08a3483208
7
+ data.tar.gz: 5ca1c937476f2a56fbb9b0a8cbf27d74bf25be3727779772d5809216a75bfbf79ed77ab85ee4f7b824b8378a18812f0112ff44cd0b8d9c6252f29e2c4379a649
data/CHANGELOG.md CHANGED
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [3.7.1] - 2025-11-24
9
+
10
+ [3.7.1]: https://github.com/shardlab/discordrb/releases/tag/v3.7.1
11
+
12
+ [View diff for this release.](https://github.com/shardlab/discordrb/compare/v3.7.0..v3.7.1)
13
+
14
+ ### Summary
15
+
16
+ #### What's Changed
17
+
18
+ - fix: condition to check components presence by @Droid00000 in https://github.com/shardlab/discordrb/pull/391
19
+
8
20
  ## [3.7.0] - 2025-10-22
9
21
 
10
22
  [3.7.0]: https://github.com/shardlab/discordrb/releases/tag/v3.7.0
@@ -3,5 +3,5 @@
3
3
  # Discordrb and all its functionality, in this case only the version.
4
4
  module Discordrb
5
5
  # The current version of discordrb.
6
- VERSION = '3.7.0'
6
+ VERSION = '3.7.1'
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: discordrb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.7.0
4
+ version: 3.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - meew0
@@ -86,14 +86,14 @@ dependencies:
86
86
  requirements:
87
87
  - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: 3.7.0
89
+ version: 3.7.1
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: 3.7.0
96
+ version: 3.7.1
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: bundler
99
99
  requirement: !ruby/object:Gem::Requirement