Skip to content

Commit

Permalink
1.5.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Jan 21, 2011
1 parent 7ee38dc commit be6672d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,15 @@


## In git ## In git


[Full Changelog](http://github.com/myronmarston/vcr/compare/v1.5.0...master) [Full Changelog](http://github.com/myronmarston/vcr/compare/v1.5.1...master)

## 1.5.1 (January 12, 2011)

[Full Changelog](http://github.com/myronmarston/vcr/compare/v1.5.0...v1.5.1)

* Fix response and request serialization so that the headers are raw
strings. This fixes intermittent YAML seg faults for paperclip
uploads to S3. But reported by [Rob Slifka](https://github.com/rslifka).


## 1.5.0 (January 12, 2011) ## 1.5.0 (January 12, 2011)


Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
vcr (1.5.0) vcr (1.5.1)


GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/vcr/version.rb
Expand Up @@ -3,7 +3,7 @@ module VCR


def version def version
@version ||= begin @version ||= begin
string = '1.5.0' string = '1.5.1'


def string.parts; VCR.version.split('.').map { |p| p.to_i }; end def string.parts; VCR.version.split('.').map { |p| p.to_i }; end
def string.major; parts[0]; end def string.major; parts[0]; end
Expand Down

0 comments on commit be6672d

Please sign in to comment.