Skip to content

Commit

Permalink
Removed task runner as it's no longer needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Aug 7, 2010
1 parent 3bcafd9 commit 0289298
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 115 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
#Changelog #Changelog


## In Git

* Removed VCR::TaskRunner and the corresponding rake task definition. The rake task migrated cassettes from the
0.3.1 format to the 0.4+ format. If you are still on 0.3.1 or earlier, I recommend you upgrade to 0.4.1 first,
migrate your cassettes and deal with migration warnings, then upgrade to the current release.

## 1.0.3 (August 5, 2010) ## 1.0.3 (August 5, 2010)


* Upgraded VCR specs to RSpec 2. * Upgraded VCR specs to RSpec 2.
Expand Down
47 changes: 0 additions & 47 deletions lib/vcr/task_runner.rb

This file was deleted.

9 changes: 0 additions & 9 deletions lib/vcr/tasks/vcr.rake

This file was deleted.

59 changes: 0 additions & 59 deletions spec/task_runner_spec.rb

This file was deleted.

0 comments on commit 0289298

Please sign in to comment.