<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>rack</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -4,3 +4,6 @@
 [submodule &quot;lazydoc&quot;]
 	path = lazydoc
 	url = git://github.com/bahuvrihi/lazydoc.git
+[submodule &quot;rack&quot;]
+	path = rack
+	url = git://github.com/rack/rack.git</diff>
      <filename>.gitmodules</filename>
    </modified>
    <modified>
      <diff>@@ -302,7 +302,7 @@ class DeclarationsTest &lt; Test::Unit::TestCase
   
   def test_task_supports_rake_args_declaration
     arg_hash = nil
-    t = task(:task0, :one, :two, :three) do |t, args|
+    t = task(:task0, :one, :two, :three) do |task, args|
       arg_hash = args.marshal_dump
     end
   
@@ -312,7 +312,7 @@ class DeclarationsTest &lt; Test::Unit::TestCase
   
   def test_task_args_declaration_with_too_few_args_uses_nil
     arg_hash = nil
-    t = task(:task0, :one, :two, :three) do |t, args|
+    t = task(:task0, :one, :two, :three) do |task, args|
       arg_hash = args.marshal_dump
     end
   
@@ -322,7 +322,7 @@ class DeclarationsTest &lt; Test::Unit::TestCase
   
   def test_task_args_declaration_with_too_many_args_ignores_extra_args
     arg_hash = nil
-    t = task(:task0, :one, :two, :three) do |t, args|
+    t = task(:task0, :one, :two, :three) do |task, args|
       arg_hash = args.marshal_dump
     end
   
@@ -332,12 +332,12 @@ class DeclarationsTest &lt; Test::Unit::TestCase
   
   def test_task_args_declaration_will_override_with_later_args
     arg_hash_a = nil
-    t = task(:task0, :one, :two, :three) do |t, args|
+    t = task(:task0, :one, :two, :three) do |task, args|
       arg_hash_a = args.marshal_dump
     end
   
     arg_hash_b = nil
-    t1 = task(:task0, :four, :five) do |t, args|
+    t1 = task(:task0, :four, :five) do |task, args|
       arg_hash_b = args.marshal_dump
     end
   
@@ -348,12 +348,12 @@ class DeclarationsTest &lt; Test::Unit::TestCase
   
   def test_task_args_declaration_will_override_with_later_args_when_no_later_args_are_given
     arg_hash_a = nil
-    t = task(:task0, :one, :two, :three) do |t, args|
+    t = task(:task0, :one, :two, :three) do |task, args|
       arg_hash_a = args.marshal_dump
     end
   
     arg_hash_b = nil
-    t1 = task(:task0) do |t, args|
+    t1 = task(:task0) do |task, args|
       arg_hash_b = args.marshal_dump
     end
   </diff>
      <filename>rap/test/rap/declarations_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>515a8fb9fbf2ec7d24bb75bd4d982036879aa422</id>
    </parent>
  </parents>
  <author>
    <name>Simon Chiang</name>
    <email>simon.a.chiang@gmail.com</email>
  </author>
  <url>http://github.com/bahuvrihi/tap/commit/be799efb58133df7775d9eedf3b2d7179c43d664</url>
  <id>be799efb58133df7775d9eedf3b2d7179c43d664</id>
  <committed-date>2009-02-16T16:16:40-08:00</committed-date>
  <authored-date>2009-02-16T16:16:40-08:00</authored-date>
  <message>add rack submodule, minor updates to rap tests for ruby 1.9</message>
  <tree>36a691d9136254f96e5654c789eb66dbdd7e58ef</tree>
  <committer>
    <name>Simon Chiang</name>
    <email>simon.a.chiang@gmail.com</email>
  </committer>
</commit>
