<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.gitignore</filename>
    </added>
    <added>
      <filename>MIT-LICENSE</filename>
    </added>
    <added>
      <filename>effects/src/license.js</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,5 @@
-Copyright (c) 2005-2007 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us)
+Copyright (c) 2005-2008 Thomas Fuchs
+http://script.aculo.us/thomas
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the</diff>
      <filename>effects/MIT-LICENSE</filename>
    </modified>
    <modified>
      <diff>@@ -2,32 +2,33 @@ require 'rake'
 require 'rake/packagetask'
 require 'fileutils'
 
-task :default =&gt; :test_units
-
-require '../unittest/src/jstest'
-desc &quot;Runs all the JavaScript unit tests and collects the results&quot;
-JavaScriptTestTask.new(:test_units) do |t|
-  tests_to_run     = ENV['TESTS']    &amp;&amp; ENV['TESTS'].split(',')
-  browsers_to_test = ENV['BROWSERS'] &amp;&amp; ENV['BROWSERS'].split(',')
-
-  t.mount(&quot;/lib&quot;)
-  t.mount(&quot;/src&quot;)
-  t.mount(&quot;/test&quot;)
-  
-  Dir[&quot;test/unit/*.html&quot;].sort.each do |test_file|
-    test_file = &quot;/#{test_file}&quot;
-    test_name = test_file[/.*\/(.+?)\.html/, 1]
-    t.run(test_file) unless tests_to_run &amp;&amp; !tests_to_run.include?(test_name)
-  end
-  
-  %w( safari firefox ie konqueror opera ).each do |browser|
-    t.browser(browser.to_sym) unless browsers_to_test &amp;&amp; !browsers_to_test.include?(browser)
-  end
-end
+# task :default =&gt; :test_units
+# 
+# require '../unittest/src/jstest'
+# desc &quot;Runs all the JavaScript unit tests and collects the results&quot;
+# JavaScriptTestTask.new(:test_units) do |t|
+#   tests_to_run     = ENV['TESTS']    &amp;&amp; ENV['TESTS'].split(',')
+#   browsers_to_test = ENV['BROWSERS'] &amp;&amp; ENV['BROWSERS'].split(',')
+# 
+#   t.mount(&quot;/lib&quot;)
+#   t.mount(&quot;/src&quot;)
+#   t.mount(&quot;/test&quot;)
+#   
+#   Dir[&quot;test/unit/*.html&quot;].sort.each do |test_file|
+#     test_file = &quot;/#{test_file}&quot;
+#     test_name = test_file[/.*\/(.+?)\.html/, 1]
+#     t.run(test_file) unless tests_to_run &amp;&amp; !tests_to_run.include?(test_name)
+#   end
+#   
+#   %w( safari firefox ie konqueror opera ).each do |browser|
+#     t.browser(browser.to_sym) unless browsers_to_test &amp;&amp; !browsers_to_test.include?(browser)
+#   end
+# end
 
 desc &quot;Make a effects.js package (temporary task until sprockets arrive)&quot;
 task :package do |t|
   files = %w(
+  src/license.js
   src/base.js
   src/queue.js
   src/heartbeat.js
@@ -46,7 +47,7 @@ task :package do |t|
   src/transitions/transitions.js
   src/transitions/penner.js)
   FileUtils.mkdir('dist') unless File.exists?('dist')
-  File.open('dist/effects.js', 'w+') do |dist|
-    files.each { |f| dist &lt;&lt; File.read(f) + &quot;\n\n&quot; }
-  end
+  
+  concatenated = files.map{|f| File.read(f) }.join(&quot;\n\n&quot;)
+  File.open('dist/effects.js', 'w+') { |dist| dist &lt;&lt; concatenated }
 end
\ No newline at end of file</diff>
      <filename>effects/Rakefile</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>effects/dist/effects.js</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>9da8cabbf00026c4a22b4f179cdc0af06a4f8478</id>
    </parent>
  </parents>
  <author>
    <name>Thomas Fuchs</name>
    <email>thomas@fesch.at</email>
  </author>
  <url>http://github.com/madrobby/scripty2/commit/d5c034a12707e6f94c40ae003191253fe63966d2</url>
  <id>d5c034a12707e6f94c40ae003191253fe63966d2</id>
  <committed-date>2008-05-03T09:28:04-07:00</committed-date>
  <authored-date>2008-05-03T09:28:04-07:00</authored-date>
  <message>update license files; add license to generated file; ignore dist directory</message>
  <tree>fe04d59446b77a894b6ae74d2e11ad1dfc63aad6</tree>
  <committer>
    <name>Thomas Fuchs</name>
    <email>thomas@fesch.at</email>
  </committer>
</commit>
