public
Description: Open source forum - done *different*.
Homepage: http://fora.yreality.net/
Clone URL: git://github.com/elliottcable/fora.git
Search Repo:
Added a mkdn extension to README so it will parse on github, and fixed up 
dependencies
elliottcable (author)
Sun Mar 09 20:21:54 -0700 2008
commit  1a6bcf8fb154e7606d4bb845b263c2e56bbe57c9
tree    1887fb08e21362af40cd4784b2462437d9cf6d48
parent  4be63f81dd7933bcc7e54d8af56776f67e1555f8
...
52
53
54
55
56
57
58
 
59
60
61
...
52
53
54
 
 
 
 
55
56
57
58
0
@@ -52,10 +52,7 @@ Merb.logger.auto_flush = true
0
 # dependency "RedCloth", "> 3.0"
0
 # OR
0
 # dependencies "RedCloth" => "> 3.0", "ruby-aes-cext" => "= 1.0"
0
-dependencies 'datamapper'
0
-
0
-dependency 'merb-action-args'
0
-dependency 'merb_helpers'
0
+dependencies 'merb-action-args', 'merb_helpers'
0
 
0
 Merb::BootLoader.after_app_loads do
0
   ### Add dependencies here that must load after the application loads:

Comments

    No one has commented yet.