<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>jshoulda/test/basic_test.html</filename>
    </added>
    <added>
      <filename>tasks/demo.rake</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -4,4 +4,5 @@ dist/jshoulda*x.js
 config/site.yaml
 site/output
 .hg*
-site/tasks/upload.rake
\ No newline at end of file
+site/tasks/upload.rake
+jshoulda/assets
\ No newline at end of file</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -15,7 +15,7 @@
 &lt;/script&gt;
 
 
-&lt;p class=&quot;download&quot;&gt;&lt;a href=&quot;/js/jshoulda.js&quot;&gt;Download jShoulda&lt;/a&gt;&lt;/p&gt;
+&lt;p class=&quot;download&quot;&gt;&lt;a href=&quot;/dl/jshoulda.zip&quot;&gt;Download jShoulda&lt;/a&gt;&lt;/p&gt;
 
 &lt;p&gt;jShoulda has been created by &lt;a href=&quot;http://choangalvez.nom.es/&quot;&gt;Choan Galvez&lt;/a&gt; and is freely distributable under the terms of a MIT-style license. The source code resides in a &lt;a href=&quot;http://github.com/choan/jshoulda/&quot;&gt;Git repository at github&lt;/a&gt;.&lt;/p&gt;
 </diff>
      <filename>site/content/content.html</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ namespace :site do
   desc &quot;Compiles the nanoc site and adds the needed JS, examples and CSS files&quot;
   task :default =&gt; [ :html, :js, :css, :example, :downloads ]
   
-  task :downloads =&gt; :'bundle:zip'
+  task :downloads =&gt; [ :'bundle:zip', :demo_download ]
 
   desc &quot;Compiles the nanoc site&quot;
   task :html do
@@ -51,6 +51,11 @@ namespace :site do
     end
   end
 
+  task :demo_download =&gt; :demo do
+    mkdir_p &quot;site/output/dl&quot;
+    system &quot;zip -r site/output/dl/jshoulda jshoulda/&quot;
+  end
+
   file 'site/output/css/unittest.css' =&gt; 'site/css/unittest.css' do
     mkdir_p &quot;site/output/css&quot;
     cp &quot;site/css/unittest.css&quot;, &quot;site/output/css&quot;  </diff>
      <filename>tasks/site.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>76bb7d9d669c443eeaab4926b7a8948bd6f9aef1</id>
    </parent>
  </parents>
  <author>
    <name>Choan Galvez</name>
    <email>choan.galvez@gmail.com</email>
  </author>
  <url>http://github.com/choan/jshoulda/commit/7ba34c7a33874520350c60a5197a007f83f91ecd</url>
  <id>7ba34c7a33874520350c60a5197a007f83f91ecd</id>
  <committed-date>2008-11-23T12:32:04-08:00</committed-date>
  <authored-date>2008-11-23T12:32:04-08:00</authored-date>
  <message>Added downloadable package with jsunittest and a basic test demo bundled</message>
  <tree>28fe63bf3b98bb2c3e942078548e8c0c45093ea0</tree>
  <committer>
    <name>Choan Galvez</name>
    <email>choan.galvez@gmail.com</email>
  </committer>
</commit>
