README.rdoc in timcharper-spork-0.5.6 vs README.rdoc in timcharper-spork-0.5.7

- old
+ new

@@ -1,7 +1,11 @@ = Spork -* http://github.com/timcharper/spork +* Repository: http://github.com/timcharper/spork +* Issues: http://github.com/timcharper/spork/issues +* Changes: http://github.com/timcharper/spork/blob/master/History.txt +* Mailing list: http://groups.google.com/group/sporkgem +* Wiki: http://wiki.github.com/timcharper/spork == SYNOPSIS: 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. \ No newline at end of file