Send Magnum CI build notifications to an IRC channel
Example:
require "magnum/addons/irc"
# Initialize addon
addon = Magnum::Addon::Irc.new(
server: "irc.freenode.org",
nick: "bot",
channel: "test"
)
# Send build payload
addon.run(build_payload)
Available options:
server
- Server hostname or IPport
- Server port (defaults to 6667)channel
- Channel name
Execute test suite:
bundle exec rake test
The MIT License (MIT)
Copyright (c) 2013-2014 Dan Sosedoff, [email protected]