simplycop 1.12.7 → 1.12.9
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/.simplycop.yml +5 -3
- data/lib/simplycop/version.rb +1 -1
- data/simplycop.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3eb894809e4a9696a12622d38d6c8a05a97f297e762daecebdea9b3a3e7c4a06
|
|
4
|
+
data.tar.gz: fff9391d2422ee68da77bf67ea62a3fd06cda7a40ee7490e46a2e15f217e8e5e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f15d9ed5caf60074f79eca9d2a269ede47b3165443d71ac71adb8c3534c31e10f233d857d61255a3973782074cd44088205c0c0a7eb0eb6be0c423ca5c424728
|
|
7
|
+
data.tar.gz: 6a6ad0a175fe938302f99be2899590f54c2f6896f2c7dbf72fe03667c9a7890fa773c4d2bb59e681e2bd213c57806fc5cba2d35997e14023accd13296a480ee6
|
data/.simplycop.yml
CHANGED
|
@@ -237,7 +237,7 @@ Style/ParenthesesAroundCondition:
|
|
|
237
237
|
Enabled: true
|
|
238
238
|
|
|
239
239
|
Style/RedundantArgument:
|
|
240
|
-
Enabled:
|
|
240
|
+
Enabled: false
|
|
241
241
|
|
|
242
242
|
Style/RedundantAssignment:
|
|
243
243
|
Enabled: true
|
|
@@ -245,6 +245,9 @@ Style/RedundantAssignment:
|
|
|
245
245
|
Style/RedundantBegin:
|
|
246
246
|
Enabled: true
|
|
247
247
|
|
|
248
|
+
Style/RedundantConstantBase:
|
|
249
|
+
Enabled: false
|
|
250
|
+
|
|
248
251
|
Style/RedundantException:
|
|
249
252
|
Enabled: true
|
|
250
253
|
|
|
@@ -267,8 +270,7 @@ Style/RedundantRegexpEscape:
|
|
|
267
270
|
Enabled: true
|
|
268
271
|
|
|
269
272
|
Style/RedundantReturn:
|
|
270
|
-
Enabled:
|
|
271
|
-
Severity: warning
|
|
273
|
+
Enabled: false
|
|
272
274
|
|
|
273
275
|
Style/RedundantSelfAssignment:
|
|
274
276
|
Enabled: true
|
data/lib/simplycop/version.rb
CHANGED
data/simplycop.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.version = Simplycop::VERSION
|
|
10
10
|
spec.authors = ['Simply Business']
|
|
11
11
|
spec.email = ['tech@simplybusiness.co.uk']
|
|
12
|
-
spec.required_ruby_version = '>= 3.0.
|
|
12
|
+
spec.required_ruby_version = '>= 3.0.4'
|
|
13
13
|
spec.license = 'MIT'
|
|
14
14
|
spec.summary = 'Provides a single point of reference for common rubocop rules.'
|
|
15
15
|
spec.description = 'Require this gem in your application to use Simply Business common rubocop rules.'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simplycop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.12.
|
|
4
|
+
version: 1.12.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Simply Business
|
|
@@ -154,7 +154,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
154
154
|
requirements:
|
|
155
155
|
- - ">="
|
|
156
156
|
- !ruby/object:Gem::Version
|
|
157
|
-
version: 3.0.
|
|
157
|
+
version: 3.0.4
|
|
158
158
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
159
159
|
requirements:
|
|
160
160
|
- - ">="
|