Skip to content

Commit

Permalink
Bump version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Feb 16, 2019
1 parent 00a84c0 commit 9400e89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 4.0.0 (unreleased)
# 4.0.0

This release mainly brings the gem up to date with modern versions of Ruby and
Rails and drops support for older, unsupported versions. The compatibility list
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Shoulda Matchers provides RSpec- and Minitest-compatible one-liners that test
common Rails functionality. These tests, if written by hand, would be much
longer, more complex, and error-prone.

**[View the documentation for the latest version (4.0.0.rc1).][rubydocs]**
**[View the documentation for the latest version (4.0.0).][rubydocs]**

---

Expand Down
2 changes: 1 addition & 1 deletion lib/shoulda/matchers/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Shoulda
module Matchers
# @private
VERSION = '4.0.0.rc1'.freeze
VERSION = '4.0.0'.freeze
end
end

1 comment on commit 9400e89

@paulomcnally
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you delete version 4.0.0 of rubygems? This causes deployment errors.

Please sign in to comment.