Skip to content

Commit

Permalink
Cherry-pick 2.11.2 release stuff from 2-11-maint branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Jul 26, 2012
1 parent 3cacdde commit c897a47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
### dev
[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.11.2...master)

Enhancements

* Colorize diffs if the `--color` option is configured. (Alex Coplan)

### 2.11.2 / 2012-07-25
[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.11.1...v2.11.2)

Bug fixes

* Define `should` and `should_not` on `Object` rather than `BasicObject`
Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/expectations/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module RSpec
module Expectations
# @private
module Version
STRING = '2.11.0'
STRING = '2.11.2'
end
end
end

0 comments on commit c897a47

Please sign in to comment.