public
Rubygem
Description: Don't mind this, go to http://github.com/integrity/integrity
Homepage: http://integrityapp.com
Clone URL: git://github.com/foca/integrity.git
Trivial obsessive whitespace fixes
wilson (author)
Thu Nov 20 08:48:23 -0800 2008
commit  2f555508099d2c47877e240306fd66ca4b72cae6
tree    439640d7e1fb62323ae226c18a4c1c525e06e109
parent  5f07544076f81d2b0025ba827768e712624c0c16
...
3
4
5
6
7
 
 
8
9
10
...
32
33
34
35
 
36
37
38
...
3
4
5
 
 
6
7
8
9
10
...
32
33
34
 
35
36
37
38
0
@@ -3,8 +3,8 @@ Integrity
0
 
0
 Integrity is your friendly automated Continuous Integration server.
0
 
0
-It's fully usable from within its web interface (backed by [Sinatra][]), 
0
-allowing you to add a project, set preferences for it (where's the code 
0
+It's fully usable from within its web interface (backed by [Sinatra][]),
0
+allowing you to add a project, set preferences for it (where's the code
0
 repository, is it completely private or public, etc), and run the build command
0
 from there.
0
 
0
@@ -32,7 +32,7 @@ For deployment, we recommend [Thin][]. Provided with Integrity comes a thin.yml
0
 file, so all you need to do after running `integrity install` should be
0
 
0
     thin -C /path/to/my/app/thin.yml -R /path/to/my/app/config.ru start
0
-    
0
+
0
 And you should be up and running.
0
 
0
 If you want automatic commit processing, you currently need to be using

Comments