fablicop 1.1.2 → 1.2.0

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: 4e56d78d516a2bc1e745cacfdb05bdb28919374f61b8f545cdaabef827eecaaa
4
- data.tar.gz: 40299c61a9a532f47dc35a28e641f4073cfe125794442660c654a2f073a6fe7f
3
+ metadata.gz: fe2a343729be8bc5a9ff715f293c3f3916def3b911a1302bccd7adb2a68ca2e3
4
+ data.tar.gz: 5588496cc37ec53e17a98a97ccff2304c51b82851aae17b1327bf3e526b7c824
5
5
  SHA512:
6
- metadata.gz: 9ddccb4c76956469e60c0e17c1980a5e0f193fd3791ac3fb8eb7e1131fbdf4d2797da0068a85d5b288988ea90a9bdd58e2018a34c6f61e2f84fa137ce94be8a5
7
- data.tar.gz: bf458709ba64be42336838b496293d24e2c4bb1bb1595e882a56d1e35ff7826c4f375cc6b4a2880de4002075274a7ffa5bf3163331e6e547838f58e261ec6816
6
+ metadata.gz: '08abd81328aba9fd74384bece20fdc80c8ed0cf9b10cb18a8712123e8c33a15d54999a706f154c20d937ab97712a5bae539fc298d7423b439a972539f1f830b7'
7
+ data.tar.gz: b3e31118f19b5c779afd35b258c77e91e65a8996cb2838ecf5c1a983ae43e40d9cab3617165708126e0b050635137dde123d7cabff8c244bebdf6a75d6669170
@@ -225,3 +225,7 @@ Metrics/ClassLength:
225
225
  # There are many things to think about before taking care of it.
226
226
  Naming/RescuedExceptionsVariableName:
227
227
  Enabled: false
228
+
229
+ # disabling to not to show errors if there is no when/with/without in the context
230
+ RSpec/ContextWording:
231
+ Enabled: false
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Fablicop
4
- VERSION = '1.1.2'
4
+ VERSION = '1.2.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fablicop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - tommy
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2021-09-27 00:00:00.000000000 Z
13
+ date: 2021-12-23 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rubocop
@@ -158,7 +158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
158
158
  - !ruby/object:Gem::Version
159
159
  version: '0'
160
160
  requirements: []
161
- rubygems_version: 3.2.22
161
+ rubygems_version: 3.2.32
162
162
  signing_key:
163
163
  specification_version: 4
164
164
  summary: fablicop is a RuboCop configration gem.