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 +4 -4
- data/config/.base_rubocop.yml +4 -0
- data/lib/fablicop/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fe2a343729be8bc5a9ff715f293c3f3916def3b911a1302bccd7adb2a68ca2e3
|
|
4
|
+
data.tar.gz: 5588496cc37ec53e17a98a97ccff2304c51b82851aae17b1327bf3e526b7c824
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '08abd81328aba9fd74384bece20fdc80c8ed0cf9b10cb18a8712123e8c33a15d54999a706f154c20d937ab97712a5bae539fc298d7423b439a972539f1f830b7'
|
|
7
|
+
data.tar.gz: b3e31118f19b5c779afd35b258c77e91e65a8996cb2838ecf5c1a983ae43e40d9cab3617165708126e0b050635137dde123d7cabff8c244bebdf6a75d6669170
|
data/config/.base_rubocop.yml
CHANGED
|
@@ -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
|
data/lib/fablicop/version.rb
CHANGED
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.
|
|
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-
|
|
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.
|
|
161
|
+
rubygems_version: 3.2.32
|
|
162
162
|
signing_key:
|
|
163
163
|
specification_version: 4
|
|
164
164
|
summary: fablicop is a RuboCop configration gem.
|