<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -43,13 +43,13 @@ task :tag_warn do
   puts &quot;*&quot; * 40
   puts &quot;Don't forget to tag the release:&quot;
   puts
-  puts &quot;  git tag -a v#{Thin::VERSION::STRING} -m 'Tagging #{Thin::SERVER}'&quot;
+  puts &quot;  git tag -m 'Tagging #{Thin::SERVER}' -a v#{Thin::VERSION::STRING}&quot;
   puts
   puts &quot;or run rake tag&quot;
   puts &quot;*&quot; * 40
 end
 task :tag do
-  sh &quot;git tag -a v#{Thin::VERSION::STRING} -m 'Tagging #{Thin::SERVER}'&quot;
+  sh &quot;git tag -m 'Tagging #{Thin::SERVER}' -a v#{Thin::VERSION::STRING}&quot;
 end
 task :gem =&gt; :tag_warn
 </diff>
      <filename>tasks/gem.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>47154115483833730a6317cb3179f1415e0b7a19</id>
    </parent>
  </parents>
  <author>
    <name>macournoyer</name>
    <email>macournoyer@gmail.com</email>
  </author>
  <url>http://github.com/macournoyer/thin/commit/38b7c0d42699fc8f40a48a08507021bab625adcb</url>
  <id>38b7c0d42699fc8f40a48a08507021bab625adcb</id>
  <committed-date>2008-01-25T11:31:01-08:00</committed-date>
  <authored-date>2008-01-25T11:31:01-08:00</authored-date>
  <message>Finally fix the tag task?</message>
  <tree>9ad93df418d44f64f57474098d5f13720b88c68c</tree>
  <committer>
    <name>macournoyer</name>
    <email>macournoyer@gmail.com</email>
  </committer>
</commit>
