immosquare-slack 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/immosquare-slack/channel.rb +1 -1
- data/lib/immosquare-slack/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 106e9053feb1cdfe92a719e3be1346a9c98c28ae19a8d79819e0cc620537649d
|
4
|
+
data.tar.gz: 9aba643342384868d859d7112dc4ff71d3179e0d9d3a5e7bc029c212229f137a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28261195cc6fb873c5998edede356390ed49f8415b7eabacf66c4df812d75a51e601930d762bde87e0402eb7eeb6d68a521a1ba37e193d01b8957e2d39ae1628
|
7
|
+
data.tar.gz: 9a4a2a88aaa7d367cc5688fd92b6895ef7f25c14002be4faa66e07d17956ac15e88f26b39ed356af600903cedd9f95e4b46e5b2aa846a9aaba9b28f05143799e
|
@@ -18,7 +18,7 @@ module ImmosquareSlack
|
|
18
18
|
raise("Channel not found") if channel_id.nil?
|
19
19
|
|
20
20
|
url = "https://slack.com/api/chat.postMessage"
|
21
|
-
notification_text = notify ? build_notification_text(channel_id, notify, notify_text) : nil
|
21
|
+
notification_text = notify ? build_notification_text(channel_id, notify, *notify_text) : nil
|
22
22
|
text = "#{notification_text}#{text}"
|
23
23
|
|
24
24
|
body = {
|