mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
Bump version to 4.0.0
This commit is contained in:
parent
00a84c0bfe
commit
9400e892a0
3 changed files with 3 additions and 3 deletions
2
NEWS.md
2
NEWS.md
|
@ -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
|
||||
|
|
|
@ -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]**
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
module Shoulda
|
||||
module Matchers
|
||||
# @private
|
||||
VERSION = '4.0.0.rc1'.freeze
|
||||
VERSION = '4.0.0'.freeze
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue