Skip to content

Commit

Permalink
prep for 2.6.0.rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed May 6, 2011
1 parent 69770e6 commit ad77a8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions features/Changelog.md
@@ -1,10 +1,11 @@
### dev
### 2.6.0.rc5 / 2011-05-06

[full changelog](http://github.com/rspec/rspec-rails/compare/v2.6.0.rc4...master)
[full changelog](http://github.com/rspec/rspec-rails/compare/v2.6.0.rc4...v2.6.0.rc5)

* Bug fixes
* Fix load order issue w/ Capybara (oleg dashevskii)
* Relax the dependencies on rails gems to >= 3.0 (Joel Moss)
* Fix monkey patches that broke due to internal changes in rails-3.1.0.beta1

### 2.6.0.rc4 / 2011-05-01

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.6.0.rc4'
STRING = '2.6.0.rc5'
end
end
end

0 comments on commit ad77a8d

Please sign in to comment.