<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/ujs_sort_helper.rb</filename>
    </added>
    <added>
      <filename>public/javascripts/ujs_sort_helper.jquery.js</filename>
    </added>
    <added>
      <filename>test/ujs_sort_helper_test.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -39,11 +39,20 @@ styles for nifty sort arrow images
   &lt;%= javascript_include_tag :defaults%&gt; 
 as long as prototype.js is included before lowpro and ujs_sort_helper
 
+If you're not using jQuery, reference Dan Webb's lowpro and the Prototype version
+of the ujs_sort_helper:
+
   &lt;%= javascript_include_tag &quot;lowpro&quot;%&gt; 
 you SHOULD already have this ;-)
 
-  &lt;%= javascript_include_tag &quot;usj_sort_helper&quot;%&gt; 
-this is where ujs comes in    
+  &lt;%= javascript_include_tag &quot;ujs_sort_helper&quot;%&gt; 
+
+If you're using jQuery, simply include the jQuery version (assuming you already
+have jQuery and livequery installed)
+
+&lt;%= javascript_include_tag &quot;ujs_sort_helper.jquery.js&quot;%&gt; 
+
+
 ====View (table header in index.rhtml):
  
    &lt;thead&gt;</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -5,14 +5,14 @@ require 'rake/rdoctask'
 desc 'Default: run unit tests.'
 task :default =&gt; :test
 
-desc 'Test the unobtrusive_sort_helper plugin.'
+desc 'Test the ujs_sort_helper plugin.'
 Rake::TestTask.new(:test) do |t|
   t.libs &lt;&lt; 'lib'
   t.pattern = 'test/**/*_test.rb'
   t.verbose = true
 end
 
-desc 'Generate documentation for the unobtrusive_sort_helper plugin.'
+desc 'Generate documentation for the ujs_sort_helper plugin.'
 Rake::RDocTask.new(:rdoc) do |rdoc|
   rdoc.rdoc_dir = 'rdoc'
   rdoc.title    = 'UnobtrusiveSortHelper'</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
-require 'unobtrusive_sort_helper'
+require 'ujs_sort_helper'
 
-ActionView::Base.send(:include, UnobtrusiveSortHelper)
-ActionController::Base.send(:include, UnobtrusiveSortHelper)
+ActionView::Base.send(:include, UjsSortHelper)
+ActionController::Base.send(:include, UjsSortHelper)
 
 # install files
 ['/public/javascripts', '/public/stylesheets', '/public/images'].each{|dir|</diff>
      <filename>init.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lib/unobtrusive_sort_helper.rb</filename>
    </removed>
    <removed>
      <filename>rdoc/classes/UnobtrusiveSortHelper.html</filename>
    </removed>
    <removed>
      <filename>rdoc/created.rid</filename>
    </removed>
    <removed>
      <filename>rdoc/files/README.html</filename>
    </removed>
    <removed>
      <filename>rdoc/files/lib/unobtrusive_sort_helper_rb.html</filename>
    </removed>
    <removed>
      <filename>rdoc/fr_class_index.html</filename>
    </removed>
    <removed>
      <filename>rdoc/fr_file_index.html</filename>
    </removed>
    <removed>
      <filename>rdoc/fr_method_index.html</filename>
    </removed>
    <removed>
      <filename>rdoc/index.html</filename>
    </removed>
    <removed>
      <filename>rdoc/rdoc-style.css</filename>
    </removed>
    <removed>
      <filename>tasks/unobtrusive_sort_helper_tasks.rake</filename>
    </removed>
    <removed>
      <filename>test/unobtrusive_sort_helper_test.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>dc93fdbfe5d1a513095a09f31df5f00f6c922362</id>
    </parent>
  </parents>
  <author>
    <name>Wynn Netherland</name>
    <email>wynn@pengwynn.local</email>
  </author>
  <url>http://github.com/pengwynn/ujs_sort_helper/commit/43d968688e4eae87782fd03e386730116d2c34f4</url>
  <id>43d968688e4eae87782fd03e386730116d2c34f4</id>
  <committed-date>2008-04-21T09:12:10-07:00</committed-date>
  <authored-date>2008-04-21T09:12:10-07:00</authored-date>
  <message>Renamed to ujs_sort_helper, added jQuery version</message>
  <tree>1934bf72e35e48e3e1473d229b3ea09b61aa524d</tree>
  <committer>
    <name>Wynn Netherland</name>
    <email>wynn@pengwynn.local</email>
  </committer>
</commit>
