<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,7 +6,7 @@ a copy of this software and associated documentation files (the
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
+the following conditions: 
 
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.</diff>
      <filename>License.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,2 +1,2 @@
 
-For more information on red, see http://github.com/jessesielaff/red/wikis
+For more information on Red, see http://github.com/jessesielaff/red/wikis</diff>
      <filename>PostInstall.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
 require 'config/requirements'
-require 'config/hoe' # setup Hoe + all gem configuration
+require 'config/hoe'
 
 Dir['tasks/**/*.rake'].each { |rake| load rake }
\ No newline at end of file</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 #!/usr/bin/env ruby
 
-GEM_NAME = 'red' # what ppl will type to install your gem
-RUBYFORGE_PROJECT = 'red'
+GEM_NAME = 'red'
+RUBYFORGE_PROJECT = 'red-js'
 
 require 'rubygems'
 begin</diff>
      <filename>script/txt2html</filename>
    </modified>
    <modified>
      <diff>@@ -313,7 +313,7 @@ class ConfigTable
   def value_config?(name)
     lookup(name).value?
   end
-
+  
   class Item
     def initialize(name, template, default, desc)
       @name = name.freeze
@@ -322,41 +322,41 @@ class ConfigTable
       @default = default
       @description = desc
     end
-
+    
     attr_reader :name
     attr_reader :description
-
+    
     attr_accessor :default
     alias help_default default
-
+    
     def help_opt
       &quot;--#{@name}=#{@template}&quot;
     end
-
+    
     def value?
       true
     end
-
+    
     def value
       @value
     end
-
+    
     def resolve(table)
       @value.gsub(%r&lt;\$([^/]+)&gt;) { table[$1] }
     end
-
+    
     def set(val)
       @value = check(val)
     end
-
+    
     private
-
+    
     def check(val)
       setup_rb_error &quot;config: --#{name} requires argument&quot; unless val
       val
     end
   end
-
+  
   class BoolItem &lt; Item
     def config_type
       'bool'</diff>
      <filename>setup.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,5 @@
 require File.dirname(__FILE__) + '/spec_helper.rb'
 
-# Time to add your specs!
 # http://rspec.info/
 describe &quot;Place your specs here&quot; do
   </diff>
      <filename>spec/red_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -14,7 +14,7 @@ task :check_version do
 end
 
 desc 'Install the package as a gem, without generating documentation(ri/rdoc)'
-task :install_gem_no_doc =&gt; [:clean, :package] do
+task :ig =&gt; [:clean, :package] do
   sh &quot;#{'sudo ' unless Hoe::WINDOZE }gem install pkg/*.gem --no-rdoc --no-ri&quot;
 end
 </diff>
      <filename>tasks/deployment.rake</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lib/javascripts/_dom_ready.js</filename>
    </removed>
    <removed>
      <filename>lib/javascripts/prototype_dom_ready.js</filename>
    </removed>
    <removed>
      <filename>lib/javascripts/red/unobtrusive.red</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>ab63d0b95bf088588496119b40692b12e9f212eb</id>
    </parent>
  </parents>
  <author>
    <name>Jesse Sielaff</name>
    <email>jesse.sielaff@gmail.com</email>
  </author>
  <url>http://github.com/jessesielaff/red/commit/f2d3c4b397da8910d67d9c9d8b3e21a5383f4b72</url>
  <id>f2d3c4b397da8910d67d9c9d8b3e21a5383f4b72</id>
  <committed-date>2008-10-12T13:48:16-07:00</committed-date>
  <authored-date>2008-10-12T13:48:16-07:00</authored-date>
  <message>Version 4.0 released.</message>
  <tree>da81f86a31035719be5b49d6f868a99f768b569c</tree>
  <committer>
    <name>Jesse Sielaff</name>
    <email>jesse.sielaff@gmail.com</email>
  </committer>
</commit>
