edward / integrity forked from integrity/integrity
- Source
- Commits
- Network (65)
- Downloads (11)
- Graphs
-
Branch:
master
Brent Dillingham (author)
Sun Jul 26 09:00:07 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Mar 17 09:45:05 -0700 2009 | |
| |
AUTHORS | Thu May 14 12:22:41 -0700 2009 | |
| |
CHANGES | Tue May 19 05:59:25 -0700 2009 | |
| |
LICENSE | Thu May 14 12:22:39 -0700 2009 | |
| |
README.md | ||
| |
Rakefile | Fri Jun 05 08:50:58 -0700 2009 | |
| |
bin/ | ||
| |
config/ | Sat Jul 18 00:53:50 -0700 2009 | |
| |
deps.rip | Sun Jul 26 07:24:52 -0700 2009 | |
| |
hack.rip | Sun Jul 26 07:24:53 -0700 2009 | |
| |
integrity.gemspec | Thu Jul 23 12:55:47 -0700 2009 | |
| |
lib/ | ||
| |
public/ | Sat Nov 08 17:00:01 -0800 2008 | |
| |
test/ | ||
| |
views/ |
README.mdWhy we don't
Integrity
Integrity is your friendly automated Continuous Integration server.
- See our website for documentation and a live demo
- Report bugs and submit features request on our Lighthouse account
- Join us on #integrity for ideas, help, patches or something
- Get the code from GitHub
Contributing
The canonical repository for Integrity is git://github.com/integrity/integrity.git.
The development version (the master branch) of Integrity often requires edgy
code. To help handle this situation, a Rip file is included. To start hacking:
- Setup Rip if necessary
rip install deps.rip && rip install hack.rb- Hack and
rakeas usual
Finally, push your changes and let us known where we can pull from.
Why we don't require "rubygems"
We decided to leave that choice up to the user. For more information, please see Why "require 'rubygems'" In Your Library/App/Tests Is Wrong by Ryan Tomayko.

