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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aa3bbd3b3a57145bcf994af26d5aecc034321ad8c65f5d10ef70011b25dc1399
4
- data.tar.gz: 2f90ddfa14097c4b9bb06de7c17456d36d8e66cd8121d65a7f1932bcfacf572f
3
+ metadata.gz: 106e9053feb1cdfe92a719e3be1346a9c98c28ae19a8d79819e0cc620537649d
4
+ data.tar.gz: 9aba643342384868d859d7112dc4ff71d3179e0d9d3a5e7bc029c212229f137a
5
5
  SHA512:
6
- metadata.gz: 555770a445c82bee6d56e3ff877889a9ff24884f977e7c99495d5b9883c319557c9af0957fdf2b20d32884bc91bb40596c8f054243d99173bdc49d1eb3342ef5
7
- data.tar.gz: 7f8b11fa4d086bb0b29f3d82c6830a2fd24730a0daad4badd4a83f078dc0939f18d5731d75ce917e3d0c7e98412293c2787bc7d85823357335fe3693b349f4c9
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 = {
@@ -1,3 +1,3 @@
1
1
  module ImmosquareSlack
2
- VERSION = "0.1.3".freeze
2
+ VERSION = "0.1.4".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: immosquare-slack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - IMMO SQUARE