Repository is archived
No commit activity in last 3 years
No release in over 3 years
Capistrano notifications for all team members via OSX Notification Center
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

PLEASE NOTE, THIS PROJECT IS NO LONGER BEING MAINTAINED

Capistrano::TeamNotifications

Code Climate

This gem sends notifications for all team members via Space notifications and OSX Notification Center.

Sponsored by Evrone

Demo

Getting Started

Installation

Add this line to your application's Gemfile:

gem 'capistrano-team_notifications', group: [:development]

or if you use Capistrano v2

gem 'capistrano-team_notifications', '~> 2'

And then execute:

$ bundle

Usage

First go to Space notifications, create project like 'Facebook deploy' and get project token.

Add to Capfile

require 'capistrano/team_notifications'

add to deploy.rb file

set :team_notifications_token, "HERE_YOUR_SPACE_NOTIFICATIONS_TOKEN"

And finally give this link

https://space-notice.com/auth/github?token=TOKEN

to your team members and ask them to open it in Safari 7 or above.

Contributing

Please read Code of Conduct and Contributing Guidelines for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License.