<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -22,15 +22,14 @@ use_orm :datamapper
 use_test :rspec
 
 ### Add your other dependencies here
-
 dependencies 'iconv', 'merb-action-args', 'merb-assets', 'merb_has_flash', 
              'merb-haml', 'merb_helpers', 'merb_http_basic_auth', 'uri'
-             
-require 'redcloth'                       
 
-# dependency &quot;RedCloth&quot;, &quot;&gt; 3.0&quot;
-# OR
-# dependencies &quot;RedCloth&quot; =&gt; &quot;&gt; 3.0&quot;, &quot;ruby-aes-cext&quot; =&gt; &quot;= 1.0&quot;
+# There seems to be an issue with the fact that the RedCloth gem doesn't
+# put a redcloth.rb file next to its lib dir. Work around it by bypassing
+# the #dependencies helper and doing an explicit #require. Perhaps we
+# should patch #dependencies to support this edge case.
+require 'redcloth'                       
 
 # Load initializers
 Dir[Merb.root / 'config' / 'initializers' / '*.rb'].each do |initializer|</diff>
      <filename>config/init.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6e118d5cdc573ab52a56d0645a9cc0c964de710e</id>
    </parent>
  </parents>
  <author>
    <name>Jed Hurt</name>
    <email>jedhurt@cableone.net</email>
  </author>
  <url>http://github.com/meekish/collective/commit/04407a278d87151580d1ab1ea9111c8c606647de</url>
  <id>04407a278d87151580d1ab1ea9111c8c606647de</id>
  <committed-date>2008-04-20T08:35:43-07:00</committed-date>
  <authored-date>2008-04-20T08:35:43-07:00</authored-date>
  <message>Documented RedCloth workaround</message>
  <tree>697c0f43611ed9f51ba6e1bac2b98b223bccefa7</tree>
  <committer>
    <name>Jed Hurt</name>
    <email>jedhurt@cableone.net</email>
  </committer>
</commit>
