Skip to content

Commit

Permalink
Release 2.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed May 23, 2014
1 parent d050c4f commit c021234
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.9.1 (May 23, 2014)
[Full Changelog](http://github.com/vcr/vcr/compare/v2.9.0...v2.9.1)

Bug Fixes:

* Fix RSpec metadata integration to not trigger deprecation warnings
with RSpec 3.0.0.rc1+. (Janko Marohnić)

## 2.9.0 (March 27, 2014)

[Full Changelog](http://github.com/vcr/vcr/compare/v2.8.0...v2.9.0)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
vcr (2.9.0)
vcr (2.9.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/vcr/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module VCR
# * `parts` [Array<Integer>] List of the version parts.
def version
@version ||= begin
string = '2.9.0'
string = '2.9.1'

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

0 comments on commit c021234

Please sign in to comment.