Skip to content

Commit c021234

Browse files
committed
Release 2.9.1.
1 parent d050c4f commit c021234

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.9.1 (May 23, 2014)
2+
[Full Changelog](http://github.com/vcr/vcr/compare/v2.9.0...v2.9.1)
3+
4+
Bug Fixes:
5+
6+
* Fix RSpec metadata integration to not trigger deprecation warnings
7+
with RSpec 3.0.0.rc1+. (Janko Marohnić)
8+
19
## 2.9.0 (March 27, 2014)
210

311
[Full Changelog](http://github.com/vcr/vcr/compare/v2.8.0...v2.9.0)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
vcr (2.9.0)
4+
vcr (2.9.1)
55

66
GEM
77
remote: https://rubygems.org/

lib/vcr/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module VCR
1010
# * `parts` [Array<Integer>] List of the version parts.
1111
def version
1212
@version ||= begin
13-
string = '2.9.0'
13+
string = '2.9.1'
1414

1515
def string.parts
1616
split('.').map { |p| p.to_i }

0 commit comments

Comments
 (0)