This is a simple gem for posting to Slack incoming webhooks.
Add this line to your application's Gemfile:
gem 'notify_slack', git: https://github.com/truecoach/notify_slack, tag: 0.1
And then execute:
$ bundle install
A single method is exposed to post a message to a slack webhook: NotifySlack.notify
ex.
NotifySlack.notify(
"https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX",
"In a hole in the ground there lived a hobbit"
)
After checking out the repo, run bin/setup
to install dependencies. Then, run rake spec
to run the tests. You can also run bin/console
for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run bundle exec rake install
. To release a new version, update the version number in version.rb
, and then run bundle exec rake release
, which will create a git tag for the version, push git commits and the created tag, and push the .gem
file to rubygems.org.
Bug reports and pull requests are welcome on GitHub at https://github.com/truecoach/notify_slack.
The gem is available as open source under the terms of the MIT License.