<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,7 @@
+== 1.7.2 2009-04-18
+
+* newjs command: oops, jquery/prototype installed into src/ext instead of lib/ext
+
 == 1.7.1 2009-04-18
 
 * newjs command: -j/--jshoulda flag to use jshoulda instead of vanilla jsunittest</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -45,7 +45,7 @@ class NewjsGenerator &lt; RubiGen::Base
       m.file     &quot;test/assets/jsunittest.js&quot;,  &quot;test/assets/jsunittest.js&quot;
       m.file     &quot;test/assets/jshoulda.js&quot;,    &quot;test/assets/jshoulda.js&quot; if test_framework
       m.file     &quot;test/assets/unittest.css&quot;,   &quot;test/assets/unittest.css&quot;
-      m.file     &quot;ext/#{framework}.js&quot;,   &quot;lib/ext/#{framework}.js&quot; if framework
+      m.file     &quot;ext/#{framework}.js&quot;,        &quot;src/ext/#{framework}.js&quot; if framework
 
       %w[rstakeout js_autotest].each do |file|
         m.template &quot;script/#{file}&quot;,        &quot;script/#{file}&quot;, script_options
@@ -119,8 +119,8 @@ EOS
     # created so don't sweat their absence here.
     BASEDIRS = %w(
       config
-      lib/ext
-      src
+      lib
+      src/ext
       script
       tasks
       test/assets</diff>
      <filename>app_generators/newjs/newjs_generator.rb</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@
   &lt;title&gt;JavaScript unit test file&lt;/title&gt;
   &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
   &lt;script src=&quot;../assets/jsunittest.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
-  &lt;% if testing_lib == 'jshoulda' %&gt;
+  &lt;% if test_framework == 'jshoulda' %&gt;
   &lt;script src=&quot;../assets/jshoulda.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
   &lt;% end %&gt;
   
@@ -33,7 +33,7 @@
 
 &lt;script type=&quot;text/javascript&quot;&gt;
 // &lt;![CDATA[
-&lt;% if testing_lib.nil? %&gt;
+&lt;% if test_framework.nil? %&gt;
   new Test.Unit.Runner({
     // replace this with your real tests
     setup: function() {
@@ -54,7 +54,7 @@
   // That is, you can have multiple &quot;new Test.Unit.Runner() { ... }&quot; on this page, just
   // create more &lt;div id=&quot;testlog2&quot;&gt;&lt;/div&gt; etc, and pass the element id to the hash above:
   // e.g. {testLog: &quot;testlog2&quot;}
-&lt;% elsif testing_lib == 'jshoulda' %&gt;
+&lt;% elsif test_framework == 'jshoulda' %&gt;
 context(&quot;A context&quot;, {
   setup: function() {
 </diff>
      <filename>javascript_test_generators/functional_test/templates/test/test.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ $:.unshift(File.dirname(__FILE__)) unless
   $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
 
 module Newjs
-  VERSION = '1.7.1'
+  VERSION = '1.7.2'
 end
 
 require 'newjs/jstest'
\ No newline at end of file</diff>
      <filename>lib/newjs.rb</filename>
    </modified>
    <modified>
      <diff>@@ -62,7 +62,6 @@ class TestNewjsGenerator &lt; Test::Unit::TestCase
     assert_generated_file   &quot;test/assets/unittest.css&quot;
     assert_generated_file   &quot;test/assets/jsunittest.js&quot;
     assert_generated_file   &quot;test/assets/jshoulda.js&quot;
-    assert_generated_file   &quot;lib/ext/jquery.js&quot;
     assert_generated_file   &quot;Rakefile&quot;
     assert_generated_file   &quot;README.txt&quot;
     assert_generated_file   &quot;License.txt&quot;
@@ -75,6 +74,7 @@ class TestNewjsGenerator &lt; Test::Unit::TestCase
     assert_generated_file   &quot;config/javascript_test_autotest.yml.sample&quot;
     assert_generated_file   &quot;src/myproject.js.erb&quot;
     assert_generated_file   &quot;src/HEADER&quot;
+    assert_generated_file   &quot;src/ext/jquery.js&quot;
     assert_generated_file   &quot;lib/protodoc.rb&quot;
     assert_generated_file   &quot;lib/jstest.rb&quot;
   end</diff>
      <filename>test/test_newjs_generator.rb</filename>
    </modified>
    <modified>
      <diff>@@ -31,7 +31,7 @@
     &lt;h1&gt;JavaScript Project Generator&lt;/h1&gt;
     &lt;div id=&quot;version&quot; class=&quot;clickable&quot; onclick='document.location = &quot;http://rubyforge.org/projects/newjs&quot;; return false'&gt;
       &lt;p&gt;Get Version&lt;/p&gt;
-      &lt;a href=&quot;http://rubyforge.org/projects/newjs&quot; class=&quot;numbers&quot;&gt;1.7.0&lt;/a&gt;
+      &lt;a href=&quot;http://rubyforge.org/projects/newjs&quot; class=&quot;numbers&quot;&gt;1.7.2&lt;/a&gt;
     &lt;/div&gt;
     &lt;h1&gt;&amp;amp;#x2192; &amp;#8216;newjs&amp;#8217;&lt;/h1&gt;
 &lt;h2&gt;What&lt;/h2&gt;</diff>
      <filename>website/index.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>34ad76b92469c75d31579642b11e6395835ac5fb</id>
    </parent>
  </parents>
  <author>
    <name>Dr Nic Williams</name>
    <email>drnicwilliams@gmail.com</email>
  </author>
  <url>http://github.com/drnic/newjs/commit/4cfe7166a4be2df1dfedf5d892f4055f0c58ff8a</url>
  <id>4cfe7166a4be2df1dfedf5d892f4055f0c58ff8a</id>
  <committed-date>2009-04-18T20:55:40-07:00</committed-date>
  <authored-date>2009-04-18T20:55:02-07:00</authored-date>
  <message>newjs command: oops, jquery/prototype installed into src/ext instead of lib/ext</message>
  <tree>4f858c6981bf8451024adc7b8a1e985c1c96c7ef</tree>
  <committer>
    <name>Dr Nic Williams</name>
    <email>drnicwilliams@gmail.com</email>
  </committer>
</commit>
