1
0
Fork 0
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:
Elliot Winkler 2019-02-16 03:05:19 -07:00
parent 00a84c0bfe
commit 9400e892a0
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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]**
---

View file

@ -1,6 +1,6 @@
module Shoulda
module Matchers
# @private
VERSION = '4.0.0.rc1'.freeze
VERSION = '4.0.0'.freeze
end
end