makandra-rubocop 5.3.0 → 5.4.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: ea37b54627b644d9398f51cc9e8e3902d4ebeaed7320ab3f73b0be4077019d76
4
- data.tar.gz: 75ba8747ad315bff58c07c590e683d44c71fa994241475aee1b1717750bbf541
3
+ metadata.gz: 846b1eddfc501ff465004e6043af1dde628777322fd34c3ff6d2ae1d83ee13b1
4
+ data.tar.gz: 554396b606c6fba94b4ff04b8476fc34f219227dbe46c6a64559668c2d469772
5
5
  SHA512:
6
- metadata.gz: 9c12fd95d1c37a68ac5fe5479f44797930fc37efc302203438f5f428c6eda099dcee4506f0d2b172148b3e46d26ddcc405168f163207ebac1dd24a33c4d88d93
7
- data.tar.gz: 2ce5a8a73f094b5b682aaddcf8f24f5afe7faaa7e79386889c33091252205e473ef8d1937413d053d84f36492ceaa03c191e382a63b6a84bbb40ca03ea2ca419
6
+ metadata.gz: ed8e3e2062e3abac6361054af2038042f743cd9319b3855bc9f8bdd28200c249b5eca058ea8716073d327875da1402d7c23aa4d9af4183742612d91e69fcce71
7
+ data.tar.gz: 780c497dfdc4df36ecfafcbec7b2d494bb2b6a36c93148b2fd46afcf9b0360f5b7392dbe8c5d30245d16b65fff64b21e3c40216f016f69f836d95e576b5b9127
@@ -9,6 +9,15 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
9
9
  ### Compatible changes
10
10
 
11
11
 
12
+ ## 5.4.0 - 2020-08-05
13
+
14
+ ### Breaking changes
15
+
16
+ ### Compatible changes
17
+
18
+ - Disable `RSpec/SubjectStub`
19
+
20
+
12
21
  ## 5.3.0 - 2020-07-10
13
22
 
14
23
  ### Breaking changes
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- makandra-rubocop (5.3.0)
4
+ makandra-rubocop (5.4.0)
5
5
  rubocop (~> 0.81.0)
6
6
  rubocop-rails (~> 2.5.1)
7
7
  rubocop-rspec (~> 1.40.0)
@@ -537,7 +537,7 @@ RSpec/SingleArgumentMessageChain:
537
537
 
538
538
  RSpec/SubjectStub:
539
539
  Description: Checks for stubbed test subjects.
540
- Enabled: true
540
+ Enabled: false #https://github.com/makandra/makandra-rubocop/issues/24
541
541
  VersionAdded: '1.7'
542
542
  StyleGuide: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/SubjectStub
543
543
 
@@ -1,3 +1,3 @@
1
1
  module MakandraRubocop
2
- VERSION = '5.3.0'.freeze
2
+ VERSION = '5.4.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: makandra-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.3.0
4
+ version: 5.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arne Hartherz
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2020-07-10 00:00:00.000000000 Z
12
+ date: 2020-08-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rubocop