<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -73,7 +73,11 @@ if is_task?('package', 'repackage', 'clobber_package')
     spec.test_files = FileList['test/**/*_test.rb'].to_a
   end
   
-  Rake::GemPackageTask.new(spec) { |pkg| }
+  Rake::GemPackageTask.new(spec) do |pkg|
+    pkg.need_zip     = true
+    pkg.need_tar_gz  = true
+    pkg.need_tar_bz2 = true
+  end
 end
 
 # ----- Benchmarking -----</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1 @@
-1.0.2
+1.0.3</diff>
      <filename>VERSION</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,7 @@
 begin
   require 'rubygems'
   require 'active_support'
+  require 'action_controller'
   require 'action_view'
   action_view_included = true
 rescue LoadError</diff>
      <filename>lib/haml/helpers/action_view_mods.rb</filename>
    </modified>
    <modified>
      <diff>@@ -93,7 +93,7 @@ class HelperTest &lt; Test::Unit::TestCase
     # two behaviors.
     
     result = render(&quot;- form_tag 'foo' do\n  %p bar\n  %strong baz&quot;, :action_view)
-    new_rails = &quot;&lt;form action=\&quot;foo\&quot; method=\&quot;post\&quot;&gt;\n  &lt;p&gt;foo&lt;/p&gt;\n&lt;/form&gt;\n&quot;
+    new_rails = &quot;&lt;form action=\&quot;foo\&quot; method=\&quot;post\&quot;&gt;\n  &lt;p&gt;bar&lt;/p&gt;\n  &lt;strong&gt;baz&lt;/strong&gt;\n&lt;/form&gt;&quot;
     old_rails = &quot;&quot; 
     assert(result == new_rails || result == old_rails)
   end</diff>
      <filename>test/helper_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -50,7 +50,7 @@
     &lt;li&gt;z&lt;/li&gt;
   &lt;/ul&gt;
   &lt;h1&gt;I can catch errors!&lt;/h1&gt;
-  Oh no! &quot;uninitialized constant Foo&quot; happened!
+  Oh no! &quot;undefined method `silly' for String:Class&quot; happened!
   &lt;p&gt;
     &quot;false&quot; is:
     false</diff>
      <filename>test/results/silent_script.xhtml</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@
       %li= i
   %h1 I can catch errors!
   - begin
-    - Foo.silly
+    - String.silly
   - rescue NameError =&gt; e
     = &quot;Oh no! \&quot;#{e}\&quot; happened!&quot;
   %p</diff>
      <filename>test/templates/silent_script.haml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d3482dc7d64feae952d3a01646dfe5a5fd9ac984</id>
    </parent>
  </parents>
  <author>
    <name>nex3</name>
    <email>nex3@7063305b-7217-0410-af8c-cdc13e5119b9</email>
  </author>
  <url>http://github.com/nex3/haml/commit/d96b5de021f7209a4daca32e3299c16015642164</url>
  <id>d96b5de021f7209a4daca32e3299c16015642164</id>
  <committed-date>2007-01-18T19:39:45-08:00</committed-date>
  <authored-date>2007-01-18T19:39:45-08:00</authored-date>
  <message>Releasing version 1.0.3 - now compatible with Rails 1.2.


git-svn-id: svn://hamptoncatlin.com/haml/tags/rel_1-0-3@290 7063305b-7217-0410-af8c-cdc13e5119b9</message>
  <tree>c7d170c15f840e991bf6f2ff9c7d87631f85b22d</tree>
  <committer>
    <name>nex3</name>
    <email>nex3@7063305b-7217-0410-af8c-cdc13e5119b9</email>
  </committer>
</commit>
