Sha256: 202fc2ff26659bc3ad1a737daff1b1fbc4b49131f5268e6fcda99fbce94f0892
Contents?: true
Size: 1.13 KB
Versions: 2
Compression:
Stored size: 1.13 KB
Contents
# Capistrano::TeamNotifications This gem sends notifications for all team members via [Space notifications](https://space-notice.com/) and OSX Notification Center. ## Installation Add this line to your application's Gemfile: gem 'capistrano-team_notifications' or if you use Capistrano v2 gem 'capistrano-team_notifications', '~> 2' And then execute: $ bundle ## Usage First go to [Space notifications](https://space-notice.com/), create project like 'Facebook deploy' and get project token. Add to your deploy.rb file ```ruby require 'capistrano/team_notifications' set :team_notifications_token, "HERE_YOUR_SPACE_NOTIFICATIONS_TOKEN" ``` And finally give this link https://space-notice.com/s?token=HERE_YOUR_SPACE_NOTIFICATIONS_TOKEN to your team members and ask them to open it in Safari 7 or above. ## Contributing 1. Fork it ( https://github.com/[my-github-username]/capistrano-team_notifications/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
capistrano-team_notifications-2.0.3 | README.md |
capistrano-team_notifications-2.0.2 | README.md |