Skip to content

Commit

Permalink
2.2.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Jul 20, 2012
1 parent 7f86b74 commit 93b5f13
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
@@ -1,6 +1,15 @@
## In git ## 2.2.4 (July 19, 2012)


[Full Changelog](http://github.com/myronmarston/vcr/compare/v2.2.2...master) [Full Changelog](http://github.com/myronmarston/vcr/compare/v2.2.3...v2.2.4)

Bug Fixes:

* Fix excon so real requests are made with a connection constructed with
same args as the original connection.

## 2.2.3 (July 9, 2012)

[Full Changelog](http://github.com/myronmarston/vcr/compare/v2.2.2...v2.2.3)


Bug Fixes: Bug Fixes:


Expand Down
2 changes: 1 addition & 1 deletion lib/vcr/version.rb
Expand Up @@ -10,7 +10,7 @@ module VCR
# * `parts` [Array<Integer>] List of the version parts. # * `parts` [Array<Integer>] List of the version parts.
def version def version
@version ||= begin @version ||= begin
string = '2.2.3' string = '2.2.4'


def string.parts def string.parts
split('.').map { |p| p.to_i } split('.').map { |p| p.to_i }
Expand Down

0 comments on commit 93b5f13

Please sign in to comment.