diff --git a/History.rdoc b/History.rdoc index 77687c2d..42eda3b0 100644 --- a/History.rdoc +++ b/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 diff --git a/VERSION b/VERSION index 0d91a54c..9e11b32f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.0 +0.3.1 diff --git a/vcr.gemspec b/vcr.gemspec index 01e448c7..e27ccda2 100644 --- a/vcr.gemspec +++ b/vcr.gemspec @@ -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 = [