Skip to content

Commit

Permalink
bump to 2.9.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Mar 12, 2012
1 parent 4bc0843 commit a52573e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Changelog.md
@@ -1,6 +1,5 @@
### dev

[full changelog](http://github.com/rspec/rspec-rails/compare/v2.8.1...master)
### 2.9.0.rc1 / 2012-03-11
[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.8.1...v2.9.0.rc1)

Enhancments
* add description method to RouteToMatcher (John Wulff)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -15,7 +15,7 @@ platforms :jruby do
gem "jruby-openssl"
end

gem 'rake'
gem 'rake', '~> 0.9.2'
gem 'rdoc'
gem 'sqlite3-ruby', :require => 'sqlite3'

Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/rails/version.rb
@@ -1,7 +1,7 @@
module RSpec
module Rails
module Version
STRING = '2.8.1'
STRING = '2.9.0.rc1'
end
end
end

0 comments on commit a52573e

Please sign in to comment.