rubocop-petal 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8b48ddf9490ef1ea965a112b54d5b298eb38056026c773ee89106e9bc3bbf432
4
- data.tar.gz: 12e03252072b61ec108a3f3d05a9410d4c5808b4544c9399593355cc934e0835
3
+ metadata.gz: 27cd3572987b7a6238883f593b73622d58c578dd2c3c71b242b218dc2acabba9
4
+ data.tar.gz: 28eaba65472713af02487e2b2d7c058cd6cd0442a023347d29d02d55684d1329
5
5
  SHA512:
6
- metadata.gz: 4e192999e69e750045f9e55b737348db33609a27a616f07ba1c168569c3d8af090f09ee21a6a3dac13e6c85d84c5b5bb1325d5cfb6aef17bbd8768603701e1e2
7
- data.tar.gz: c87d8b6e74a8250d2062d6a2d0d54ae7d896391db9163a459d9ad16f3ddb8658f53a0ebfe7802a8625ef62e11f561da1c63cc608d2cdcfefcc487d6db33734b2
6
+ metadata.gz: 9634d631a31346febfa80b63603c46865866502b9bfbbc7db6e6ef7136fba7e0fd1a44b226fde3cb680521d94a6d9d61cf427d57cb76712688b1f0f0c95a0864
7
+ data.tar.gz: 80d383f97fe9f0b3a7bb2c8df6c1be422168fc3a5a025e4c8c0c810931871dd929216a0624a3d377b5d2c72534984675ba009e3aaaf1175eee93504a5aabd42b
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  # main
4
4
 
5
+ #v0.4.1
6
+
7
+ * Fix typo default config SafeAutoCorrect RSpec/StubProducts ([#19](https://github.com/petalmd/rubocop-petal/pull/19))
8
+
5
9
  #v0.4.0
6
10
 
7
11
  * Added cop `RSpec/StubProducts` ([#18](https://github.com/petalmd/rubocop-petal/pull/18))
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubocop-petal (0.4.0)
4
+ rubocop-petal (0.4.1)
5
5
  rubocop (>= 1.7.0, < 2.0)
6
6
  rubocop-rails (~> 2.10)
7
7
 
data/config/default.yml CHANGED
@@ -33,7 +33,7 @@ RSpec/CreateListMax:
33
33
  RSpec/StubProducts:
34
34
  Description: 'Suggest to use stub_products instead of veil/unveil_product.'
35
35
  Enabled: true
36
- SafeAutocorrect: false
36
+ SafeAutoCorrect: false
37
37
  Include:
38
38
  - spec/**/*
39
39
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Petal
5
- VERSION = '0.4.0'
5
+ VERSION = '0.4.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-petal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jean-Francis Bastien
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-04-08 00:00:00.000000000 Z
11
+ date: 2022-04-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop