Skip to content

Commit

Permalink
prep for 2.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Dec 12, 2010
1 parent 301d1c9 commit dd336af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions History.markdown
@@ -1,8 +1,8 @@
## rspec-mocks release history (incomplete) ## 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 * Bug fixes
* Fix our Marshal extension so that it does not interfere with objects that * Fix our Marshal extension so that it does not interfere with objects that
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -5,10 +5,10 @@ for method stubs, fakes, and message expectations.


## Documentation ## 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. 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. information for contributors and/or extenders.


All of the documentation is open source and a work in progress. If you find it All of the documentation is open source and a work in progress. If you find it
Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/mocks/version.rb
@@ -1,7 +1,7 @@
module RSpec # :nodoc: module RSpec # :nodoc:
module Mocks # :nodoc: module Mocks # :nodoc:
module Version # :nodoc: module Version # :nodoc:
STRING = '2.3.0.pre' STRING = '2.3.0'
end end
end end
end end

0 comments on commit dd336af

Please sign in to comment.