<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -38,4 +38,11 @@ namespace :heroku do
       exit $?.exitstatus
     end
   end
+
+  desc &quot;Deploys the application to Heroku.  Creates a new Heroku application if needed.&quot;
+  task :deploy =&gt; %w(heroku:gems) do
+    remotes = `git remote -v`.split(&quot;\n&quot;)
+    sh &quot;heroku create&quot; if remotes.grep(/heroku/i).empty?
+    sh &quot;git push heroku master&quot;
+  end
 end</diff>
      <filename>lib/tasks/heroku.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>809c8ec49bcf375368acc1d3dd5ce5fa647c51c2</id>
    </parent>
  </parents>
  <author>
    <name>Fran&#231;ois Beausoleil</name>
    <email>francois@teksol.info</email>
  </author>
  <url>http://github.com/giraffesoft/blank/commit/f0a674d1617d215e6070fa9b8bfa16e4e329083f</url>
  <id>f0a674d1617d215e6070fa9b8bfa16e4e329083f</id>
  <committed-date>2009-06-26T13:31:57-07:00</committed-date>
  <authored-date>2009-06-26T13:24:53-07:00</authored-date>
  <message>One-click deploy to Heroku.</message>
  <tree>92d20f66f49f954787284ec41fcf40df8b546818</tree>
  <committer>
    <name>Fran&#231;ois Beausoleil</name>
    <email>francois@teksol.info</email>
  </committer>
</commit>
