A wrapper to notify to Slack webhooks. This project is a port of slack-notifier to mruby.
- add conf.gem line to
build_config.rb
MRuby::Build.new do |conf|
# ... (snip) ...
conf.gem :github => 'hfm/mruby-slack-notifier'
end
slack = Slack::Notifier.new 'webhook_url'
slack.notify 'hello'
under the MIT License:
- see LICENSE file