<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -57,11 +57,13 @@ Rake::Task[:package].prerequisites.insert(0, :revision_file)
 # We also need to get rid of this file after packaging.
 at_exit { File.delete('REVISION') rescue nil }
 
+desc &quot;Install Haml as a gem.&quot;
 task :install =&gt; [:package] do
   sudo = RUBY_PLATFORM =~ /win32/ ? '' : 'sudo'
   sh %{#{sudo} gem install --no-ri pkg/haml-#{File.read('VERSION').strip}}
 end
 
+desc &quot;Release a new Haml package to Rubyforge. Requires the NAME and VERSION flags.&quot;
 task :release =&gt; [:package] do
   name, version = ENV['NAME'], ENV['VERSION']
   raise &quot;Must supply NAME and VERSION for release task.&quot; unless name &amp;&amp; version</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f5765c81edbe1f23948e5c3efcbea8f0bd8ad71a</id>
    </parent>
  </parents>
  <author>
    <name>Nathan Weizenbaum</name>
    <email>nex342@gmail.com</email>
  </author>
  <url>http://github.com/mislav/haml/commit/59f5b5444913ffac13302b12ecbbb2dc317b22cc</url>
  <id>59f5b5444913ffac13302b12ecbbb2dc317b22cc</id>
  <committed-date>2008-06-21T21:05:22-07:00</committed-date>
  <authored-date>2008-06-21T21:05:22-07:00</authored-date>
  <message>Make the install and release Rake tasks visible.</message>
  <tree>1a688d5960ad6e0bfaa59e3659622ecf7c1d51db</tree>
  <committer>
    <name>Nathan Weizenbaum</name>
    <email>nex342@gmail.com</email>
  </committer>
</commit>
