simplycop 1.12.7 → 1.12.9

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: 6ef654db66359502eea39934f737bf5af3081aee0bc37d5372ffe627532cf912
4
- data.tar.gz: 6053266c2fa6371eecbabf4d7c69105efaa86d5478a4b91c5aefdd9a1b402fde
3
+ metadata.gz: 3eb894809e4a9696a12622d38d6c8a05a97f297e762daecebdea9b3a3e7c4a06
4
+ data.tar.gz: fff9391d2422ee68da77bf67ea62a3fd06cda7a40ee7490e46a2e15f217e8e5e
5
5
  SHA512:
6
- metadata.gz: 87406c5757d72b252c3f6f9b9ac6398b5593310aef586f125e01f952fd2a06011f2cc177d2fc08a2be8b85a7bf54e3cd9644932f0c21a24e1169d8ac6480a4d6
7
- data.tar.gz: 1b956970420e2ebfec9a6086f6f921848af1ab36833a3fe836777838f682d8b04fcac1a83f15c601b02fe65b437e9fb068ab493732dbfb11cd77a809f6f23eea
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: true
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: true
271
- Severity: warning
273
+ Enabled: false
272
274
 
273
275
  Style/RedundantSelfAssignment:
274
276
  Enabled: true
@@ -7,5 +7,5 @@
7
7
  #
8
8
 
9
9
  module Simplycop
10
- VERSION = '1.12.7'
10
+ VERSION = '1.12.9'
11
11
  end
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.5'
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.7
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.5
157
+ version: 3.0.4
158
158
  required_rubygems_version: !ruby/object:Gem::Requirement
159
159
  requirements:
160
160
  - - ">="