<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,9 @@
+=== Version 1.2.8 (in git)
+
+* removals
+  * spec_server has been removed in favor of spork. You can still use the
+    --drb flag, but you've got to install the spork gem.
+
 === Version 1.2.7 / 2009-06-22
 
 * enhancements</diff>
      <filename>History.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,26 @@
+= Upgrade to 1.2.8 (in git)
+
+== What's changed
+
+=== spec_server has been removed
+
+spec_server was deprecated in 1.2.7 and has now been removed. Admittedly, this
+was a short deprecation cycle, but spec server never quite worked right in all
+situations and spork is a great solution that you can use today! This is all
+you need to do:
+
+    [sudo] gem install spork
+    cd path/to/project
+    spork --bootsrap
+    
+Now open up spec/spec_helper.rb and follow the directions at the top. You'll
+be up and running in no time.
+
+For more info:
+
+* http://github.com/timcharper/spork
+* http://groups.google.com/group/sporkgem
+
 = Upgrade to 1.2.7
 
 == What's changed</diff>
      <filename>Upgrade.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -36,7 +36,6 @@ HELPFUL_INSTRUCTIONS
 
       m.file      'script/autospec',               'script/autospec',    script_options
       m.file      'script/spec',                   'script/spec',        script_options
-      m.file      'script/spec_server',            'script/spec_server', script_options
 
       m.directory 'spec'
       m.file      'rcov.opts',                     'spec/rcov.opts'</diff>
      <filename>generators/rspec/rspec_generator.rb</filename>
    </modified>
    <modified>
      <diff>@@ -139,44 +139,6 @@ namespace :spec do
       end
     end
   end
-
-  namespace :server do
-    daemonized_server_pid = File.expand_path(&quot;#{RAILS_ROOT}/tmp/pids/spec_server.pid&quot;)
-
-    desc &quot;start spec_server.&quot;
-    task :start do
-      if File.exist?(daemonized_server_pid)
-        $stderr.puts &quot;spec_server is already running.&quot;
-      else
-        $stderr.puts %Q{Starting up spec_server ...}
-        FileUtils.mkdir_p('tmp/pids') unless test ?d, 'tmp/pids'
-        system(&quot;ruby&quot;, &quot;script/spec_server&quot;, &quot;--daemon&quot;, &quot;--pid&quot;, daemonized_server_pid)
-      end
-    end
-
-    desc &quot;stop spec_server.&quot;
-    task :stop do
-      unless File.exist?(daemonized_server_pid)
-        $stderr.puts &quot;No server running.&quot;
-      else
-        $stderr.puts &quot;Shutting down spec_server ...&quot;
-        system(&quot;kill&quot;, &quot;-s&quot;, &quot;TERM&quot;, File.read(daemonized_server_pid).strip) &amp;&amp;
-        File.delete(daemonized_server_pid)
-      end
-    end
-
-    desc &quot;restart spec_server.&quot;
-    task :restart =&gt; [:stop, :start]
-
-    desc &quot;check if spec server is running&quot;
-    task :status do
-      if File.exist?(daemonized_server_pid)
-        $stderr.puts %Q{spec_server is running (PID: #{File.read(daemonized_server_pid).gsub(&quot;\n&quot;,&quot;&quot;)})}
-      else
-        $stderr.puts &quot;No server running.&quot;
-      end
-    end
-  end
 end
 
 end</diff>
      <filename>generators/rspec/templates/rspec.rake</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>generators/rspec/templates/script/spec_server</filename>
    </removed>
    <removed>
      <filename>lib/spec/rails/spec_server.rb</filename>
    </removed>
    <removed>
      <filename>spec/spec/rails/spec_server_spec.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>ae6526a3a8093b92ebd680d0846c92e82ffd7a0d</id>
    </parent>
  </parents>
  <author>
    <name>David Chelimsky</name>
    <email>dchelimsky@gmail.com</email>
  </author>
  <url>http://github.com/dchelimsky/rspec-rails/commit/cab8757f988741951acfeacb3fb21fe4f2a840db</url>
  <id>cab8757f988741951acfeacb3fb21fe4f2a840db</id>
  <committed-date>2009-06-22T22:34:22-07:00</committed-date>
  <authored-date>2009-06-22T22:34:22-07:00</authored-date>
  <message>spec_server is dead! Long live spork!

(gem install spork)</message>
  <tree>13f17ed10ca9423c038f9615bae91bccc5b7e557</tree>
  <committer>
    <name>David Chelimsky</name>
    <email>dchelimsky@gmail.com</email>
  </committer>
</commit>
