Skip to content

Commit

Permalink
bump version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Dec 1, 2010
1 parent 617d675 commit eb7c5dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions History.md
@@ -1,8 +1,8 @@
## rspec-rails-2 release history (incomplete)
## rspec-rails-2 release history

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

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

* Bug fixes
* Depend on railties, activesupport, and actionpack instead of rails (Piotr
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ NOTE: rspec-2 does _not_ support rails-2. Use rspec-rails-1.3.x for rails-2.
The [Cucumber features](http://relishapp.com/rspec/rspec-rails/v/2-2) are the
most comprehensive and up-to-date docs for end-users.

The [RDoc](http://rubydoc.info/gems/rspec-rails/2.2.0/frames) provides additional
The [RDoc](http://rubydoc.info/gems/rspec-rails/2.2.1/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
@@ -1,7 +1,7 @@
module RSpec # :nodoc:
module Rails # :nodoc:
module Version # :nodoc:
STRING = '2.2.0'
STRING = '2.2.1'
end
end
end

0 comments on commit eb7c5dc

Please sign in to comment.