public
Description: Magic configuration for your nginx, mongrels and god!
Homepage: http://archangel.rubyforge.org/
Clone URL: git://github.com/halorgium/archangel.git
New gem!
halorgium (author)
Tue Feb 12 03:09:52 -0800 2008
commit  f667837de69e918c3cc845e460d8b33236ff7db1
tree    bff6ef57b2a1117571684a4395bfdb7c54fb3bbc
parent  62a0b01544a7dafb308e8851423f7b9c80e548ce
...
1
2
3
 
...
1
2
3
4
0
@@ -1,3 +1,4 @@
0
 *~
0
 .*.sw?
0
 pkg
0
+log/*
...
1
2
 
 
 
 
 
 
 
 
3
4
5
...
 
 
1
2
3
4
5
6
7
8
9
10
11
0
@@ -1,5 +1,11 @@
0
-require 'rubygems'
0
-require 'spec'
0
+begin
0
+ require 'spec'
0
+rescue LoadError
0
+ require 'rubygems'
0
+ gem 'rspec'
0
+ require 'spec'
0
+end
0
+
0
 require File.dirname(__FILE__) + "/../lib/archangel"
0
 
0
 class << Archangel

Comments

    No one has commented yet.