We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0488223 + f95b10f commit 75ad3efCopy full SHA for 75ad3ef
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Master (Unreleased)
4
5
+## 2.11.0 (2022-05-18)
6
+
7
* Drop Ruby 2.5 support. ([@ydah][])
8
* Add new `RSpec/ChangeByZero` cop. ([@ydah][])
9
* Improve `RSpec/ExpectChange` to detect namespaced and top-level constants. ([@M-Yamashita01][])
docs/antora.yml
@@ -1,5 +1,5 @@
1
name: rubocop-rspec
title: RuboCop RSpec
-version: master
+version: '2.11'
nav:
- modules/ROOT/nav.adoc
lib/rubocop/rspec/version.rb
@@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
- STRING = '2.10.0'
+ STRING = '2.11.0'
end
10
0 commit comments