rspec-2.0.1 is released!

This is primarily a bug-fix release for rspec-core:

### rspec-core-2.0.1

[full changelog](Comparing v2.0.0...v2.0.1 · rspec/rspec-core · GitHub)

* Bug fixes   * restore color when using spork + autotest   * Pending examples without docstrings render the correct message (Josep M. Bach)   * Fixed bug where a failure in a spec file ending in anything but _spec.rb would     fail in a confusing way.   * Support backtrace lines from erb templates in html formatter (Alex Crichton)

### rspec-expectations-2.0.1

[full changelog](Comparing v2.0.0...v2.0.1 · rspec/rspec-expectations · GitHub)

* Enhancements   * Make dependencies on other rspec gems consistent across gems

### rspec-mocks-2.0.1

[full changelog](Comparing v2.0.0...v2.0.1 · rspec/rspec-mocks · GitHub)

* Enhancements   * Make dependencies on other rspec gems consistent across gems