discordrb 1.5.0 → 1.5.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.
Potentially problematic release.
This version of discordrb might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/discordrb/version.rb +1 -1
- data/lib/discordrb/voice/network.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6fcd66819ff42b5adefb4ae22114f8cbbdf34cb5
|
4
|
+
data.tar.gz: 250ae03f67f90638b5280049f5fbbfdca800b742
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a2ea0ef9e288ecb2d4809a217de9fcfc1ba0fab772ca9b215b8bc8810f5cf85103552257f27289deb974904cfd2534e3a599830f589d2465e02b7374985cc287
|
7
|
+
data.tar.gz: 1fc4b0eeca3006817d6d5abd08cbcd22eba4e93f3fca1f6abb53b15bc5eec6865d79d5ef1042a2456c306ccbf7a9330b013892c0f827a89d463f0d33a0c97911
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 1.5.1
|
4
|
+
* The connection to voice was made more reliable. I haven't experienced any issues with it myself but I got reports where `recv` worked better than `recvmsg`.
|
5
|
+
|
3
6
|
## 1.5.0
|
4
7
|
* Voice support: discordrb can now connect to voice using `bot.voice_connect` and do the following things:
|
5
8
|
* Play files and URLs using `VoiceBot.play_file`
|
data/lib/discordrb/version.rb
CHANGED