boot_slack_bot 0.0.4 → 0.0.5

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
  SHA1:
3
- metadata.gz: 7dccff2b5e4a33a97d95f389fbc7f8858e26797a
4
- data.tar.gz: 8dac19cfa1c2f38080d8d35bdadf747413347431
3
+ metadata.gz: 1cdb5203bcc1ad4cbaf87342487740c06fae1771
4
+ data.tar.gz: d79b0ae6670422edd6e973db1cce0dab5c6ccaf8
5
5
  SHA512:
6
- metadata.gz: 3e80b2aded40ebd9d42e61a1f278d98ac8da7d8c20413e5a9ab9bca152e2ada2d6d6a7b69438b4885e703421f90375cf9a0d27019664db3ec211590f0835b269
7
- data.tar.gz: 35384f2d1b0be1e926b15d60916e67ae3f5a411005c6b86e9c24e336aec3b90cb528c5edbbdd9118c0c39d56f4468758377e67c102dea2ff61eda8710f1414ce
6
+ metadata.gz: 0e833bbe42f82f397d15636e608df4a6a29a58028df6629f455a67da705e96cff5e14b675704be3b4b29b908ee2e092ad9b788b8066687932d8e467eb5b90fa5
7
+ data.tar.gz: 30e945f64b8cc97d0ffd65e770dcc20404aa2f38517d623fbf8dbefa3c72a5a6bc43710e9e0a28d1b863c98dddeb935dccc3983e5815266766f41e77d4b49269
@@ -1,7 +1,7 @@
1
1
  module BootSlackBot
2
2
  extend self
3
3
 
4
- def say(message, web_hook = BootSlackBot.config.slack_hook)
4
+ def say(message, web_hook = BootSlackBot.config.slack_hook, headers = json_headers)
5
5
  if web_hook.blank?
6
6
  raise StandardError, 'Web Hook URL is blank !'
7
7
  else
@@ -1,3 +1,3 @@
1
1
  module BootSlackBot
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boot_slack_bot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - diepsohung