File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- vcr (2.9.0 )
4+ vcr (2.9.1 )
55
66GEM
77 remote: https://rubygems.org/
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments