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 87e42c4 commit 888dd19
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## rspec-rails-2 release history

### 2.3.0 / in development
### 2.3.0 / 2010-12-12

[full changelog](http://github.com/rspec/rspec-rails/compare/v2.2.1...master)
[full changelog](http://github.com/rspec/rspec-rails/compare/v2.2.1...v2.3.0)

* Changes
* Generator no longer generates autotest/autodiscover.rb, as it is no longer
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ NOTE: rspec-2 does _not_ support rails-2. Use rspec-rails-1.3.x for rails-2.

## Documentation

The [Cucumber features](http://relishapp.com/rspec/rspec-rails/v/2-2) are the
The [Cucumber features](http://relishapp.com/rspec/rspec-rails) are the
most comprehensive and up-to-date docs for end-users.

The [RDoc](http://rubydoc.info/gems/rspec-rails/2.2.1/frames) provides additional
The [RDoc](http://rubydoc.info/gems/rspec-rails/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
Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module RSpec # :nodoc:
module Rails # :nodoc:
module Version # :nodoc:
STRING = '2.3.0.pre'
STRING = '2.3.0'
end
end
end

0 comments on commit 888dd19

Please sign in to comment.