jfrench / integritray
- Source
- Commits
- Network (5)
- Issues (1)
- Downloads (2)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.document | Fri May 29 10:23:04 -0700 2009 | |
| |
.gitignore | Wed Jul 08 06:41:21 -0700 2009 | |
| |
CHANGELOG | Fri Jan 15 12:18:20 -0800 2010 | |
| |
LICENSE | Fri May 29 10:23:04 -0700 2009 | |
| |
README.rdoc | Fri Jan 15 12:18:20 -0800 2010 | |
| |
Rakefile | Wed Jan 06 14:52:36 -0800 2010 | |
| |
VERSION | Wed Jan 06 14:49:48 -0800 2010 | |
| |
integritray.gemspec | Wed Jan 06 14:49:48 -0800 2010 | |
| |
lib/ | Wed Jan 06 14:49:48 -0800 2010 | |
| |
test/ | Thu Aug 27 12:05:41 -0700 2009 |
README.rdoc
integritray
Adds a CruiseControl.rb-style XML feed to Integrity (integrityapp.com) for use with CCMenu and other tray items.
Usage
Install the integritray gem:
gem install integritray
Require in your Integrity application’s config.ru:
require 'integrity/integritray'
Point CCMenu or your tray item of choice to the feed URL:
http://my.integration.server/projects.xml to view private projects http://user:password@my.integration.server/projects.xml?private=true
You may have to manually specify that this is a CruiseControl.rb-type server; CCMenu has trouble determining which type of server to treat this as.
Copyright
Copyright © 2009 Josh French. See LICENSE for details.
