From dd336afd167f669b9edc4340ce4d00ab3762aebb Mon Sep 17 00:00:00 2001 From: David Chelimsky Date: Sun, 12 Dec 2010 17:31:42 -0600 Subject: [PATCH] prep for 2.3.0 release --- History.markdown | 4 ++-- README.md | 4 ++-- lib/rspec/mocks/version.rb | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/History.markdown b/History.markdown index 51c28f626..195740722 100644 --- a/History.markdown +++ b/History.markdown @@ -1,8 +1,8 @@ ## rspec-mocks release history (incomplete) -### 2.3.0 / in development +### 2.3.0 / 2010-12-12 -[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.2.0...master) +[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.2.1...v2.3.0) * Bug fixes * Fix our Marshal extension so that it does not interfere with objects that diff --git a/README.md b/README.md index 71b308f7f..928ab4520 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ for method stubs, fakes, and message expectations. ## Documentation -The [Cucumber features](http://relishapp.com/rspec/rspec-mocks/v/2-2) are the +The [Cucumber features](http://relishapp.com/rspec/rspec-mocks) are the most comprehensive and up-to-date docs for end-users. -The [RDoc](http://rubydoc.info/gems/rspec-mocks/2.2.0/frames) provides additional +The [RDoc](http://rubydoc.info/gems/rspec-mocks/2.3.0/frames) provides additional information for contributors and/or extenders. All of the documentation is open source and a work in progress. If you find it diff --git a/lib/rspec/mocks/version.rb b/lib/rspec/mocks/version.rb index 5f9c71161..2155ecd97 100644 --- a/lib/rspec/mocks/version.rb +++ b/lib/rspec/mocks/version.rb @@ -1,7 +1,7 @@ module RSpec # :nodoc: module Mocks # :nodoc: module Version # :nodoc: - STRING = '2.3.0.pre' + STRING = '2.3.0' end end end