<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -26,13 +26,15 @@ Rake::RDocTask.new(:rdoc) do |rdoc|
 end
 
 DB_ADAPTERS = %w[sqlite3 mysql]
-RAILS_VERSIONS = %w[1.2.6 2.0.2 2.1.0]
+RAILS_VERSIONS = %w[1.2.6 2.0.2 2.1.1 2.2.2]
 
 namespace :test do
   desc &quot;test with multiple versions of rails and multiple adapters&quot;
   task :multi do
     RAILS_VERSIONS.each do |rails_version|
+      puts &quot;Testing with Rails #{rails_version}&quot;
       DB_ADAPTERS.each do |db_adapter|
+        puts &quot; - Adapter: #{db_adapter}&quot;
         sh &quot;RAILS_VERSION='#{rails_version}' DB='#{db_adapter}' rake test &gt; /dev/null 2&gt;&amp;1&quot;
       end
     end</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d6156be5457068b9511dfccd9dd16b7f921a5864</id>
    </parent>
  </parents>
  <author>
    <name>Dan Manges</name>
    <email>daniel.manges@gmail.com</email>
  </author>
  <url>http://github.com/dan-manges/query_stats/commit/aa8819630419758a6627450038649401630217c0</url>
  <id>aa8819630419758a6627450038649401630217c0</id>
  <committed-date>2008-12-01T13:08:56-08:00</committed-date>
  <authored-date>2008-12-01T13:08:56-08:00</authored-date>
  <message>test with rails 2.2</message>
  <tree>9688708d58bbc0e03cfce367685c0747f4fb336f</tree>
  <committer>
    <name>Dan Manges</name>
    <email>daniel.manges@gmail.com</email>
  </committer>
</commit>
