<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/capigen/cap_ext/configuration.rb</filename>
    </added>
    <added>
      <filename>lib/capigen/cap_ext/connections.rb</filename>
    </added>
    <added>
      <filename>lib/capigen/cap_ext/namespace.rb</filename>
    </added>
    <added>
      <filename>lib/capigen/recipes.rb</filename>
    </added>
    <added>
      <filename>lib/recipes/README</filename>
    </added>
    <added>
      <filename>lib/recipes/centos.rb</filename>
    </added>
    <added>
      <filename>lib/recipes/deploy.rb</filename>
    </added>
    <added>
      <filename>lib/recipes/gems.rb</filename>
    </added>
    <added>
      <filename>lib/recipes/imagemagick.rb</filename>
    </added>
    <added>
      <filename>lib/recipes/install.rb</filename>
    </added>
    <added>
      <filename>lib/recipes/memcached.rb</filename>
    </added>
    <added>
      <filename>lib/recipes/mongrel_cluster.rb</filename>
    </added>
    <added>
      <filename>lib/recipes/monit.rb</filename>
    </added>
    <added>
      <filename>lib/recipes/mysql.rb</filename>
    </added>
    <added>
      <filename>lib/recipes/nginx.rb</filename>
    </added>
    <added>
      <filename>lib/recipes/packages.rb</filename>
    </added>
    <added>
      <filename>lib/recipes/profiles/centos-sick.rb</filename>
    </added>
    <added>
      <filename>lib/recipes/rails.rb</filename>
    </added>
    <added>
      <filename>lib/recipes/ruby.rb</filename>
    </added>
    <added>
      <filename>lib/recipes/sphinx.rb</filename>
    </added>
    <added>
      <filename>lib/templates/capistrano/Capfile</filename>
    </added>
    <added>
      <filename>lib/templates/capistrano/deploy.rb.erb</filename>
    </added>
    <added>
      <filename>lib/templates/centos/setup.sh</filename>
    </added>
    <added>
      <filename>lib/templates/centos/sudoers</filename>
    </added>
    <added>
      <filename>lib/templates/imagemagick/install.sh</filename>
    </added>
    <added>
      <filename>lib/templates/memcached/install.sh</filename>
    </added>
    <added>
      <filename>lib/templates/memcached/memcached.initd.centos.erb</filename>
    </added>
    <added>
      <filename>lib/templates/memcached/memcached.monitrc.erb</filename>
    </added>
    <added>
      <filename>lib/templates/mongrel/mongrel_cluster.initd.erb</filename>
    </added>
    <added>
      <filename>lib/templates/mongrel/mongrel_cluster.monitrc.erb</filename>
    </added>
    <added>
      <filename>lib/templates/mongrel/mongrel_cluster.yml.erb</filename>
    </added>
    <added>
      <filename>lib/templates/monit/cert.sh</filename>
    </added>
    <added>
      <filename>lib/templates/monit/install.sh</filename>
    </added>
    <added>
      <filename>lib/templates/monit/monit.cnf</filename>
    </added>
    <added>
      <filename>lib/templates/monit/monit.initd.centos.erb</filename>
    </added>
    <added>
      <filename>lib/templates/monit/monitrc.erb</filename>
    </added>
    <added>
      <filename>lib/templates/monit/patch_inittab.sh</filename>
    </added>
    <added>
      <filename>lib/templates/mysql/install.sh.erb</filename>
    </added>
    <added>
      <filename>lib/templates/mysql/install_db.sql.erb</filename>
    </added>
    <added>
      <filename>lib/templates/mysql/mysql.monitrc.erb</filename>
    </added>
    <added>
      <filename>lib/templates/nginx/install.sh.erb</filename>
    </added>
    <added>
      <filename>lib/templates/nginx/nginx.conf.erb</filename>
    </added>
    <added>
      <filename>lib/templates/nginx/nginx.initd.erb</filename>
    </added>
    <added>
      <filename>lib/templates/nginx/nginx.monitrc.erb</filename>
    </added>
    <added>
      <filename>lib/templates/nginx/nginx_vhost.conf.erb</filename>
    </added>
    <added>
      <filename>lib/templates/rails/database.yml.erb</filename>
    </added>
    <added>
      <filename>lib/templates/ruby/ruby_install.sh</filename>
    </added>
    <added>
      <filename>lib/templates/ruby/rubygems_install.sh</filename>
    </added>
    <added>
      <filename>lib/templates/sphinx/install.sh.erb</filename>
    </added>
    <added>
      <filename>lib/templates/sphinx/sphinx.conf.erb</filename>
    </added>
    <added>
      <filename>lib/templates/sphinx/sphinx.monitrc.erb</filename>
    </added>
    <added>
      <filename>lib/templates/sphinx/sphinx_app.initd.centos.erb</filename>
    </added>
    <added>
      <filename>lib/templates/sphinx/sphinx_app.initd.erb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,7 @@
+== 0.1.2 2008-02-06
+
+* Loading recipes from gem
+
 == 0.1.1 2008-02-06
 
 * Initial import
\ No newline at end of file</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -6,8 +6,10 @@ README.txt
 Rakefile
 config/hoe.rb
 config/requirements.rb
-init.rb
 lib/capigen.rb
+lib/capigen/cap_ext/configuration.rb
+lib/capigen/cap_ext/connections.rb
+lib/capigen/cap_ext/namespace.rb
 lib/capigen/config.rb
 lib/capigen/helper.rb
 lib/capigen/helpers/gem_helper.rb
@@ -16,25 +18,59 @@ lib/capigen/helpers/script_helper.rb
 lib/capigen/helpers/wget_helper.rb
 lib/capigen/packagers/yum.rb
 lib/capigen/profiles.rb
+lib/capigen/recipes.rb
 lib/capigen/recipes.yml
 lib/capigen/templates.rb
 lib/capigen/version.rb
-recipes/README
-recipes/bootstrap/patch.rb
-recipes/centos.rb
-recipes/deploy.rb
-recipes/gems.rb
-recipes/imagemagick.rb
-recipes/install.rb
-recipes/memcached.rb
-recipes/mongrel_cluster.rb
-recipes/monit.rb
-recipes/mysql.rb
-recipes/nginx.rb
-recipes/profiles/centos-sick.rb
-recipes/rails.rb
-recipes/ruby.rb
-recipes/sphinx.rb
+lib/recipes/README
+lib/recipes/centos.rb
+lib/recipes/deploy.rb
+lib/recipes/gems.rb
+lib/recipes/imagemagick.rb
+lib/recipes/install.rb
+lib/recipes/memcached.rb
+lib/recipes/mongrel_cluster.rb
+lib/recipes/monit.rb
+lib/recipes/mysql.rb
+lib/recipes/nginx.rb
+lib/recipes/packages.rb
+lib/recipes/profiles/centos-sick.rb
+lib/recipes/rails.rb
+lib/recipes/ruby.rb
+lib/recipes/sphinx.rb
+lib/templates/capistrano/Capfile
+lib/templates/capistrano/deploy.rb.erb
+lib/templates/centos/setup.sh
+lib/templates/centos/sudoers
+lib/templates/imagemagick/install.sh
+lib/templates/memcached/install.sh
+lib/templates/memcached/memcached.initd.centos.erb
+lib/templates/memcached/memcached.monitrc.erb
+lib/templates/mongrel/mongrel_cluster.initd.erb
+lib/templates/mongrel/mongrel_cluster.monitrc.erb
+lib/templates/mongrel/mongrel_cluster.yml.erb
+lib/templates/monit/cert.sh
+lib/templates/monit/install.sh
+lib/templates/monit/monit.cnf
+lib/templates/monit/monit.initd.centos.erb
+lib/templates/monit/monitrc.erb
+lib/templates/monit/patch_inittab.sh
+lib/templates/mysql/install.sh.erb
+lib/templates/mysql/install_db.sql.erb
+lib/templates/mysql/mysql.monitrc.erb
+lib/templates/nginx/install.sh.erb
+lib/templates/nginx/nginx.conf.erb
+lib/templates/nginx/nginx.initd.erb
+lib/templates/nginx/nginx.monitrc.erb
+lib/templates/nginx/nginx_vhost.conf.erb
+lib/templates/rails/database.yml.erb
+lib/templates/ruby/ruby_install.sh
+lib/templates/ruby/rubygems_install.sh
+lib/templates/sphinx/install.sh.erb
+lib/templates/sphinx/sphinx.conf.erb
+lib/templates/sphinx/sphinx.monitrc.erb
+lib/templates/sphinx/sphinx_app.initd.centos.erb
+lib/templates/sphinx/sphinx_app.initd.erb
 script/destroy
 script/generate
 script/txt2html
@@ -43,39 +79,6 @@ tasks/capigen.rake
 tasks/deployment.rake
 tasks/environment.rake
 tasks/website.rake
-templates/capistrano/Capfile
-templates/capistrano/deploy.rb.erb
-templates/centos/setup.sh
-templates/centos/sudoers
-templates/imagemagick/install.sh
-templates/memcached/install.sh
-templates/memcached/memcached.initd.centos.erb
-templates/memcached/memcached.monitrc.erb
-templates/mongrel/mongrel_cluster.initd.erb
-templates/mongrel/mongrel_cluster.monitrc.erb
-templates/mongrel/mongrel_cluster.yml.erb
-templates/monit/cert.sh
-templates/monit/install.sh
-templates/monit/monit.cnf
-templates/monit/monit.initd.centos.erb
-templates/monit/monitrc.erb
-templates/monit/patch_inittab.sh
-templates/mysql/install.sh.erb
-templates/mysql/install_db.sql.erb
-templates/mysql/mysql.monitrc.erb
-templates/nginx/install.sh.erb
-templates/nginx/nginx.conf.erb
-templates/nginx/nginx.initd.erb
-templates/nginx/nginx.monitrc.erb
-templates/nginx/nginx_vhost.conf.erb
-templates/rails/database.yml.erb
-templates/ruby/ruby_install.sh
-templates/ruby/rubygems_install.sh
-templates/sphinx/install.sh.erb
-templates/sphinx/sphinx.conf.erb
-templates/sphinx/sphinx.monitrc.erb
-templates/sphinx/sphinx_app.initd.centos.erb
-templates/sphinx/sphinx_app.initd.erb
 website/index.html
 website/index.txt
 website/javascripts/rounded_corners_lite.inc.js</diff>
      <filename>Manifest.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,6 @@
 require 'active_support'
 require 'highline'
+require 'capistrano'
 
 HighLine.track_eof = false
 
@@ -24,3 +25,10 @@ require &quot;capigen/profiles&quot;
 require &quot;capigen/helper&quot;
 
 require &quot;capigen/config&quot;
+
+require &quot;capigen/cap_ext/configuration&quot;
+require &quot;capigen/cap_ext/namespace&quot;
+require &quot;capigen/cap_ext/connections&quot;
+        
+
+</diff>
      <filename>lib/capigen.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ module Capigen #:nodoc:
   module VERSION #:nodoc:
     MAJOR = 0
     MINOR = 1
-    TINY  = 1
+    TINY  = 2
 
     STRING = [MAJOR, MINOR, TINY].join('.')
   end</diff>
      <filename>lib/capigen/version.rb</filename>
    </modified>
    <modified>
      <diff>@@ -33,7 +33,7 @@
     &lt;h1&gt;capigen&lt;/h1&gt;
     &lt;div id=&quot;version&quot; class=&quot;clickable&quot; onclick='document.location = &quot;http://rubyforge.org/projects/capigen&quot;; return false'&gt;
       &lt;p&gt;Get Version&lt;/p&gt;
-      &lt;a href=&quot;http://rubyforge.org/projects/capigen&quot; class=&quot;numbers&quot;&gt;0.1.1&lt;/a&gt;
+      &lt;a href=&quot;http://rubyforge.org/projects/capigen&quot; class=&quot;numbers&quot;&gt;0.1.2&lt;/a&gt;
     &lt;/div&gt;
     &lt;h1&gt;&amp;#x2192; &amp;#8216;capigen&amp;#8217;&lt;/h1&gt;
 </diff>
      <filename>website/index.html</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>init.rb</filename>
    </removed>
    <removed>
      <filename>recipes/README</filename>
    </removed>
    <removed>
      <filename>recipes/bootstrap/patch.rb</filename>
    </removed>
    <removed>
      <filename>recipes/centos.rb</filename>
    </removed>
    <removed>
      <filename>recipes/deploy.rb</filename>
    </removed>
    <removed>
      <filename>recipes/gems.rb</filename>
    </removed>
    <removed>
      <filename>recipes/imagemagick.rb</filename>
    </removed>
    <removed>
      <filename>recipes/install.rb</filename>
    </removed>
    <removed>
      <filename>recipes/memcached.rb</filename>
    </removed>
    <removed>
      <filename>recipes/mongrel_cluster.rb</filename>
    </removed>
    <removed>
      <filename>recipes/monit.rb</filename>
    </removed>
    <removed>
      <filename>recipes/mysql.rb</filename>
    </removed>
    <removed>
      <filename>recipes/nginx.rb</filename>
    </removed>
    <removed>
      <filename>recipes/packages.rb</filename>
    </removed>
    <removed>
      <filename>recipes/profiles/centos-sick.rb</filename>
    </removed>
    <removed>
      <filename>recipes/rails.rb</filename>
    </removed>
    <removed>
      <filename>recipes/ruby.rb</filename>
    </removed>
    <removed>
      <filename>recipes/sphinx.rb</filename>
    </removed>
    <removed>
      <filename>templates/capistrano/Capfile</filename>
    </removed>
    <removed>
      <filename>templates/capistrano/deploy.rb.erb</filename>
    </removed>
    <removed>
      <filename>templates/centos/setup.sh</filename>
    </removed>
    <removed>
      <filename>templates/centos/sudoers</filename>
    </removed>
    <removed>
      <filename>templates/imagemagick/install.sh</filename>
    </removed>
    <removed>
      <filename>templates/memcached/install.sh</filename>
    </removed>
    <removed>
      <filename>templates/memcached/memcached.initd.centos.erb</filename>
    </removed>
    <removed>
      <filename>templates/memcached/memcached.monitrc.erb</filename>
    </removed>
    <removed>
      <filename>templates/mongrel/mongrel_cluster.initd.erb</filename>
    </removed>
    <removed>
      <filename>templates/mongrel/mongrel_cluster.monitrc.erb</filename>
    </removed>
    <removed>
      <filename>templates/mongrel/mongrel_cluster.yml.erb</filename>
    </removed>
    <removed>
      <filename>templates/monit/cert.sh</filename>
    </removed>
    <removed>
      <filename>templates/monit/install.sh</filename>
    </removed>
    <removed>
      <filename>templates/monit/monit.cnf</filename>
    </removed>
    <removed>
      <filename>templates/monit/monit.initd.centos.erb</filename>
    </removed>
    <removed>
      <filename>templates/monit/monitrc.erb</filename>
    </removed>
    <removed>
      <filename>templates/monit/patch_inittab.sh</filename>
    </removed>
    <removed>
      <filename>templates/mysql/install.sh.erb</filename>
    </removed>
    <removed>
      <filename>templates/mysql/install_db.sql.erb</filename>
    </removed>
    <removed>
      <filename>templates/mysql/mysql.monitrc.erb</filename>
    </removed>
    <removed>
      <filename>templates/nginx/install.sh.erb</filename>
    </removed>
    <removed>
      <filename>templates/nginx/nginx.conf.erb</filename>
    </removed>
    <removed>
      <filename>templates/nginx/nginx.initd.erb</filename>
    </removed>
    <removed>
      <filename>templates/nginx/nginx.monitrc.erb</filename>
    </removed>
    <removed>
      <filename>templates/nginx/nginx_vhost.conf.erb</filename>
    </removed>
    <removed>
      <filename>templates/rails/database.yml.erb</filename>
    </removed>
    <removed>
      <filename>templates/ruby/ruby_install.sh</filename>
    </removed>
    <removed>
      <filename>templates/ruby/rubygems_install.sh</filename>
    </removed>
    <removed>
      <filename>templates/sphinx/install.sh.erb</filename>
    </removed>
    <removed>
      <filename>templates/sphinx/sphinx.conf.erb</filename>
    </removed>
    <removed>
      <filename>templates/sphinx/sphinx.monitrc.erb</filename>
    </removed>
    <removed>
      <filename>templates/sphinx/sphinx_app.initd.centos.erb</filename>
    </removed>
    <removed>
      <filename>templates/sphinx/sphinx_app.initd.erb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>b1fc86f656724360c99d637967f3695e34c15392</id>
    </parent>
  </parents>
  <author>
    <name>Gabriel Handford</name>
    <email>gabrielh@gmail.com</email>
  </author>
  <url>http://github.com/gabriel/capitate/commit/a7f38a92bf0a628b3478c6eea67e0c038d31ab3e</url>
  <id>a7f38a92bf0a628b3478c6eea67e0c038d31ab3e</id>
  <committed-date>2008-02-06T19:14:04-08:00</committed-date>
  <authored-date>2008-02-06T19:14:04-08:00</authored-date>
  <message>moving around

git-svn-id: http://svn.ducktyper.com/capigen/trunk@66 03f83d6c-b416-495f-9003-0924d19d01a8</message>
  <tree>9f27817dec565f255794487d70341683891c0382</tree>
  <committer>
    <name>Gabriel Handford</name>
    <email>gabrielh@gmail.com</email>
  </committer>
</commit>
