twitch_chatter 0.2.5 → 0.2.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/twitch_chatter/models/message.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e0626809247948353252813fb4a42078bab2df4e08d51c78f3a709147d2c18b9
|
4
|
+
data.tar.gz: f71b8c46884ee66112eca143d7b195170a34ed382967b86c25b88aeca9773d0b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 55d5d7fd4159fe3b17817ba8ead6e0d06308c422d21516f83b121cab1b41b98e5fe217d7cbf294ba19832e7a795e6da13cbde788453ff51a151d4100cc31edfe
|
7
|
+
data.tar.gz: 9f6697054a4f8af92583aacad9f529a036f6adf4795c8e7255ef98287df3870609a22cc182801ec4983d14a42b48d2f104ec5c7852f8de382369e8cfc3b2909f
|
@@ -30,7 +30,7 @@ module Twitch
|
|
30
30
|
@content = content
|
31
31
|
@connection = connection
|
32
32
|
@channel = Channel.new(split[2][1..-1], connection: connection)
|
33
|
-
@sender = Channel.new(split[0].split("!")[0][1..-1])
|
33
|
+
@sender = Channel.new(split[0].split("!")[0][1..-1], connection: connection)
|
34
34
|
@raw = raw
|
35
35
|
end
|
36
36
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: twitch_chatter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dylan Hackworth
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-06-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: async-websocket
|