Skip to content

Commit

Permalink
0.3.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Apr 11, 2010
1 parent fe4fa1c commit 323d72d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions History.rdoc
@@ -1,3 +1,6 @@
== 0.3.1 April 10, 2010
* Fixed a bug: when Net::HTTP#request was called with a block that had a return statement, the response was not being recorded.

== 0.3.0 March 24, 2010
* Renamed a bunch of methods, replacing them with method names that more clearly fit the VCR/cassette metaphor:
* VCR.create_cassette! => VCR.insert_cassette
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.3.0
0.3.1
4 changes: 2 additions & 2 deletions vcr.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{vcr}
s.version = "0.3.0"
s.version = "0.3.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Myron Marston"]
s.date = %q{2010-03-24}
s.date = %q{2010-04-10}
s.description = %q{VCR provides helpers to record HTTP requests for URIs that are not registered with fakeweb, and replay them later. It works with any ruby testing framework, and provides built-in support for cucumber.}
s.email = %q{myron.marston@gmail.com}
s.extra_rdoc_files = [
Expand Down

0 comments on commit 323d72d

Please sign in to comment.