<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -24,7 +24,12 @@ If you use this software, please {make a donation}[http://blog.evanweaver.com/do
 
 == Installation
 
+Install the gem:
   sudo gem install echoe
+  
+If you haven't already, make sure Rubyforge is configured locally and your password is correctly set:
+  rubyforge setup
+  rubyforge config
 
 == Project configuration
 
@@ -57,9 +62,7 @@ More advanced configuration is described in the Echoe class.
 
 == Deploying your gem
 
-First, run &lt;tt&gt;rubyforge setup&lt;/tt&gt; and &lt;tt&gt;rubyforge config&lt;/tt&gt; if you haven't already. Make sure your Rubyforge password is correctly set.
-
-Now, to deploy the gem and documentation:
+To deploy the gem and documentation:
 
   rake manifest
   rake release</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -10,9 +10,5 @@ Echoe.new('echoe') do |p|
   p.runtime_dependencies = ['rake', 'rubyforge &gt;=1.0.0', 'highline']
   p.require_signed = true
   p.rubygems_version = '&gt;= 0.9.4.5'
-
-  # Echoe is self-dependent
-  p.include_gemspec = false
-  p.include_rakefile = true    
 end
 </diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -436,7 +436,7 @@ class Echoe
         pkg_tar_gz = pkg + &quot;.tar.gz&quot;
         pkg_zip = pkg + &quot;.zip&quot; 
         
-        rf = RubyForge.new
+        rf = RubyForge.new.configure        
         puts &quot;Logging in&quot;
         rf.login
   
@@ -581,7 +581,7 @@ class Echoe
         
         body = File.open(filename).readlines.reject { |line| line =~ /Subject: / }.join.gsub(&quot;\n\n\n&quot;, &quot;\n\n&quot;)
         
-        rf = RubyForge.new
+        rf = RubyForge.new.configure        
         rf.login
         rf.post_news(project, subject, body)
         puts &quot;Published.&quot;</diff>
      <filename>lib/echoe.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>acb8ac079a1c6d4ca73baaeffdcfeccb389996ee</id>
    </parent>
  </parents>
  <author>
    <name>Evan Weaver</name>
    <email>eweaver@twitter.com</email>
  </author>
  <url>http://github.com/fauna/echoe/commit/963769ad94fd4b13307f94988b9ef6b41841f086</url>
  <id>963769ad94fd4b13307f94988b9ef6b41841f086</id>
  <committed-date>2008-06-22T15:25:17-07:00</committed-date>
  <authored-date>2008-06-22T15:25:17-07:00</authored-date>
  <message>Support Rubyforge 1.0.0 properly.</message>
  <tree>a2aa6cd5e714e69ca35d2b4c26da72ad1342651c</tree>
  <committer>
    <name>Evan Weaver</name>
    <email>eweaver@twitter.com</email>
  </committer>
</commit>
