Skip to content

Commit

Permalink
1.3.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Nov 22, 2010
1 parent 450747a commit ae45360
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
@@ -1,14 +1,16 @@
# Changelog

## In git
## 1.3.3 (November 21, 2010)

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

* In specs, hit a local sinatra server rather than example.com. This makes
the specs faster and removes an external dependency. The specs can pass
without being online!
* Raise an explicit error when the http stubbing library is not configured
(rather than letting the user get a confusing error later).
* Test against the latest WebMock release (1.6.1) (no changes required).
* Fix a few cucumber scenarios so they pass on rubinius and jruby.

## 1.3.2 (November 16, 2010)

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
vcr (1.3.2)
vcr (1.3.3)

GEM
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
@version ||= begin
string = '1.3.2'
string = '1.3.3'

def string.parts; VCR.version.split('.').map { |p| p.to_i }; end
def string.major; parts[0]; end
Expand Down

0 comments on commit ae45360

Please sign in to comment.