Socket
Book a DemoInstallSign in
Socket

mina_hipchat

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mina_hipchat

0.0.4
bundlerRubygems
Version published
Maintainers
1
Created
Source

mina_hipchat

mina_hipchat is a gem that adds tasks for sending notifications to [HipChat] (http://hipchat.com/) using [Mina] (http://nadarei.co/mina).

Installation

gem install mina_hipchat

Usage example

require 'mina_hipchat/tasks'
...
# Required mina_hipchat options
set :hipchat_auth_token, 'xxxyyyzzz'
set :hipchat_rooms, ['Company']

task :deploy do
  deploy do
    invoke :'hipchat:notify_deploy_started'
    ...

    to :launch do
      ...
      invoke :'hipchat:notify_deploy_finished'
    end
  end
end

Available Tasks

  • hipchat:notify_deploy_started
  • hipchat:notify_deploy_finished

Available Options

OptionDescription
hipchat_auth_token*Sets the hipchat api auth token.
hipchat_rooms*Sets the rooms where notifications will be sent to.
hipchat_fromSets the notification 'from' user label.
hipchat_authorSets the deployment author name,
hipchat_colorsSets the notification colors.

* required options

Todo

  • Write some tests
  • Make code more DRY

Copyright (c) 2014 Mike Bajur http://github.com/mbajur

See LICENSE for further details.

FAQs

Package last updated on 13 Feb 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.