rubocop-rspec 3.0.0.pre → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b85afd5fe726f641ba333b9a3ab9ffd2394e21e8fd676c8b50c971a5bb087761
4
- data.tar.gz: 45ebceb9a51c6a4a8ebaa6233f95f2f722c99227b911badd0316c66402da6480
3
+ metadata.gz: 32754bf73db99cc432fc432938ecd974e6fd047cd4689f9de21599fe18eb493c
4
+ data.tar.gz: f997425aad7bf0300f80acdd9053bb616c7b3e3bdce289289043997af47a917d
5
5
  SHA512:
6
- metadata.gz: e43baa4de2fc4be74218a939d87d8feef61f75c206a06fc004c1ace104efadb271e156c9c0b27adab8d980aac5c9217c2973d28ffc2bf8c077fd3b7dae72fad4
7
- data.tar.gz: f12f48a9931a2dc00f6af92c55966fff4687c122fbe78e6f8f14b068033727797f023c33da3040180628c78ffd5d3adbfd860f3beffd90b9d556b761e7d24b70
6
+ metadata.gz: 98b044bfb078a0e3cb28804326174b60abecff57bb17b0ca86695fa1e2f7b6aeab2e52516bdb2d5d7dddb1e1e4f2caaf4a25ac9f25ae6196e42a7120ad7d722e
7
+ data.tar.gz: ac61856c153771e059a900b2eb413c6fc79583d071c98dee7253a8783d81dcec492ff95e9de5dde1b6567637543b30501e6e9a7ad84a1bdbad3eb642344546e3
data/CHANGELOG.md CHANGED
@@ -2,16 +2,17 @@
2
2
 
3
3
  ## Master (Unreleased)
4
4
 
5
- ## 3.0.0.pre (2024-06-05)
5
+ ## 3.0.0 (2024-06-11)
6
6
 
7
7
  - Remove extracted cops in `Capybara`, `FactoryBot` and `Rails` departments. ([@ydah])
8
8
  - Remove `RuboCop::RSpec::Language::NodePattern`. ([@ydah])
9
9
  - Remove `RSpec/FilePath` cop. ([@ydah])
10
10
  - Remove `RSpec/Capybara/FeatureMethods` cop. If you are using this cop, change it to use `RSpec/Dialect`. ([@ydah])
11
- - Enable all pending cops. ([@bquorning])
12
11
  - Add new `RSpec/MissingExpectationTargetMethod` cop. ([@krororo])
13
12
  - Fix an error for `RSpec/ScatteredSetup` when one of the hooks is an empty block. ([@earlopain])
14
13
 
14
+ These previously pending cops are now enabled by default: `RSpec/BeEmpty`, `RSpec/BeEq`, `RSpec/BeNil`, `RSpec/ChangeByZero`, `RSpec/ClassCheck`, `RSpec/ContainExactly`, `RSpec/DuplicatedMetadata`, `RSpec/EmptyMetadata`, `RSpec/EmptyOutput`, `RSpec/Eq`, `RSpec/ExcessiveDocstringSpacing`, `RSpec/ExpectInLet`, `RSpec/IdenticalEqualityAssertion`, `RSpec/IndexedLet`, `RSpec/IsExpectedSpecify`, `RSpec/MatchArray`, `RSpec/MetadataStyle`, `RSpec/NoExpectationExample`, `RSpec/PendingWithoutReason`, `RSpec/ReceiveMessages`, `RSpec/RedundantAround`, `RSpec/RedundantPredicateMatcher`, `RSpec/RemoveConst`, `RSpec/RepeatedSubjectCall`, `RSpec/SkipBlockInsideExample`, `RSpec/SortMetadata`, `RSpec/SpecFilePathFormat`, `RSpec/SpecFilePathSuffix`, `RSpec/SubjectDeclaration`, `RSpec/UndescriptiveLiteralsDescription`, and `RSpec/VerifiedDoubleReference`.
15
+
15
16
  Read more about how to upgrade in https://docs.rubocop.org/rubocop-rspec/upgrade_to_version_3.html
16
17
 
17
18
  ## 2.31.0 (2024-06-07)
@@ -4,7 +4,7 @@ module RuboCop
4
4
  module RSpec
5
5
  # Version information for the RSpec RuboCop plugin.
6
6
  module Version
7
- STRING = '3.0.0.pre'
7
+ STRING = '3.0.0'
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0.pre
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Backus
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2024-06-10 00:00:00.000000000 Z
13
+ date: 2024-06-11 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rubocop