Skip to content

Commit

Permalink
prep for 2.6.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed May 23, 2011
1 parent f6ee434 commit 92ec83e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions features/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
### 2.6.3 / not released
### 2.6.3 / 2011-05-23

[full changelog](http://github.com/rspec/rspec-core/compare/v2.6.2...master)

* Minor output enhancment
* Add dump of shell commands to re-run failed examples

* Bug fixes
* Explicitly convert exit code to integer, avoiding TypeError when return
value of run is IO object proxied by `DRb::DRbObject` (Julian Scheid)
* Clarify behavior of `--example` command line option

* Build using a rubygems-1.6.2 to avoid downstream yaml parsing error

### 2.6.2 / 2011-05-21

Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/core/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module RSpec # :nodoc:
module Core # :nodoc:
module Version # :nodoc:
STRING = '2.6.3.beta1'
STRING = '2.6.3'
end
end
end

0 comments on commit 92ec83e

Please sign in to comment.