Skip to content

Commit

Permalink
2.14.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Aug 14, 2013
1 parent 1eddd76 commit 5ba3767
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
### Development
### 2.14.5 / 2013-08-13
[full changelog](http://github.com/rspec/rspec-core/compare/v2.14.4...v2.14.5)

Bug fixes:

Bugfixes
* Fix a `NoMethodError` that was being raised when there were no shared
examples or contexts declared and `RSpec.world.reset` is invoked.
(thepoho, Jon Rowe, Myron Marston)
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
module Core
module Version
STRING = '2.14.4'
STRING = '2.14.5'
end
end
end
Expand Down

0 comments on commit 5ba3767

Please sign in to comment.