<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -57,8 +57,10 @@ namespace :dep do
       missing &lt;&lt; dep if pattern.match(gems).nil?
     end
 
-    missing.each do |dep|
+    missing.each do |m|
+      dep,ver = m.is_a?(String) ? [m,''] : m
       puts &quot;Installing dependency: #{dep}&quot;
+      puts ver
       begin
         require 'rubygems/dependency_installer'
         if Gem::RubyGemsVersion =~ /^1\.0\./</diff>
      <filename>app/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -10,7 +10,6 @@ module Waves
         # - creates on the application module a database method that establishes and returns the ActiveRecord connection
         # - arranges for autoloading/autocreation of missing constants in the Models namespace
         # - defines ActiveRecord-specific helper methods on Waves::Controllers::Base
-        # - adds 'active-record' to the application-level dependencies index, Waves.config.dependencies
         # 
         # The controller helper methdods are:
         # - all</diff>
      <filename>lib/layers/orm/active_record.rb</filename>
    </modified>
    <modified>
      <diff>@@ -10,7 +10,6 @@ module Waves
         # - creates on the application module a database method that establishes the Sequel connection
         # - arranges for autoloading/autocreation of missing constants in the Models namespace
         # - defines Sequel-specific helper methods on Waves::Controllers::Base
-        # - adds 'sequel' to the application-level dependencies index, Waves.config.dependencies
         # 
         # The controller helper methdods are:
         # - all</diff>
      <filename>lib/layers/orm/sequel.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>21f0c3f3d09895d9037afc133ce84c21624ad3e6</id>
    </parent>
  </parents>
  <author>
    <name>ab5tract</name>
    <email>ethyrnet@yahoo.com</email>
  </author>
  <url>http://github.com/dyoder/waves/commit/1af33569507516604517a1337c2e78879dcb5c07</url>
  <id>1af33569507516604517a1337c2e78879dcb5c07</id>
  <committed-date>2008-09-18T11:55:21-07:00</committed-date>
  <authored-date>2008-09-04T13:22:18-07:00</authored-date>
  <message>The beginning of Cache</message>
  <tree>440a674404866a51a5b69978c8c77c815246e37b</tree>
  <committer>
    <name>ab5tract</name>
    <email>ethyrnet@yahoo.com</email>
  </committer>
</commit>
