public
Description: Don't mind this, go to http://github.com/integrity/integrity
Homepage: http://integrityapp.com
Clone URL: git://github.com/foca/integrity.git
sr (author)
Mon Mar 30 07:15:52 -0700 2009
commit  a27620ec4423302b078c4902dd73c79ff537a971
tree    9a056360b45003e30485031e826bc42253682f1b
parent  90564a46ca93fdaec25e4d263b39460c69477fbd
name age message
file .gitignore Tue Mar 17 09:45:05 -0700 2009 Ignore tmp/ [sr]
file CHANGES Mon Apr 06 08:52:20 -0700 2009 0.1.9.3 release [sr]
file README.md Sun Apr 05 17:51:40 -0700 2009 Rename to README.md [sr]
file Rakefile Sun Apr 05 17:55:14 -0700 2009 Rakefile clean-up [sr]
directory bin/ Mon Jan 05 23:45:16 -0800 2009 Why wasn't the installer executable? [foca]
directory config/ Sat Mar 21 16:17:36 -0700 2009 Heroku install template cosmetics [sr]
file integrity.gemspec Mon Apr 06 08:52:20 -0700 2009 0.1.9.3 release [sr]
directory lib/ Sun Apr 05 08:08:30 -0700 2009 Move notifier registering logic into one place [sr]
directory public/ Sat Nov 08 17:00:01 -0800 2008 Refactor the file structure to look more like a... [foca]
directory test/ Sun Apr 05 17:38:18 -0700 2009 Get rid of dead code [sr]
directory views/ Sun Apr 05 08:08:29 -0700 2009 Get rid of deprecation code, except on Notifier... [sr]
README.md

Integrity

Integrity is your friendly automated Continuous Integration server.

Try it!

$ git clone git://github.com/foca/integrity.git
$ rake launch
# Navigate to <http://0.0.0.0:4567>

Run the test suite

  1. Ensure you have gems.github.com in your gem sources: gem sources -a http://gems.github.com
  2. Install the runtime and development dependencies: gem build integrity.gemspec && gem install *.gem --development.
  3. Run the test suite: rake test

Thanks

Thanks to the fellowing people for their feedbacks, ideas and patches :

License

(The MIT License)

Copyright (c) 2008 Nicolás Sanguinetti, entp

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.