Skip to content

Commit

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


## In git ## In git


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

## 1.5.0 (January 12, 2011)

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


* Fix VCR::Cassette so it does not raise an error when a cassette file is * Fix VCR::Cassette so it does not raise an error when a cassette file is
empty. Bug reported and fixed by [Karl Baum](https://github.com/kbaum). empty. Bug reported and fixed by [Karl Baum](https://github.com/kbaum).
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
vcr (1.4.0) vcr (1.5.0)


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.4.0' string = '1.5.0'


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 9c4a71c

Please sign in to comment.