README.rdoc in spork-0.4.0 vs README.rdoc in spork-0.4.1

- old
+ new

@@ -2,11 +2,11 @@ * http://github.com/timcharper/spork == SYNOPSIS: -Spork is a Drb spec server (similar to the script/spec_server provided by rspec-rails), except rather than using the Rails constant unloading to reload your files, it forks a copy of the server each time you run your specs. The result? Spork runs more solid: it doesn't get corrupted over time, and it properly handles modules and any voo-doo meta programming you may have put in your app. +Spork is Tim Harper's implementation of a Drb spec server (similar to the script/spec_server provided by rspec-rails), except rather than using the Rails constant unloading to reload your files, it forks a copy of the server each time you run your specs. The result? Spork runs more solid: it doesn't get corrupted over time, and it properly handles modules and any voo-doo meta programming you may have put in your app. Because Spork uses Kernel.fork, it only works on POSIX systems. This means Windows users are not invited to this party. Sorry :( Spork is still experimental, but is performing solid for us. @@ -66,5 +66,7 @@ == Kudos to * Ben Mabey - help with documentation, testing, suggestions, patches, collaborated with Cucumber support. * David Chelimsky - for the fine RSpec testing framework, and the original rspec-rails spec_server implementation, which Spork has built upon. * Lead Media Partners - just for being an awesome place to work. + +Spork (c) 2009 Tim Harper, released under the MIT license \ No newline at end of file